Iris API Model - v0.7.0
    Preparing search index...

    Class LisSample

    Represents a Laboratory Information System (LIS) sample.

    This class is used to model a sample within a Laboratory Information System (LIS).
    It extends the functionality of SampleBase to include LIS-specific features.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    barcode: string = ''

    Barcode on the sample's label.

    color?: Color

    Color code of the sample.

    isControl: boolean = false

    True is result set is QC results.

    taken?: Date

    Date and time the sample was taken from the patient.

    typeCode?: string

    Code of sample type, e.g. "SER", "U", etc., according to the target LIS.

    typeName?: string

    Name of the sample type, e.g. as "Serum", "Urine", etc., according to the target LIS.

    visitId?: string

    Visit Id in LIS (optional).