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

    Interface ObservationSchema

    Information about a single observation

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

    Properties

    enteredAt?: string

    Entered at facility code

    enteredAtDescription?: string

    Entered at facility description

    observationCode: string

    The observation type code

    observationCodeStd: string

    The observation type code standard

    observationDesc?: string

    Observation description

    observationTime: string

    Observation timestamp

    observationUnits?: string

    Observation units of measurement

    observationValue?: string

    Observation value

    prePost?: string

    Pre- or post- dialysis