- BCHMSRH ; IHS/CMI/LAB - HELP FOR MEASUREMENT VALUES ;
- ;;2.0;IHS RPMS CHR SYSTEM;;OCT 23, 2012;Build 27
- ;
- ;help prompts for each of the measurement types
- ;
- HELP ; HELP FOR VARIOUS TYPES
- Q:$T(@BCHMTYP)=""
- F I=1:1 S L=$T(@BCHMTYP+I) Q:L=""!($P(L,";;")'=" ") W $P(L,";;",2),!
- K BCHMTYP
- Q
- ;
- HAUD ;;
- ;; Enter 8 readings for right ear followed by 8 readings for left ear,
- ;; all followed by slashes (/). Values must be between 0 and 110.
- ;; EXAMPLE: 100/100/100/95/90/90/85/80/105/105/105/105/100/100/95/90/
- HBP ;;
- ;; Enter as SYSTOLIC/DIASTOLIC (120/80). SYSTOLIC must be between
- ;; 20 and 275. DIASTOLIC must be between 20 and 200.
- HHC ;;
- ;; To enter head circumference in INCHES, enter the inches (21)
- ;; and decimal (21.5), or inches and fraction (21 1/2).
- ;; Must be 10-30 inches and fractional/decimal part must be a
- ;; multiple of 1/8 (.125).
- ;;
- ;; To enter head circumference in CENTIMETERS, enter
- ;; the centimeters and decimal, followed by the letter 'C' (30.2C).
- ;; Centimeter range: 26 to 76 centimeters.
- HHE ;;
- ;; Enter N for normal, or A for abnormal.
- HHT ;;
- ;; To enter height in INCHES, enter the inches (64), inches and
- ;; fractions (64 3/4), or inches and decimal (64.75).
- ;; Height inches must be between 10 and 80.
- ;;
- ;; To enter height in CENTIMETERS, enter value, followed
- ;; by the letter 'C' (100C). Centimeter range: 26 and 203.
- HPU ;;
- ;; Enter whole number between 30 and 250.
- HTMP ;;
- ;; Enter as degrees fahrenheit. Must be 94-109.9 degrees.
- HTON ;;
- ;; Enter READING for RIGHT eye, followed by a SLASH, followed
- ;; by the READING for the LEFT eye.
- ;; SLASH is REQUIRED!
- ;; Examples: 18/18, /20, 18/, 10/13
- ;; Readings can be between 0 and 80.
- HVC ;;
- ;; Enter denominators only. The 20/ is assumed. Enter right eye
- ;; / left eye in form n/n (20/20). If right eye only enter n (20).
- ;; If left eye only enter /n (/20). Must be between 10 and 999.
- HVU ;;
- ;; SAME AS HVC. HVU CHANGED TO HVC BY HELP LOGIC.
- HWT ;;
- ;; To enter weight in LBS and OZs, enter lbs oz (132 12), lbs fraction (132 3/4),
- ;; or lbs.decimal (132.75). Weight must be 2-750 lbs and fractional/decimal part
- ;; must be a multiple of 1/16 (.0625).
- ;;
- ;; Metric ranges:
- ;; - To enter weight in KILOGRAMS, enter value between 1 and 340
- ;; (fractions and decimals allowed), followed by the letter 'K' (100K).
- ;; - To enter weight in GRAMS, enter value between 1000 and 340000
- ;; (fractions and decimals allowed), followed by the letter 'G' (100G).
- ;; Fractions must be entered as in 4000 1/2 or 4 2/3
- HAG ;;
- ;; Enter Abdominal Girth. Must be in the range 0-150.
- HFH ;;
- ;; Enter a Fundal Height. Must be in the range 10-50.
- HFT ;;
- ;; Enter Fetal Heart Tone. Must be in the range 50-250.
- HRS ;;Help for Respiration rate
- ;;Enter the respiration rate of the patient. Must be in range 8-90.
- BCHMSRH ; IHS/CMI/LAB - HELP FOR MEASUREMENT VALUES ;
- +1 ;;2.0;IHS RPMS CHR SYSTEM;;OCT 23, 2012;Build 27
- +2 ;
- +3 ;help prompts for each of the measurement types
- +4 ;
- HELP ; HELP FOR VARIOUS TYPES
- +1 IF $TEXT(@BCHMTYP)=""
- QUIT
- +2 FOR I=1:1
- SET L=$TEXT(@BCHMTYP+I)
- IF L=""!($PIECE(L,";;")'=" ")
- QUIT
- WRITE $PIECE(L,";;",2),!
- +3 KILL BCHMTYP
- +4 QUIT
- +5 ;
- HAUD ;;
- +1 ;; Enter 8 readings for right ear followed by 8 readings for left ear,
- +2 ;; all followed by slashes (/). Values must be between 0 and 110.
- +3 ;; EXAMPLE: 100/100/100/95/90/90/85/80/105/105/105/105/100/100/95/90/
- HBP ;;
- +1 ;; Enter as SYSTOLIC/DIASTOLIC (120/80). SYSTOLIC must be between
- +2 ;; 20 and 275. DIASTOLIC must be between 20 and 200.
- HHC ;;
- +1 ;; To enter head circumference in INCHES, enter the inches (21)
- +2 ;; and decimal (21.5), or inches and fraction (21 1/2).
- +3 ;; Must be 10-30 inches and fractional/decimal part must be a
- +4 ;; multiple of 1/8 (.125).
- +5 ;;
- +6 ;; To enter head circumference in CENTIMETERS, enter
- +7 ;; the centimeters and decimal, followed by the letter 'C' (30.2C).
- +8 ;; Centimeter range: 26 to 76 centimeters.
- HHE ;;
- +1 ;; Enter N for normal, or A for abnormal.
- HHT ;;
- +1 ;; To enter height in INCHES, enter the inches (64), inches and
- +2 ;; fractions (64 3/4), or inches and decimal (64.75).
- +3 ;; Height inches must be between 10 and 80.
- +4 ;;
- +5 ;; To enter height in CENTIMETERS, enter value, followed
- +6 ;; by the letter 'C' (100C). Centimeter range: 26 and 203.
- HPU ;;
- +1 ;; Enter whole number between 30 and 250.
- HTMP ;;
- +1 ;; Enter as degrees fahrenheit. Must be 94-109.9 degrees.
- HTON ;;
- +1 ;; Enter READING for RIGHT eye, followed by a SLASH, followed
- +2 ;; by the READING for the LEFT eye.
- +3 ;; SLASH is REQUIRED!
- +4 ;; Examples: 18/18, /20, 18/, 10/13
- +5 ;; Readings can be between 0 and 80.
- HVC ;;
- +1 ;; Enter denominators only. The 20/ is assumed. Enter right eye
- +2 ;; / left eye in form n/n (20/20). If right eye only enter n (20).
- +3 ;; If left eye only enter /n (/20). Must be between 10 and 999.
- HVU ;;
- +1 ;; SAME AS HVC. HVU CHANGED TO HVC BY HELP LOGIC.
- HWT ;;
- +1 ;; To enter weight in LBS and OZs, enter lbs oz (132 12), lbs fraction (132 3/4),
- +2 ;; or lbs.decimal (132.75). Weight must be 2-750 lbs and fractional/decimal part
- +3 ;; must be a multiple of 1/16 (.0625).
- +4 ;;
- +5 ;; Metric ranges:
- +6 ;; - To enter weight in KILOGRAMS, enter value between 1 and 340
- +7 ;; (fractions and decimals allowed), followed by the letter 'K' (100K).
- +8 ;; - To enter weight in GRAMS, enter value between 1000 and 340000
- +9 ;; (fractions and decimals allowed), followed by the letter 'G' (100G).
- +10 ;; Fractions must be entered as in 4000 1/2 or 4 2/3
- HAG ;;
- +1 ;; Enter Abdominal Girth. Must be in the range 0-150.
- HFH ;;
- +1 ;; Enter a Fundal Height. Must be in the range 10-50.
- HFT ;;
- +1 ;; Enter Fetal Heart Tone. Must be in the range 50-250.
- HRS ;;Help for Respiration rate
- +1 ;;Enter the respiration rate of the patient. Must be in range 8-90.