Move

class operations.nh_clinical_patient_move(pool, cr)[source]

Represents any physical patient movement between different instances of location.

It is meant to work as an audit mechanism to track any patient movements within the Hospital.

complete(*args, **kwargs)[source]

Updates the patient current_location_id and the related spell location_id and then calls complete.

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

Checks the submitted data and then calls submit.

Returns:True
Return type:bool