[613] | 1 | GMVDCHLP ;HOIFO/DAD,FT-VITALS COMPONENT: HELP TEXT ;9/29/00 09:17
|
---|
| 2 | ;;5.0;GEN. MED. REC. - VITALS;;Oct 31, 2002
|
---|
| 3 | ;
|
---|
| 4 | ; This routine uses the following IAs:
|
---|
| 5 | ; #10104 - ^XLFSTR calls (supported)
|
---|
| 6 | ;
|
---|
| 7 | HELP(RESULT,GMVITTYP) ;
|
---|
| 8 | ; *** Get help text ***
|
---|
| 9 | ; Input:
|
---|
| 10 | ; GMVITTYP = A vital type abbreviation
|
---|
| 11 | ; Output:
|
---|
| 12 | ; RESULT() = The help text
|
---|
| 13 | N GMVLINE,GMVTXT K RESULT
|
---|
| 14 | S GMVITTYP=$$UP^XLFSTR(GMVITTYP)
|
---|
| 15 | I $T(@GMVITTYP)]"" D
|
---|
| 16 | . F GMVLINE=1:1 S GMVTXT=$P($T(@GMVITTYP+GMVLINE),";;",2) Q:GMVTXT=U D
|
---|
| 17 | .. S RESULT(GMVLINE)=GMVTXT
|
---|
| 18 | .. Q
|
---|
| 19 | . Q
|
---|
| 20 | Q
|
---|
| 21 | ;;
|
---|
| 22 | AG ;;ABDOMINAL GIRTH
|
---|
| 23 | ;;Abdominal girth must be numeric with no decimal places
|
---|
| 24 | ;;Must be in the range 0 - 150 IN (0 - 381 CM).
|
---|
| 25 | ;;^
|
---|
| 26 | AUD ;;AUDIOMETRY
|
---|
| 27 | ;;Audiometry is entered as eight readings for right ear followed by
|
---|
| 28 | ;;eight readings for left ear. Readings are delimited by slashes (/).
|
---|
| 29 | ;;Must be in the range 0 - 110.
|
---|
| 30 | ;;E.g.:
|
---|
| 31 | ;; 100/100/100/95/90/90/85/80/105/105/105/105/100/100/95/90/
|
---|
| 32 | ;;^
|
---|
| 33 | BP ;;BLOOD PRESSURE
|
---|
| 34 | ;;Blood Pressure must be in the range 0 - 300 and in one of the
|
---|
| 35 | ;;following formats:
|
---|
| 36 | ;;E.g.:
|
---|
| 37 | ;; 120/80 (systolic / diastolic)
|
---|
| 38 | ;; 120/100/80 (systolic / mean / diastolic)
|
---|
| 39 | ;; 120 (systolic [must have doppler or palpated qualifier])
|
---|
| 40 | ;;^
|
---|
| 41 | CG ;;CIRCUMFERENCE/GIRTH
|
---|
| 42 | ;;Circumference/girth must be numeric with a maximum of two decimal
|
---|
| 43 | ;;places. Must be in the range 0 - 200 IN (0 - 508 CM).
|
---|
| 44 | ;;^
|
---|
| 45 | CVP ;;CENTRAL VENOUS PRESSURE
|
---|
| 46 | ;;Central venous pressure must be numeric with a maximum of one decimal
|
---|
| 47 | ;;place. Must be in the range -13.6 - 136 CM H2O (-10 - 100 mmHg).
|
---|
| 48 | ;;^
|
---|
| 49 | FH ;;FUNDAL HEIGHT
|
---|
| 50 | ;;Fundal height must be numeric with no decimal places.
|
---|
| 51 | ;;Must be in the range 10 - 50 IN (25 - 127 CM).
|
---|
| 52 | ;;^
|
---|
| 53 | FT ;;FETAL HEART TONES
|
---|
| 54 | ;;Fetal heart tones must be numeric with no decimal places.
|
---|
| 55 | ;;Must be in the range 50 - 250.
|
---|
| 56 | ;;^
|
---|
| 57 | HC ;;HEAD CIRCUMFERENCE
|
---|
| 58 | ;;Head circumference if entered in inches must be in the range of
|
---|
| 59 | ;;10 - 30 inches with a maximum of three decimal places, where the
|
---|
| 60 | ;;decimal part must be a multiple of 0.125.
|
---|
| 61 | ;;E.g.:
|
---|
| 62 | ;; 23, 24.125, 23.25, 30.375, 28.5
|
---|
| 63 | ;;Head circumfrence if entered in centimeters must be in the range of
|
---|
| 64 | ;;26 - 76 centimeters with a maximum of two decimal places.
|
---|
| 65 | ;;E.g.:
|
---|
| 66 | ;; 30.2, 45
|
---|
| 67 | ;;^
|
---|
| 68 | HE ;;HEARING
|
---|
| 69 | ;;Hearing is entered as N for Normal, or A for Abnormal.
|
---|
| 70 | ;;^
|
---|
| 71 | HT ;;HEIGHT
|
---|
| 72 | ;;Height must be numeric with a maximum of two decimal places.
|
---|
| 73 | ;;Must be in the range 1 - 100 IN (2.54 - 254 CM).
|
---|
| 74 | ;;^
|
---|
| 75 | P ;;PULSE
|
---|
| 76 | ;;Pulse must be numeric between 0 and 300 with no decimal places.
|
---|
| 77 | ;;^
|
---|
| 78 | PN ;;PAIN
|
---|
| 79 | ;;Pain score is entered as one of the following integers.
|
---|
| 80 | ;; 0 = Patient verbalizes no pain.
|
---|
| 81 | ;; 1 to 10 = Patient verbalizes having pain.
|
---|
| 82 | ;; ( 1 = slightly uncomfortable/minimal pain)
|
---|
| 83 | ;; (10 = worst imaginable pain)
|
---|
| 84 | ;; 99 = Patient unable to respond/communicate pain level.
|
---|
| 85 | ;;^
|
---|
| 86 | PO2 ;;PULSE OXIMETRY
|
---|
| 87 | ;;Pulse oximetry must be numeric with no decimal places.
|
---|
| 88 | ;;The value is interpreted as a percentage (0 - 100 %).
|
---|
| 89 | ;;Supplemental O2 information may also be entered:
|
---|
| 90 | ;;O2 Flow rate must be numeric with a maximum of one decimal place.
|
---|
| 91 | ;;Must be in the range 0.5 - 20 liters / minute.
|
---|
| 92 | ;;O2 concentration must be numeric with no decimal places.
|
---|
| 93 | ;;The value is interpreted as a percentage (0 - 100 %).
|
---|
| 94 | ;;^
|
---|
| 95 | R ;;RESPIRATION
|
---|
| 96 | ;;Respiration must be numeric between 0 and 99 with no decimal places.
|
---|
| 97 | ;;^
|
---|
| 98 | T ;;TEMPERATURE
|
---|
| 99 | ;;Temperature must be numeric with a maximum of two decimal places.
|
---|
| 100 | ;;Must be in the range 45 - 120 F (7.2 - 48.9 C).
|
---|
| 101 | ;;^
|
---|
| 102 | TON ;;TONOMETRY
|
---|
| 103 | ;;Tonometry is entered a reading for right eye, followed by a slash
|
---|
| 104 | ;;(/) followed by a reading for the left eye. The slash is required.
|
---|
| 105 | ;;Must be in the range 0 - 80.
|
---|
| 106 | ;;E.g.:
|
---|
| 107 | ;; 18/18, /20, 18/, 10/13
|
---|
| 108 | ;;^
|
---|
| 109 | VC ;;VISION CORRECTED
|
---|
| 110 | ;;Vision corrected must entered in the form RightEye/LeftEye. Only
|
---|
| 111 | ;;denominators should be entered, the initial 20/ is assumed. Must
|
---|
| 112 | ;;be in the range 10 - 999.
|
---|
| 113 | ;;E.g.:
|
---|
| 114 | ;; 20/20 (Right eye 20/20. Left eye 20/20.)
|
---|
| 115 | ;; 20/ (Right eye 20/20. No left eye measurement.)
|
---|
| 116 | ;; /20 (No right eye measurement. Left eye 20/20.)
|
---|
| 117 | ;;^
|
---|
| 118 | VU ;;VISION UNCORRECTED
|
---|
| 119 | ;;Vision uncorrected must entered in the form RightEye/LeftEye. Only
|
---|
| 120 | ;;denominators should be entered, the initial 20/ is assumed. Must
|
---|
| 121 | ;;be in the range 10 - 999.
|
---|
| 122 | ;;E.g.:
|
---|
| 123 | ;; 20/20 (Right eye 20/20. Left eye 20/20.)
|
---|
| 124 | ;; 20/ (Right eye 20/20. No left eye measurement.)
|
---|
| 125 | ;; /20 (No right eye measurement. Left eye 20/20.)
|
---|
| 126 | ;;^
|
---|
| 127 | WT ;;WEIGHT
|
---|
| 128 | ;;Weight must be numeric with a maximum of two decimal places.
|
---|
| 129 | ;;Must be in the range 0 - 1500 LB (0 - 681 KG).
|
---|
| 130 | ;;^
|
---|