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

    Interface CodesApiGetCodeMapsRequest

    Request parameters for getCodeMaps operation in CodesApi.

    interface CodesApiGetCodeMapsRequest {
        destinationCode?: string | null;
        destinationCodingStandard?: string[] | null;
        page?: number;
        size?: number;
        sourceCode?: string | null;
        sourceCodingStandard?: string[] | null;
    }
    Index
    destinationCode?: string | null
    destinationCodingStandard?: string[] | null
    page?: number

    Page number

    size?: number

    Page size

    sourceCode?: string | null
    sourceCodingStandard?: string[] | null