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