createOrModifyMedicalDevices abstract method
Create or update a batch of MedicalDevice
When modifying a device, you must ensure that the rev obtained when getting or creating the device is present as the rev is used to guarantee that the device has not been modified by a third party.
Parameters:
- List<MedicalDevice> medicalDevice (required):
Implementation
Future<List<MedicalDevice>?> createOrModifyMedicalDevices(List<MedicalDevice> medicalDevice,);