Package Gnumed :: Package wxpython :: Package patient :: Module gmGP_Measurements
[frames] | no frames]

Module gmGP_Measurements

source code

Classes
  MeasurementPanel
  gmGP_Measurements
Plugin to encapsulate the prescriptions window
Variables
  ID_MEASUREMENTVALUESLIST = wxNewId()
  gmSECTION_MEASUREMENTS = 10
  ID_MEASURMENTTYPESLIST = wxNewId()
  measurementtypesdata = {1:("Blood Pressure", ""), 2:("Height",...
  values_BP_data = {1:("01/10/2001", "140/80"), 2:("19/01/2002",...
  values_INR_data = {1:("01/10/2001", "1.1"), 2:("19/01/2002", "...
  values_Weight_data = {1:("01/10/2001", "79.8"), 2:("19/01/2002...
  values_Height_data = {1:("01/10/2001", "142"), 2:("19/01/2002"...
  measurement_prompts = {1:("Type"), 2:("Value"), 3:("Date"), 4:...

Imports: wxversion, wx, gmGuiElement_HeadingCaptionPanel, gmGuiElement_DividerCaptionPanel, gmGuiElement_AlertCaptionPanel, gmEditArea, gmPlugin_Patient, gmI18N, gmListCtrlMapper, gmPatientHolder


Variables Details

measurementtypesdata

Value:
{1:("Blood Pressure", ""), 2:("Height", ""), 3:("Weight", ""), 4:("INR\
", ""), 5:("Etc, Etc....", ""),}

values_BP_data

Value:
{1:("01/10/2001", "140/80"), 2:("19/01/2002", "180/105"), 3:("21/05/20\
02", "156/84"), 4:("08/08/2002", "170/110"),}

values_INR_data

Value:
{1:("01/10/2001", "1.1"), 2:("19/01/2002", "2.7"), 3:("21/05/2002", "3\
.5"), 4:("08/08/2002", "2.8"),}

values_Weight_data

Value:
{1:("01/10/2001", "79.8"), 2:("19/01/2002", "88.5"), 3:("21/05/2002", \
"87.4"), 4:("08/08/2002", "87.3"),}

values_Height_data

Value:
{1:("01/10/2001", "142"), 2:("19/01/2002", "148"), 3:("21/05/2002", "1\
49"), 4:("08/08/2002", "152"),}

measurement_prompts

Value:
{1:("Type"), 2:("Value"), 3:("Date"), 4:("Comment"), 5:("Progress Note\
s"), 6:(""),}