DataOwnerResolver class

Constructors

DataOwnerResolver(ApiClient apiClient)
DataOwnerResolver.withExistingApis(HealthcarePartyApi healthcarePartyApi, PatientApi patientApi, DeviceApi deviceApi)

Properties

deviceApi DeviceApi
latefinal
devices Map<String, Future<DeviceDto?>>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hcParties Map<String, Future<HealthcarePartyDto?>>
getter/setter pair
healthcarePartyApi HealthcarePartyApi
latefinal
patientApi PatientApi
latefinal
patients Map<String, Future<PatientDto?>>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getDataOwner(String dataOwnerId) Future<DataOwnerDto?>
getDataOwnerKeysForDelegate(String delegateId) Future<Map<String, String>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateDataOwnerWithNewDelegateKeyPair(String dataOwnerId, Map<String, List<String>> newKeyPair) Future<DataOwnerDto?>

Operators

operator ==(Object other) bool
The equality operator.
inherited