source: PGC/tags/TMG-PGC/TMG-1.0-17.TXT@ 1505

Last change on this file since 1505 was 1505, checked in by Sam Habiel, 12 years ago

TMG Growth Charts integrated within CPRS

File size: 7.2 KB
Line 
1$TXT Created by TOPPENBERG,KEVIN at FAMILY PHYSICANS OF GREENEVILLE (KIDS) on 11/22/10
2=============================================================================
3Run Date: 11/22/10 Designation: TMG*1.0*17
4Package : TMG - FAMILY PHYSICANS OF GREENEVILLE Priority: ROUTINE
5Version : 1 SEQ #17 Status: Released
6=============================================================================
7
8Associated patches: None
9
10Subject: 1. Adds pediatric growth charts into an unmodified CPRS (as well as TMG-CPRS)
11 2. Provides Text Objects to access percentiles for pediatric height, weight,
12 head circumference, and BMI
13
14Category: New features in CPRS (all work in unmodified CPRS)
15
16Note: This is a replacement for TMG Kids patch Version 1.0 Seq 16. This includes an update of the
17 javascript library to version 2.3 and corrects a few bugs that existed in Seq 16 (e.g. Labels
18 for tic marks on graphs and proper plotting of points).
19
20Description:
21============
22
23 1. PEDIATRIC GROWTH CHARTS:
24 After installation of this patch, graphic pediatric growth charts will be added as a
25 report on the REPORTS tab in CPRS. (This does NOT require TMG-CPRS to work.) It
26 makes use of VA standard HTML type reports. The internal text of the report includes
27 javascript code that graphs out pediatric patient data.
28 NOTES:
29 -- For pediatric patients, both HEIGHT and LENGTH must be stored in the
30 HEIGHT field. For the purpose of these graphs, it has been assumed that for
31 age < 2 yrs, that "HEIGHT" is actually a length. (HEIGHT is a standing stature,
32 while LENGTH is measured with patient laying flat on table.)
33 -- Head circumference measurements must be stored as a CIRC/GIRTH type vital.
34 -- To print out graphs, right click on the graph and select PRINT from the context
35 menu.
36 -- We have paid the $99 license fee to the author of the javascript library, and
37 the author (Josh Gebelein) has assured me that this covers all users of our
38 open source release.
39 -- We have tried to create installer code that inserts our growth charts report
40 in a manner that does not disrupt other reports. However, if a site has a
41 unforseen setup, then a CAC may have to edit this manually:
42 1. Navigate to Fileman menu option XPAR EDIT PARAMETER
43 2. Choose: ORWRP REPORT LIST
44 3. Move the entry for TMG GROWTH CHARTS to the appropriate section
45 for your site.
46
47 2. TEXT OBJECTS TO INCLUDE PERCENTILES
48 Text objects are smart objects that can be dropped into templates in CPRS.
49 When used, they contact the server and return appropriate information. E.g.
50 |PHONE NUMBER| would return the patient's telephone number.
51
52 The following text objects have been created. They will include a percentile
53 for the measurements (the same percentile that would show up in a growth chart)
54
55 TMG PATIENT BMI
56 TMG PATIENT HC
57 TMG PATIENT WT
58 TMG PATIENT HT
59
60 E.g. |TMG PATIENT HT| resulted in this output
61 (07/12/2010 @ 10.5 yr) Ht 53 in [134.6 cm], 13rd %tile
62 The date is only added when the vital measurement date is different from the
63 note date.
64
65
66
67+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
68+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
69
70 INSTALLATION INSTRUCTIONS:
71 ==========================
72 Users should be logged off the system.
73 Note: the follow instructions were copied from another KIDS install and modified.
74 There may be some discrepancies.
75
76 The following are instructions for those using the Packman method:
77 ------------------------------------------------------------------
78 1. Use the INSTALL/CHECK MESSAGE option on the PackMan menu.
79
80 2. Review your mapped set. If any of the routines listed in the
81 ROUTINE SUMMARY section are mapped, they should be removed
82 from the mapped set at this time.
83
84 3. From the Kernel Installation and Distribution System Menu, select
85 the Installation menu.
86
87 4. From this menu, you may elect to use the following options
88 (when prompted for INSTALL NAME, enter TMG1-1.0-17:
89 a. Backup a Transport Global
90 b. Compare Transport Global to Current System
91 c. Verify Checksums in Transport Global
92
93 5. Use the Install Package(s) option and select the package TMG1-1.0-17
94
95 6. When prompted 'Want KIDS to INHIBIT LOGONs during the install? YES//'
96 respond NO.
97
98 7. When prompted 'Want to DISABLE Scheduled Options, Menu Options, and
99 Protocols? YES//', respond NO.
100
101 8. If routines were unmapped as part of step 2, they should be returned
102 to the mapped set once the installation has run to completion.
103
104 9. (See step 9 below)
105
106 The following are instructions for those loading the patch via Host File System:
107 ---------------------------------------------------------------------------------
108 1. Navigate the menu option path to reach the Kernel Installation and Distribution
109 System Menu. Or, the menu option XPD MAIN may be entered directly.
110
111 2. Next, at the menu displaying:
112 Edits and Distribution ...
113 Utilities ...
114 Installation ... <---------- pick this one.
115
116 3. Next, at the menu displaying the options as below, choose each of the options
117 in a step-by-step fashion, in numerical order (i.e. 1, 2, 3 etc.) Step #1 will
118 prompt the user to enter the file path on the host file system where the source
119 file is stored. The filename to enter is TMG1-1.0-16.KIDS, but add the
120 appropriate path. E.g. /tmp/TMG1-1.0-16.KIDS
121
122 1 Load a Distribution
123 2 Verify Checksums in Transport Global
124 3 Print Transport Global
125 4 Compare Transport Global to Current System
126 5 Backup a Transport Global
127 6 Install Package(s)
128 Restart Install of Package(s)
129 Unload a Distribution
130
131 4. From this menu, you may elect to use the following options
132 (when prompted for INSTALL NAME, enter TMG*1.0*16
133 a. Backup a Transport Global
134 b. Compare Transport Global to Current System
135 c. Verify Checksums in Transport Global
136
137 5. Use the Install Package(s) option and select the package TMG*1.0*16
138
139 6. When prompted 'Want KIDS to INHIBIT LOGONs during the install? YES//'
140 respond NO.
141
142 7. When prompted 'Want to DISABLE Scheduled Options, Menu Options, and
143 Protocols? YES//', respond NO.
144
145 8. If routines were unmapped as part of step 2, they should be returned
146 to the mapped set once the installation has run to completion.
147
148
149=============================================================================
150User Information:
151Entered By : TOPPENBERG,KEVIN Date Entered : 11/22/10
152Completed By: TOPPENBERG,KEVIN Date Completed: 11/22/10
153Released By : TOPPENBERG,KEVIN Date Released : 11/22/10
154=============================================================================
155
156Packman Mail Message:
157=====================
158
159$END TXT
Note: See TracBrowser for help on using the repository browser.