PatientBasicInGroupPlatformApi class

Constructors

PatientBasicInGroupPlatformApi.new(MethodChannel _methodChannel)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createPatient(String sdkId, GroupScoped<EncryptedPatient> patient) Future<GroupScoped<EncryptedPatient>>
createPatients(String sdkId, List<GroupScoped<EncryptedPatient>> patients) Future<List<GroupScoped<EncryptedPatient>>>
createPatientsMinimal(String sdkId, List<GroupScoped<EncryptedPatient>> patients) Future<List<GroupScoped<StoredDocumentIdentifier>>>
filterPatientsBy(String sdkId, String groupId, BaseFilterOptions<Patient> filter) Future<PaginatedListIterator<GroupScoped<EncryptedPatient>>>
filterPatientsBySorted(String sdkId, String groupId, BaseSortableFilterOptions<Patient> filter) Future<PaginatedListIterator<GroupScoped<EncryptedPatient>>>
getDataOwnersWithAccessTo(String sdkId, GroupScoped<Patient> patient) Future<EntityAccessInformation>
getPatient(String sdkId, String groupId, String entityId) Future<GroupScoped<EncryptedPatient>?>
getPatientResolvingMerges(String sdkId, String groupId, String patientId, int? maxMergeDepth) Future<GroupScoped<EncryptedPatient>>
getPatients(String sdkId, String groupId, List<String> patientIds) Future<List<GroupScoped<EncryptedPatient>>>
matchPatientsBy(String sdkId, String groupId, BaseFilterOptions<Patient> filter) Future<List<String>>
matchPatientsBySorted(String sdkId, String groupId, BaseSortableFilterOptions<Patient> filter) Future<List<String>>
modifyPatients(String sdkId, List<GroupScoped<EncryptedPatient>> patients) Future<List<GroupScoped<EncryptedPatient>>>
modifyPatientsMinimal(String sdkId, List<GroupScoped<EncryptedPatient>> patients) Future<List<GroupScoped<StoredDocumentIdentifier>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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