giveAccessTo abstract method
Give access to another dataOwner to the patient
Parameters:
Data owner id can be either a:
- healthcarePartyId,
- patientId
- deviceId
Implementation
Future<Patient> giveAccessTo(Patient patient, String delegatedTo);
Give access to another dataOwner to the patient
Parameters:
Data owner id can be either a:
Future<Patient> giveAccessTo(Patient patient, String delegatedTo);