CodingApiImpl class
Constructors
- CodingApiImpl(MedTechApi api)
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
-
createOrModifyCoding(
Coding coding) → Future< Coding?> -
Create or update a Coding
override
-
createOrModifyCodings(
List< Coding> codings) → Future<List< Coding> ?> -
Create or update a batch of Coding
override
-
filterCoding(
Filter< Coding> filter, {String? nextCodingId, int? limit}) → Future<PaginatedListCoding?> -
Load codings from the database by filtering them using the provided
filter
.override -
getCoding(
String codeId) → Future< Coding?> -
Get a Coding
override
-
matchCoding(
Filter filter) → Future< List< String> ?> -
Load coding ids from the database by filtering them using the provided
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