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

    Interface PatientRecordSchema

    A patient record.

    PatientRecordSchema

    interface PatientRecordSchema {
        localpatientid: string;
        masterId?: number;
        patient?: Patient;
        pid: string;
        programMemberships?: ProgramMembershipSchema[];
        pvdata?: Pvdata;
        repositoryCreationDate: string;
        repositoryUpdateDate: string;
        sendingextract: PatientRecordSchemaSendingextractEnum;
        sendingfacility: string;
        ukrdcid: string;
    }
    Index

    Properties

    localpatientid: string

    Local patient ID

    PatientRecordSchema

    masterId?: number

    Master record ID

    PatientRecordSchema

    patient?: Patient

    PatientRecordSchema

    pid: string

    Patient ID

    PatientRecordSchema

    programMemberships?: ProgramMembershipSchema[]

    Program memberships

    PatientRecordSchema

    pvdata?: Pvdata

    PatientRecordSchema

    repositoryCreationDate: string

    Repository creation timestamp

    PatientRecordSchema

    repositoryUpdateDate: string

    Repository update timestamp

    PatientRecordSchema

    Sending extract

    PatientRecordSchema

    sendingfacility: string

    Sending facility

    PatientRecordSchema

    ukrdcid: string

    UKRDC ID

    PatientRecordSchema