Circle V2 API Docs
    Preparing search index...

    Type Alias SyncPatientAdmissionsOptions

    type SyncPatientAdmissionsOptions = {
        dryRun?: boolean;
        endDate?: Date;
        patientId?: PatientId;
        startDate?: Date;
        syncInsurances?: boolean;
    }
    Index

    Properties

    dryRun?: boolean
    endDate?: Date
    patientId?: PatientId
    startDate?: Date
    syncInsurances?: boolean