PatientInGroupApi class
Methods
-
createDelegationDeAnonymizationMetadata(GroupScoped<DecryptedPatient> entity, Set<EntityReferenceInGroup> delegates)
→ Future<void>
-
-
createPatient(GroupScoped<DecryptedPatient> patient)
→ Future<GroupScoped<DecryptedPatient>>
-
-
createPatients(List<GroupScoped<DecryptedPatient>> patients)
→ Future<List<GroupScoped<DecryptedPatient>>>
-
-
createPatientsMinimal(List<GroupScoped<DecryptedPatient>> patients)
→ Future<List<GroupScoped<StoredDocumentIdentifier>>>
-
-
decrypt(List<GroupScoped<EncryptedPatient>> patients)
→ Future<List<GroupScoped<DecryptedPatient>>>
-
-
encryptOrValidate(List<GroupScoped<Patient>> patients)
→ Future<List<GroupScoped<EncryptedPatient>>>
-
-
filterPatientsBy(String groupId, FilterOptions<Patient> filter)
→ Future<PaginatedListIterator<GroupScoped<DecryptedPatient>>>
-
-
filterPatientsBySorted(String groupId, SortableFilterOptions<Patient> filter)
→ Future<PaginatedListIterator<GroupScoped<DecryptedPatient>>>
-
-
getDataOwnersWithAccessTo(GroupScoped<Patient> patient)
→ Future<EntityAccessInformation>
-
-
getEncryptionKeysOf(GroupScoped<Patient> patient)
→ Future<Set<HexString>>
-
-
getPatient(String groupId, String entityId)
→ Future<GroupScoped<DecryptedPatient>?>
-
-
getPatientResolvingMerges(String groupId, String patientId, int? maxMergeDepth)
→ Future<GroupScoped<DecryptedPatient>>
-
-
getPatients(String groupId, List<String> patientIds)
→ Future<List<GroupScoped<DecryptedPatient>>>
-
-
getSecretIdsOf(GroupScoped<Patient> patient)
→ Future<Map<String, Set<EntityReferenceInGroup>>>
-
-
hasWriteAccess(GroupScoped<DecryptedPatient> patient)
→ Future<bool>
-
-
initializeConfidentialSecretId(GroupScoped<DecryptedPatient> patient)
→ Future<GroupScoped<DecryptedPatient>>
-
-
matchPatientsBy(String groupId, FilterOptions<Patient> filter)
→ Future<List<String>>
-
-
matchPatientsBySorted(String groupId, SortableFilterOptions<Patient> filter)
→ Future<List<String>>
-
-
modifyPatients(List<GroupScoped<DecryptedPatient>> patients)
→ Future<List<GroupScoped<DecryptedPatient>>>
-
-
modifyPatientsMinimal(List<GroupScoped<DecryptedPatient>> patients)
→ Future<List<GroupScoped<StoredDocumentIdentifier>>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
shareWith(EntityReferenceInGroup delegate, GroupScoped<DecryptedPatient> patient, {PatientShareOptions? options})
→ Future<GroupScoped<DecryptedPatient>>
-
-
shareWithMany(GroupScoped<DecryptedPatient> patient, Map<EntityReferenceInGroup, PatientShareOptions> delegates)
→ Future<GroupScoped<DecryptedPatient>>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
tryDecrypt(List<GroupScoped<EncryptedPatient>> patients)
→ Future<List<GroupScoped<Patient>>>
-
-
withEncryptionMetadata(String entityGroupId, DecryptedPatient? base, {User? user, Map<EntityReferenceInGroup, AccessLevel> delegates = const {}})
→ Future<GroupScoped<DecryptedPatient>>
-