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

    Interface ExtendedCodeSchema

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

    Code

    codingStandard: string

    Coding standard

    creationDate: string

    Creation date

    description?: string | null
    mappedBy: CodeMapSchema[]
    mapsTo: CodeMapSchema[]
    objectType?: string | null
    pkbComment?: string | null
    pkbReferenceRange?: string | null
    units?: string | null
    updateDate: string | null