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

    Interface ObservationSchema

    Information about a single observation

    interface ObservationSchema {
        enteredAt?: string | null;
        enteredAtDescription?: string | null;
        observationCode: string;
        observationCodeStd: string;
        observationDesc?: string | null;
        observationTime: string;
        observationUnits?: string | null;
        observationValue?: string | null;
        prePost?: string | null;
    }
    Index
    enteredAt?: string | null
    enteredAtDescription?: string | null
    observationCode: string

    The observation type code

    observationCodeStd: string

    The observation type code standard

    observationDesc?: string | null
    observationTime: string

    Observation timestamp

    observationUnits?: string | null
    observationValue?: string | null
    prePost?: string | null