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

    Interface LabOrderShortSchema

    A short summary of a lab order

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

    Lab order ID

    pid: string

    Patient ID

    specimenCollectedTime?: string | null