getPatient

abstract fun getPatient(): DataObserver<DexCarePatient>

This api will retrieve the DexCare Patient object which has all information about the patient like PatientGuid, demographics links, etc.

Return

DexCarePatient

Throws