source: VWGUIRegistration/tag/2.0/BFPLLC_WV_Tech.html

Last change on this file was 1782, checked in by Jim B., 7 years ago
File size: 9.1 KB
Line 
1<!DOCTYPE HTML>
2<html>
3<Head><title>Home page</title>
4<style type="text/css">
5body {
6 background: #d85570, no-repeat;
7 background: -webkit-linear-gradient(left,#106CAC,black);
8 background: -moz-linear-gradient(left,#106CAC,black);
9/* background: -moz-linear-gradient(left, #106CAC,black);*/ /* For Firefox 3.6 to 15 */
10 background: -o-linear-gradient(left,#106CAC,black); /* For Opera 11.1 to 12.0 */
11 background: linear-gradient(left,#106CAC,black); /*Standard syntax */
12 background: linear-gradient(left, #106CAC,black); /* IE ? */
13 background: -ms-linear-gradient(left, #106CAC, black); /* IE 11 */
14 /*background-repeat: repeat;*/
15 /*background-position: center;*/
16 font-family: Verdana;
17 font-size: .95em;
18 color:White;
19 margin-left: 100px;
20 margin-right: 200px;
21}
22a:link {color: White;}
23a:active {color: White;}
24a:Visited {color: White;}
25
26</style>
27</head>
28
29<body>
30<div align="center" style="font-family: Verdana; font-size: 2em;">
31Patient Registration and Template Utility Help</div>
32<div align="center" style="font-family: Verdana; font-Size: .8em;"> brought to you by </div>
33<table align="center">
34 <tr>
35 <td> </td>
36 <td><a href="http://www.worldvista.org"><img src="WVLogo11172013_50perc.gif" alt="" /></a></td>
37 <td> </td>
38 <td><a href="http://www.hardhats.org/fileman/pm/"><img src="Filemanager Logo_scaled down.png" height=60 width=60 alt="By George Timson" /></a></td>
39 <td> </td>
40 <td><a href="http://www.d00a.com/"><img src="BFproductions012511_125perc.gif" height=55 width=60 alt="BellFelder Prod. LLC"></a></td>
41 <td> </td>
42 </tr>
43</table>
44
45
46<table align="center" style="border: 1; border-spacing: 10px;">
47 <tr>
48 <td><a href="#Technical">Technical</a></td>
49 <td><a href="#Installation">Installation</a></td>
50 </tr>
51</table>
52</div>
53<p>
54The original intent of this product was to be able to simply add a new case to the main database, the Patient file. Through time and one forced programmer "hiatus", it has grown to its current configuration. This, more importantly, is untested code, and might even be considered "Alpha-sub-Alpha" level. Development was on win7-10, using a VMWare host, Delphi2006, version dEWDrop5, which includes the WorldVistA EHR (commonly called CPRS), in Fileman.
55</p>
56<A NAME=Technical></A><b>Technical:</b>
57<table border width="100%" cols=2 style="border: 1px solid white; border-spacing: 2px; cellspacing: 2px;">
58 <tr style="text-align: left;">
59 <td>Author</td>
60 <td><a href="mailto:jbellco65@gmail.com">Jim Bell</a> (BellFelder Prod., LLC), et al, volunteer with WorldVistA.</td>
61 </tr>
62 <tr>
63 <td>Environment</td>
64 <td>Linux (Dist. of choice)</td>
65 </tr>
66 <tr>
67 <td>Operating System</td>
68 <td>GT.m</td>
69 </tr>
70 <tr>
71 <td>Language</td>
72 <td>M</td>
73 </tr>
74 <tr>
75 <td>Database & Manager</td>
76 <td>Fileman 22.0</td>
77 </tr>
78 <tr>
79 <td>EHR Content</td>
80 <td>FOIA VistA, from WorldVistA</td>
81 </tr>
82 <tr>
83 <td>Incoming files</td>
84 <td><li>64850001 PATIENT FILE FIELD EXCLUSIONS: These are fields in the patient file that the author (ahem - me...) considers to be VA pertinent. Most of the fields are computed and/or triggered by other fields for specific VA tracking/reporting requirements, and in my opinion, are not very meaningful or pertinent to civilian use.</li>
85<li>64850002 CIVILIAN PATIENT FIELDS: Fields selected by the author that are considered to be non-VA mandates.
86</li>
87<li>64850003 FIELD GROUPS: Fields, on build or File structure editing, can have an optional ID to group them by category(s). This is a list of field groups I, and others, consider valid.</li><li><b>NOTE:</b><i> These 3 files will be filed in the DIZ global and all 3 are editable for local need.</i></li>
88<li>64850004 VERBOTEN TEMPLATES: These templates are VA specific templates and contain navigation jumps
89in the template lines for a "roll 'n scroll" environment. They are 1) fields not likely used in
90civilian work, and 2) GUIs do not need these kind of jumps. The templates also cause a communication
91error in that templates asking for a read response (e.g., YES or NO) causes a fatal error in the
92VA Broker.</li>
93 </tr>
94 <tr>
95 <td>Application Routine Set </td>
96 <td><li>VWREGIT</li><li>VWREGITP</li><li>VWREGITS</li><li>VWREGITT</li><li>VWREGITU</li><li>VWREGITX</li><li>VWREGIT2</li><li>VWREGIT3</li></td>
97 </tr>
98 <tr>
99 <td>Remote Procedure Calls</td>
100 <td><LI>VW REG AHF->AHF^VWREGITX: "ad hoc" field selection and retrieval</li>
101 <LI>VW REG ALIST->ALIST^VWREGITX: Returns alpha list via Patient Select</li>
102 <LI>VW REG EGF->EGF^VWREGITT: Returns fields for selected template
103 <LI>VW REG FGNA->FGNA^VWREGITX: Sort sub-routine for Temp. man. client</li>
104 <LI>VW REG FLD BY GRP->LF^VWREGITX: Returns fields via group ID for "ad hoc"</li>
105 <LI>VW REG GPD->GPD^VWREGITP: Returns patient data</li>
106 <LI>VW REG GPDM->GPDM^VWREGITP: Returns multiple data on a patient</li>
107 <LI>VW REG GRP LIST->RETGRP^VWREGITX: List of group id for fields for "ad hoc"</li>
108 <LI>VW REG MAIN->EN^VWREGIT: First call and set up for the application</li>
109 <LI>VW REG MF->M^VWREGITU: Displays Multiple Field Input form.</li>
110 <LI>VW REG MISC->MISC^VWREGITU: Get simple value from VWDD ID
111 <LI>VW REG NEW PT^^^NPT^VWREGIT: Returns template fields and [optional] patient info</li>
112 <LI>VW REG PF->PF^VWREGIT: Returns data from reference files (e.g., STATE(#5), etc)</li>
113 <LI>VW REG RTF->RTF^VWREGITT: Send a refresh of regit.txt to client
114 <LI>VW REG SAVE->SAVE^VWREGITS: Saves input sent by the client/user</li>
115 <LI>VW REG TEMPLATE->EN^VWREGITT: Template management</li>
116 <LI>VW REG ZIP->ZPC^VWREGITU: Returns zip/postal code data(e.g., city, county, state, etc)</li>
117 </td>
118 </tr>
119 <tr>
120 <td>Menu Options</td>
121 <td><li>VW REG IT CONTROL: Manager level application management</li><li>VW PATIENT REGISTRATION</li></td>
122 </tr>
123 <tr>
124 <td>Incoming Parameters</td>
125 <td><li>VW GUI REG TEMPLATE DIRECTORY-Host Home Directory</li><li>VW REG DEFAULT STATE-DEFAULT HOME STATE</li><li>VW REG RDNPT-DEFAULT NEW PT TEMPLATE</li>
126 </td>
127 </tr>
128 <tr>
129 <td>Zip File</td>
130 <td><li>VWREG.KID</li>
131 <li>vwreg_postinstall.sh</li>
132 <li>VWREG Folder</li>
133 <li>BFP_Proj1.exe; GUI application</li>
134 </td>
135 </tr>
136</table>
137
138<br><div align="right"><a href="#TOP">Top</a></div><br>
139
140<A NAME=Installation></A><B>Installation:</b><br>
141<p align="left">
142<table border width="100%" cols=2 style="border: 1px solid white; border-spacing: 2px; cellspacing: 2px;">
143 <tr>
144 <td align="right">Step&nbsp1</td>
145 <td>Make a folder and place on your C drive. The folder should be named VWREG (c:\VWREG)</td>
146 </tr>
147 <tr>
148 <td align="right">Step 2</td>
149 <td>Unzip the zip and place all the contents in your new c:\VWREG folder</td>
150 </tr>
151 <tr>
152 <td align="right">Step 3</td>
153 <td>
154 &nbsp&nbsp&nbsp&nbsp&nbsp0. Transfer the .KID file to your *preferred or *working directory<br>
155 &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp(and for safety-sake make a copy of the .KID in your dowload/or<br>
156 &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp other preferred directory)<br>
157 &nbsp&nbsp&nbsp&nbsp&nbsp1. chmod 777 [current VWREG KID].KID
158 &nbsp&nbsp&nbsp&nbsp&nbsp2. Run dos2unix on the .KID file<br>
159 &nbsp&nbsp&nbsp&nbsp&nbsp3. mkdir regparam**<br>
160 &nbsp&nbsp&nbsp&nbsp&nbsp4. From this directory go to GTM<br>
161 &nbsp&nbsp&nbsp&nbsp&nbsp5. Do the install procedures through EVE->Programmer Options->KIDS<br>
162 &nbsp&nbsp&nbsp&nbsp&nbsp*<i> The KIDS installation and M application will use this directory as your home directory</i><br>
163 &nbsp&nbsp&nbsp&nbsp&nbsp**<i>This directory in your home directory is where the GUI gets its lists<br>
164 &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp of template names from the file regit.txt. It can be manually edited. Note that the<br>
165 &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp template name consists of the NAME(INTERNAL RECORD NUMBER).</i><br>
166 <b><i>NOTE</b></i>: If you are doing a second install over the first
167 You may have to re-enter your parameter data (see the "Editing Parameters Example" below)
168 </td>
169 </tr>
170 <tr>
171 <td align="right">Step 4</td>
172 <td>Create a shortcut to the .exe file</td>
173 </tr>
174 <tr>
175 <td align="right">Step 5</td>
176 <td>Place the shortcut in the c:\Users\Public folder (Example: c:\Users\Public\BFP_Proj1.exe)</td>
177 </tr>
178 <tr>
179 <td align="right">Step 6</td>
180 <td>Edit your shortcut properties to add your server IP and port No.<br>
181 Example:"C:\Users\Public\BFP_Proj1.exe" S=192.168.254.149 P=9430
182 </td>
183 <tr>
184 <td align="right">Step 7</td>
185 <td>There is a backup to the short-cut IP and Port. It is the c:\VWREG\connect.txt file. The application will first
186 look for the shortcut, and, if not found, will then look for the c:\VWREG\connect.txt file.
187 Enter your IP and Port. Line 1 is the IP and line 2 is the port. Example:<br>192.168.254.149<br>9430</td>
188 </tr>
189 </tr>
190 <tr>
191 <td>Installation Example</td>
192 <td>c:\VWREG\VWREG_Install.rtf</td>
193 </tr>
194 <tr>
195 <td>Editing Parameters Example</td>
196 <td>c:\VWREG\VWREG_ParameterExample.rtf</td>
197 </tr>
198
199</table>
200<br>
201<div align="right"><a href="#TOP">Top</a></div>
202
203<br>
204</body>
205
206</html>
Note: See TracBrowser for help on using the repository browser.