MedicalLocationPlatformApi class
Constructors
- MedicalLocationPlatformApi(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
-
createMedicalLocation(
String sdkId, MedicalLocation medicalLocationDto) → Future< MedicalLocation> -
deleteMedicalLocations(
String sdkId, ListOfIds locationIds) → Future< List< DocIdentifier> > -
filterMedicalLocationsBy(
String sdkId, BaseFilterOptions< MedicalLocation> filter) → Future<PaginatedListIterator< MedicalLocation> > -
filterMedicalLocationsBySorted(
String sdkId, BaseSortableFilterOptions< MedicalLocation> filter) → Future<PaginatedListIterator< MedicalLocation> > -
getMedicalLocation(
String sdkId, String locationId) → Future< MedicalLocation> -
getMedicalLocations(
String sdkId, List< String> medicalLocationIds) → Future<List< MedicalLocation> > -
matchMedicalLocationsBy(
String sdkId, BaseFilterOptions< MedicalLocation> filter) → Future<List< String> > -
matchMedicalLocationsBySorted(
String sdkId, BaseSortableFilterOptions< MedicalLocation> filter) → Future<List< String> > -
modifyMedicalLocation(
String sdkId, MedicalLocation medicalLocationDto) → Future< MedicalLocation> -
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