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

    Interface PatientRecordsApiPostPatientUpdateDemographicsRequest

    Request parameters for postPatientUpdateDemographics operation in PatientRecordsApi.

    PatientRecordsApiPostPatientUpdateDemographicsRequest

    interface PatientRecordsApiPostPatientUpdateDemographicsRequest {
        demographicUpdateRequest: DemographicUpdateRequest;
        pid: string;
    }
    Index

    Properties

    demographicUpdateRequest: DemographicUpdateRequest

    PatientRecordsApiPostPatientUpdateDemographics

    pid: string

    PatientRecordsApiPostPatientUpdateDemographics