Patient Service
interface PatientService
Content copied to clipboard
Functions
deletePatientAccount
Link copied to clipboard
findOrCreateDependentPatient
Link copied to clipboard
abstract fun findOrCreateDependentPatient(ehrSystem: String, dependentPatientDemographics: PatientDemographics): DataObserver<DexCarePatient>
Content copied to clipboard
findOrCreatePatient
Link copied to clipboard
abstract fun findOrCreatePatient(ehrSystem: String, patientDemographics: PatientDemographics): DataObserver<DexCarePatient>
Content copied to clipboard
getCatchmentArea
Link copied to clipboard
abstract fun getCatchmentArea(visitState: String, residenceState: String, residenceZipCode: String, brand: String): DataObserver<CatchmentArea>
Content copied to clipboard
getEMRPatient
Link copied to clipboard
getPatient
Link copied to clipboard
getSuffixes
Link copied to clipboard