HealthcareElementApiImpl class
- Inheritance
-
- Object
- HealthcareElementApi
- HealthcareElementApiImpl
Constructors
Properties
- api → MedTechApi
-
final
- apiClient → ApiClient
-
finalinherited
- 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
override
-
createOrModifyHealthcareElements(
String patientId, List< HealthcareElement> healthcareElements) → Future<List< HealthcareElement> ?> -
Create a Healthcare Element
override
-
deleteHealthcareElement(
String id) → Future< String?> -
Delete a Healthcare Element
override
-
filterHealthcareElement(
Filter< HealthcareElement> filter, {String? nextHealthElementId, int? limit}) → Future<PaginatedListHealthcareElement?> -
Find Healthcare Elements using a filter
override
-
getHealthcareElement(
String id) → Future< HealthcareElement?> -
Get a Healthcare Element
override
-
giveAccessTo(
HealthcareElement healthcareElement, String delegatedTo) → Future< HealthcareElement> -
Give access to another dataOwner to the healthcareElement
override
-
matchHealthcareElement(
Filter filter) → Future< List< String> ?> -
Find Healthcare Elements using a filter
override
-
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