createOrModifyMedicalDevices abstract method

Future<List<MedicalDevice>?> createOrModifyMedicalDevices(
  1. List<MedicalDevice> medicalDevice
)

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,);