Disconnect¶
-
class
devices.nh_clinical_device_disconnect(pool, cr)[source]¶ Represents the action of disconnecting a device from a patient.
-
complete(*args, **kwargs)[source]¶ Completes the related
device sessionand then callscomplete.Returns: TrueReturn type: bool
-
submit(*args, **kwargs)[source]¶ Checks the submitted data is correct, finding the last started
device sessionfor the provided device or device type (if the specific device is not provided) and callssubmit.Returns: TrueReturn type: bool
-