DataOwnerResolver.withExistingApis constructor

DataOwnerResolver.withExistingApis(
  1. HealthcarePartyApi healthcarePartyApi,
  2. PatientApi patientApi,
  3. DeviceApi deviceApi
)

Implementation

DataOwnerResolver.withExistingApis(this.healthcarePartyApi, this.patientApi, this.deviceApi);