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

    Interface ResultItemSchema

    A single result item

    ResultItemSchema

    interface ResultItemSchema {
        id: string;
        observationTime?: string;
        orderId: string;
        pid: string;
        prePost?: string;
        resultType?: string;
        serviceId: string;
        serviceIdDescription?: string;
        value?: string;
        valueUnits?: string;
    }
    Index

    Properties

    id: string

    Result ID

    ResultItemSchema

    observationTime?: string

    Observation timestamp

    ResultItemSchema

    orderId: string

    Lab order ID

    ResultItemSchema

    pid: string

    Patient ID

    ResultItemSchema

    prePost?: string

    Pre- or post- dialysis

    ResultItemSchema

    resultType?: string

    Result type

    ResultItemSchema

    serviceId: string

    Lab service ID

    ResultItemSchema

    serviceIdDescription?: string

    Lab service description

    ResultItemSchema

    value?: string

    Result value

    ResultItemSchema

    valueUnits?: string

    Result value units of measurement

    ResultItemSchema