HealthElementBasicApi class
Constructors
- HealthElementBasicApi(String _sdkId)
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(
HealthElement healthElement) → Future< DocIdentifier> -
deleteHealthElementById(
String entityId, String? rev) → Future< DocIdentifier> -
deleteHealthElements(
List< HealthElement> healthElements) → Future<List< DocIdentifier> > -
deleteHealthElementsByIds(
List< IdWithMandatoryRev> entityIds) → Future<List< DocIdentifier> > -
filterHealthElementsBy(
BaseFilterOptions< HealthElement> filter) → Future<PaginatedListIterator< EncryptedHealthElement> > -
filterHealthElementsBySorted(
BaseSortableFilterOptions< HealthElement> filter) → Future<PaginatedListIterator< EncryptedHealthElement> > -
getHealthElement(
String entityId) → Future< EncryptedHealthElement> -
getHealthElements(
List< String> entityIds) → Future<List< EncryptedHealthElement> > -
matchHealthElementsBy(
BaseFilterOptions< HealthElement> filter) → Future<List< String> > -
matchHealthElementsBySorted(
BaseSortableFilterOptions< HealthElement> filter) → Future<List< String> > -
modifyHealthElement(
EncryptedHealthElement entity) → Future< EncryptedHealthElement> -
modifyHealthElements(
List< EncryptedHealthElement> entities) → Future<List< EncryptedHealthElement> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
purgeHealthElement(
HealthElement healthElement) → Future< void> -
purgeHealthElementById(
String id, String rev) → Future< void> -
subscribeToEvents(
Set< SubscriptionEventType> events, BaseFilterOptions<HealthElement> filter, {EntitySubscriptionConfiguration? subscriptionConfig}) → Future<EntitySubscription< EncryptedHealthElement> > -
toString(
) → String -
A string representation of this object.
inherited
-
undeleteHealthElement(
HealthElement healthElement) → Future< EncryptedHealthElement> -
undeleteHealthElementById(
String id, String rev) → Future< EncryptedHealthElement>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited