HealthElementPlatformApi class
Methods
-
createDelegationDeAnonymizationMetadata(String sdkId, HealthElement entity, Set<String> delegates)
→ Future<void>
-
-
createHealthElement(String sdkId, DecryptedHealthElement entity)
→ Future<DecryptedHealthElement>
-
-
createHealthElements(String sdkId, List<DecryptedHealthElement> entities)
→ Future<List<DecryptedHealthElement>>
-
-
decrypt(String sdkId, EncryptedHealthElement healthElement)
→ Future<DecryptedHealthElement>
-
-
decryptPatientIdOf(String sdkId, HealthElement healthElement)
→ Future<Set<String>>
-
-
deleteHealthElement(String sdkId, HealthElement healthElement)
→ Future<DocIdentifier>
-
-
deleteHealthElementById(String sdkId, String entityId, String? rev)
→ Future<DocIdentifier>
-
-
deleteHealthElements(String sdkId, List<HealthElement> healthElements)
→ Future<List<DocIdentifier>>
-
-
deleteHealthElementsByIds(String sdkId, List<IdWithMandatoryRev> entityIds)
→ Future<List<DocIdentifier>>
-
-
filterHealthElementsBy(String sdkId, FilterOptions<HealthElement> filter)
→ Future<PaginatedListIterator<DecryptedHealthElement>>
-
-
filterHealthElementsBySorted(String sdkId, SortableFilterOptions<HealthElement> filter)
→ Future<PaginatedListIterator<DecryptedHealthElement>>
-
-
getEncryptionKeysOf(String sdkId, HealthElement healthElement)
→ Future<Set<HexString>>
-
-
getHealthElement(String sdkId, String entityId)
→ Future<DecryptedHealthElement>
-
-
getHealthElements(String sdkId, List<String> entityIds)
→ Future<List<DecryptedHealthElement>>
-
-
hasWriteAccess(String sdkId, HealthElement healthElement)
→ Future<bool>
-
-
matchHealthElementsBy(String sdkId, FilterOptions<HealthElement> filter)
→ Future<List<String>>
-
-
matchHealthElementsBySorted(String sdkId, SortableFilterOptions<HealthElement> filter)
→ Future<List<String>>
-
-
modifyHealthElement(String sdkId, DecryptedHealthElement entity)
→ Future<DecryptedHealthElement>
-
-
modifyHealthElements(String sdkId, List<DecryptedHealthElement> entities)
→ Future<List<DecryptedHealthElement>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
purgeHealthElement(String sdkId, HealthElement healthElement)
→ Future<void>
-
-
purgeHealthElementById(String sdkId, String id, String rev)
→ Future<void>
-
-
shareWith(String sdkId, String delegateId, DecryptedHealthElement healthElement, HealthElementShareOptions? options)
→ Future<DecryptedHealthElement>
-
-
shareWithMany(String sdkId, DecryptedHealthElement healthElement, Map<String, HealthElementShareOptions> delegates)
→ Future<DecryptedHealthElement>
-
-
subscribeToEvents(String sdkId, Set<SubscriptionEventType> events, FilterOptions<HealthElement> filter, EntitySubscriptionConfiguration? subscriptionConfig)
→ Future<EntitySubscription<EncryptedHealthElement>>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
tryDecrypt(String sdkId, EncryptedHealthElement healthElement)
→ Future<HealthElement>
-
-
undeleteHealthElement(String sdkId, HealthElement healthElement)
→ Future<DecryptedHealthElement>
-
-
undeleteHealthElementById(String sdkId, String id, String rev)
→ Future<DecryptedHealthElement>
-
-
withEncryptionMetadata(String sdkId, DecryptedHealthElement? base, Patient patient, User? user, Map<String, AccessLevel> delegates, SecretIdUseOption secretId)
→ Future<DecryptedHealthElement>
-