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

    Interface CodeMapSchema

    Infomration about a mapping between two codes

    CodeMapSchema

    interface CodeMapSchema {
        creationDate: string;
        destinationCode: string;
        destinationCodingStandard: string;
        sourceCode: string;
        sourceCodingStandard: string;
        updateDate: string;
    }
    Index

    Properties

    creationDate: string

    Creation date

    CodeMapSchema

    destinationCode: string

    Destination code

    CodeMapSchema

    destinationCodingStandard: string

    Destination coding standard

    CodeMapSchema

    sourceCode: string

    Source code

    CodeMapSchema

    sourceCodingStandard: string

    Source coding standard

    CodeMapSchema

    updateDate: string

    Update date

    CodeMapSchema