source: FOIAVistA/tag/r/GEN_MED_REC_VITALS-GMRV/GMRVPCE2.m@ 628

Last change on this file since 628 was 628, checked in by George Lilly, 14 years ago

initial load of FOIAVistA 6/30/08 version

File size: 3.2 KB
Line 
1GMRVPCE2 ;HIRMFO/RM-V/M Help for AICS ;3/9/99 15:25
2 ;;4.0;Vitals/Measurements;**8**;Apr 25, 1997
3HELP(TYPE,HLP) ; Entry for Help Screens. HLP is a closed array reference
4 ; which will have the help returned for measuremnt abbreviation TYPE.
5 N X,Y I TYPE="VU" S TYPE="VC"
6 F Y=1:1 S X=$T(@TYPE+Y) Q:$P(X,";;",2)="~" S @HLP@(Y)=$P(X,";;",2,99)
7 Q
8AG ; HELP FOR ABDOMINAL GIRTH
9 ;;Enter Abdominal Girth. Must be in the range 0-150.
10 ;;~
11AUD ; HELP FOR AUDIOMETRY.
12 ;;Enter 8 readings for right ear followed by 8 readings for left ear, all
13 ;;followed by slashes (/). Values must be between 0 and 110.
14 ;;Example: 100/100/100/95/90/90/85/80/105/105/105/105/100/100/95/90/
15 ;;~
16BP ; HELP FOR BLOOD PRESSURE
17 ;;Enter as SYSTOLIC/INTERMEDIATE/DIASTOLIC. Each pressure is in the range
18 ;;of 0-300. INTERMEDIATE pressure is optional.
19 ;;Examples: 98/64 or 120/100/80
20 ;;~
21FH ; HELP FOR FUNDAL HEIGHT
22 ;;Enter a Fundal Height. Must be in the range 10-50.
23 ;;~
24FT ; HELP FOR FETAL HEART TONES
25 ;;Enter Fetal Heart Tone. Must be in the range 50-250.
26 ;;~
27HC ; HELP FOR HEAD CIRCUMFERENCE
28 ;;Enter a Head Circumference. If entered in inches, the measurement must
29 ;;be 10-30 inches with three decimal places, but the decimal part must be
30 ;;a multiple of .125.
31 ;;Examples: 23 or 24.125 or 23.25 or 30.375 or 28.5.
32 ;;
33 ;;If entered in centimeters, the measurement must be 26-76 centimeters with
34 ;;one decimal place.
35 ;;Examples: 30.2 or 45
36 ;;~
37HE ; HELP FOR HEARING
38 ;;Enter N for Normal, or A for Abnormal.
39 ;;~
40HT ; HELP FOR HEIGHT
41 ;;Enter Height. A number in one of the following formats (2 decimals
42 ;;allowed):
43 ;; 72I (inches) 147C or 147CM (centimeters)
44 ;; 5FT10IN or 5'10"" (for 5 feet 10 inches)
45 ;;~
46PU ; HELP FOR PULSE
47 ;;Enter pulse. Must be in range of 0-300.
48 ;;~
49RS ; HELP FOR RESPIRATION
50 ;;Enter the respiration rate of the patient. Must be in range of 0-100.
51 ;;~
52TON ; HELP FOR TONOMETRY
53 ;;Enter READING for RIGHT eye, followed by a SLASH (/), followed by the
54 ;;READING for LEFT eye. SLASH is REQUIRED! Readings are in the range
55 ;;of 0-80.
56 ;;Examples: 18/18, /20, 18/, 10/13.
57 ;;~
58TMP ; HELP FOR TEMPERATURE
59 ;;Enter Temperature. Temperature can be entered as degrees Farenheit
60 ;;or degrees Centigrade. Range for degrees Farenheit is 45-120 and
61 ;;range for degrees Celcius is 0-45. Readings can have two decimal places.
62 ;;Examples: 100.3F or 37C
63 ;;~
64VC ; HELP FOR VISION CORRECTED (AND VISION UNCORRECTED)
65 ;;Enter denominators only. The 20/ is assumed. Enter right eye / left eye
66 ;;in form n/n (20/20). If right eye only enter n (20). If left eye only
67 ;;enter /n (/20). Must be between 10 and 999.
68 ;;~
69WT ; HELP FOR WEIGHT
70 ;;Enter Weight. Weight can be entered in pounds (L) or Kilograms (K).
71 ;;Readings in pounds must be in the range 0-1500 and readings in kilograms
72 ;;must be in the range of 0-700. Readings can have two decimal places.
73 ;;Examples: 195L or 79.5K
74 ;;~
75PN ; HELP FOR PAIN
76 ;;Enter pain scale number (0-10,99).
77 ;;0 = patient verbalizes no pain.
78 ;;1 to 10 = patient verbalizes having pain.
79 ;; ( 1=slightly uncomfortable/minimal pain)
80 ;; (10=worst imaginable pain)
81 ;;99 = patient unable to respond/communicate pain level.
82 ;;Examples: 99 or 5
83 ;;~
Note: See TracBrowser for help on using the repository browser.