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 session and then calls complete.

Returns:True
Return type:bool
submit(*args, **kwargs)[source]

Checks the submitted data is correct, finding the last started device session for the provided device or device type (if the specific device is not provided) and calls submit.

Returns:True
Return type:bool