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

    Interface LabOrderSchema

    A lab order

    interface LabOrderSchema {
        enteredAt?: string | null;
        enteredAtDescription?: string | null;
        id: string;
        pid: string;
        resultItems: ResultItemSchema[];
        specimenCollectedTime?: string | null;
    }
    Index
    enteredAt?: string | null
    enteredAtDescription?: string | null
    id: string

    Lab order ID

    pid: string

    Patient ID

    resultItems: ResultItemSchema[]

    Result items for this lab order

    specimenCollectedTime?: string | null