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

    Interface PatientRecordSummarySchema

    A patient record summary.

    PatientRecordSummarySchema

    interface PatientRecordSummarySchema {
        localpatientid: string;
        patient?: Patient;
        pid: string;
        programMemberships?: ProgramMembershipSchema[];
        pvdata?: Pvdata;
        repositoryCreationDate: string;
        repositoryUpdateDate: string;
        sendingextract: PatientRecordSummarySchemaSendingextractEnum;
        sendingfacility: string;
        ukrdcid: string;
    }
    Index

    Properties

    localpatientid: string

    Local patient ID

    PatientRecordSummarySchema

    patient?: Patient

    PatientRecordSummarySchema

    pid: string

    Patient ID

    PatientRecordSummarySchema

    programMemberships?: ProgramMembershipSchema[]

    Program memberships

    PatientRecordSummarySchema

    pvdata?: Pvdata

    PatientRecordSummarySchema

    repositoryCreationDate: string

    Repository creation timestamp

    PatientRecordSummarySchema

    repositoryUpdateDate: string

    Repository update timestamp

    PatientRecordSummarySchema

    Sending extract

    PatientRecordSummarySchema

    sendingfacility: string

    Sending facility

    PatientRecordSummarySchema

    ukrdcid: string

    UKRDC ID

    PatientRecordSummarySchema