Blood Glucose Observation

class nh_blood_glucose.models.nh_clinical_patient_observation_blood_glucose.NHClinicalPatientObservationBloodGlucose(pool, cr)[source]

Represents the action of measuring a patient blood glucose concentration.

blood_glucose

The precision digits are given by the attribute

Parameters:digits – a pair (total, decimal), or a function taking a database cursor and returning a pair (total, decimal)
complete(**kwargs)[source]
classmethod get_data_visualisation_resource()[source]

Returns URL of JS file to plot data visualisation so can be loaded on mobile and desktop

Returns:URL of JS file to plot graph
Return type:str
get_form_description(*args, **kwargs)[source]

Override of nh.clinical.patient.observation_scored method.

Parameters:patient_id
Returns:
get_formatted_obs(*args, **kwargs)[source]