HealthElementBasicPlatformApi class

Constructors

HealthElementBasicPlatformApi(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

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, BaseFilterOptions<HealthElement> filter) Future<PaginatedListIterator<EncryptedHealthElement>>
filterHealthElementsBySorted(String sdkId, BaseSortableFilterOptions<HealthElement> filter) Future<PaginatedListIterator<EncryptedHealthElement>>
getHealthElement(String sdkId, String entityId) Future<EncryptedHealthElement>
getHealthElements(String sdkId, List<String> entityIds) Future<List<EncryptedHealthElement>>
matchHealthElementsBy(String sdkId, BaseFilterOptions<HealthElement> filter) Future<List<String>>
matchHealthElementsBySorted(String sdkId, BaseSortableFilterOptions<HealthElement> filter) Future<List<String>>
modifyHealthElement(String sdkId, EncryptedHealthElement entity) Future<EncryptedHealthElement>
modifyHealthElements(String sdkId, List<EncryptedHealthElement> entities) Future<List<EncryptedHealthElement>>
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>
subscribeToEvents(String sdkId, Set<SubscriptionEventType> events, BaseFilterOptions<HealthElement> filter, EntitySubscriptionConfiguration? subscriptionConfig) Future<EntitySubscription<EncryptedHealthElement>>
toString() String
A string representation of this object.
inherited
undeleteHealthElement(String sdkId, HealthElement healthElement) Future<EncryptedHealthElement>
undeleteHealthElementById(String sdkId, String id, String rev) Future<EncryptedHealthElement>

Operators

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