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