MedicalDeviceApi class abstract
- Implementers
Constructors
- MedicalDeviceApi([ApiClient? apiClient])
Properties
Methods
-
createOrModifyMedicalDevice(
MedicalDevice medicalDevice) → Future< MedicalDevice?> - Create or update a MedicalDevice
-
createOrModifyMedicalDevices(
List< MedicalDevice> medicalDevice) → Future<List< MedicalDevice> ?> - Create or update a batch of MedicalDevice
-
deleteMedicalDevice(
String medicalDeviceId) → Future< String?> - Delete a MedicalDevice
-
deleteMedicalDevices(
List< String> requestBody) → Future<List< String> ?> - Delete a batch of MedicalDevice
-
filterMedicalDevices(
Filter< MedicalDevice> filter, {String? nextDeviceId, int? limit}) → Future<PaginatedListMedicalDevice?> -
Load devices from the database by filtering them using the provided
filter
. -
getMedicalDevice(
String medicalDeviceId) → Future< MedicalDevice?> - Get a Medical Device
-
matchMedicalDevices(
Filter filter) → Future< List< String> ?> - Load medical device ids from the database by filtering them using the provided 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