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

    Interface ExtendedCodeSchema

    Infomration about a single standard code

    ExtendedCodeSchema

    interface ExtendedCodeSchema {
        code: string;
        codingStandard: string;
        creationDate: string;
        description?: string;
        mappedBy: CodeMapSchema[];
        mapsTo: CodeMapSchema[];
        objectType?: string;
        pkbComment?: string;
        pkbReferenceRange?: string;
        units?: string;
        updateDate: string;
    }
    Index

    Properties

    code: string

    Code

    ExtendedCodeSchema

    codingStandard: string

    Coding standard

    ExtendedCodeSchema

    creationDate: string

    Creation date

    ExtendedCodeSchema

    description?: string

    Code description

    ExtendedCodeSchema

    mappedBy: CodeMapSchema[]

    ExtendedCodeSchema

    mapsTo: CodeMapSchema[]

    ExtendedCodeSchema

    objectType?: string

    Object type, e.g. observation, result, dose_unit. Rarely used in practice.

    ExtendedCodeSchema

    pkbComment?: string

    Test result comment for PKB

    ExtendedCodeSchema

    pkbReferenceRange?: string

    Test result reference range for PKB

    ExtendedCodeSchema

    units?: string

    Units of measurement

    ExtendedCodeSchema

    updateDate: string

    Update date

    ExtendedCodeSchema