@ukkidney/ukrdc-axios-ts
    Preparing search index...

    Interface LabOrderShortSchema

    A short summary of a lab order

    LabOrderShortSchema

    interface LabOrderShortSchema {
        enteredAt?: string;
        enteredAtDescription?: string;
        id: string;
        pid: string;
        specimenCollectedTime?: string;
    }
    Index

    Properties

    enteredAt?: string

    Entered at facility code

    LabOrderShortSchema

    enteredAtDescription?: string

    Entered at facility description

    LabOrderShortSchema

    id: string

    Lab order ID

    LabOrderShortSchema

    pid: string

    Patient ID

    LabOrderShortSchema

    specimenCollectedTime?: string

    Specimen collected timestamp

    LabOrderShortSchema