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

    Class LisVisit

    Represents a visit in a LIS with minimal number of fields.

    This class is intended to be used in listing visits with pending results.

    Index

    Constructors

    Properties

    dateOfBirth?: Date

    Date of birth.

    familyName?: string

    Last name (surname) of the patient.

    givenName?: string

    First name (given name) of the patient.

    id: string = ''

    Unique identifier of the visit in the LIS.

    isMale?: boolean

    True if the patient is male, false when female and null if unknown.

    isStat?: boolean

    If true, this visit has emergency status, e.g. "Emergency", "Urgent", etc.

    middleName?: string

    Middle (second) name of the patient.

    numberOfSamples?: number

    If set, indicates the number of samples having pending results for this visit.

    patientId?: string

    Unique identifier of the patient in the LIS.

    visitDate: Date = ...

    Date and time of the visit or sample collection.