HealthcareElementApi class abstract

Implementers

Constructors

HealthcareElementApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createOrModifyHealthcareElement(String patientId, HealthcareElement healthcareElement) Future<HealthcareElement?>
Create a Healthcare Element
createOrModifyHealthcareElements(String patientId, List<HealthcareElement> healthcareElement) Future<List<HealthcareElement>?>
Create a Healthcare Element
deleteHealthcareElement(String id) Future<String?>
Delete a Healthcare Element
filterHealthcareElement(Filter<HealthcareElement> filter, {String? nextHealthElementId, int? limit}) Future<PaginatedListHealthcareElement?>
Find Healthcare Elements using a filter
getHealthcareElement(String id) Future<HealthcareElement?>
Get a Healthcare Element
giveAccessTo(HealthcareElement healthcareElement, String delegatedTo) Future<HealthcareElement>
Give access to another dataOwner to the healthcareElement
matchHealthcareElement(Filter filter) Future<List<String>?>
Find Healthcare Elements using a filter
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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