source: cprs/branches/foia-cprs/CPRS-Chart/fEncnt.dfm@ 459

Last change on this file since 459 was 459, checked in by Kevin Toppenberg, 16 years ago

Adding foia-cprs branch

File size: 6.5 KB
Line 
1object frmEncounter: TfrmEncounter
2 Left = 302
3 Top = 180
4 BorderIcons = [biSystemMenu]
5 BorderStyle = bsDialog
6 Caption = 'Provider & Location for Current Activities'
7 ClientHeight = 367
8 ClientWidth = 384
9 Color = clBtnFace
10 Font.Charset = DEFAULT_CHARSET
11 Font.Color = clWindowText
12 Font.Height = -11
13 Font.Name = 'MS Sans Serif'
14 Font.Style = []
15 OldCreateOrder = True
16 Position = poScreenCenter
17 OnClose = FormClose
18 OnCreate = FormCreate
19 OnDestroy = FormDestroy
20 DesignSize = (
21 384
22 367)
23 PixelsPerInch = 96
24 TextHeight = 13
25 object lblInstruct: TLabel
26 Left = 6
27 Top = 6
28 Width = 253
29 Height = 31
30 AutoSize = False
31 Caption =
32 'Select the appointment or visit that should be associated with t' +
33 'he note or orders .'
34 Visible = False
35 WordWrap = True
36 end
37 object lblLocation: TLabel
38 Tag = 9
39 Left = 6
40 Top = 149
41 Width = 93
42 Height = 13
43 Anchors = [akLeft, akBottom]
44 Caption = 'Encounter Location'
45 end
46 object lblProvider: TLabel
47 Left = 6
48 Top = 6
49 Width = 91
50 Height = 13
51 Caption = 'Encounter Provider'
52 end
53 object cmdOK: TButton
54 Left = 306
55 Top = 20
56 Width = 72
57 Height = 21
58 Caption = 'OK'
59 Default = True
60 TabOrder = 4
61 OnClick = cmdOKClick
62 end
63 object cmdCancel: TButton
64 Left = 306
65 Top = 49
66 Width = 72
67 Height = 21
68 Cancel = True
69 Caption = 'Cancel'
70 TabOrder = 5
71 OnClick = cmdCancelClick
72 end
73 object txtLocation: TCaptionEdit
74 Tag = 9
75 Left = 6
76 Top = 163
77 Width = 212
78 Height = 21
79 Anchors = [akLeft, akBottom]
80 Color = clBtnFace
81 ReadOnly = True
82 TabOrder = 1
83 Text = '< Select a location from the tabs below.... >'
84 Caption = 'Encounter Location'
85 end
86 object pgeVisit: TPageControl
87 Tag = 9
88 Left = 6
89 Top = 194
90 Width = 372
91 Height = 167
92 ActivePage = tabClinic
93 Anchors = [akLeft, akBottom]
94 TabIndex = 0
95 TabOrder = 2
96 OnChange = pgeVisitChange
97 object tabClinic: TTabSheet
98 Caption = 'Clinic Appointments'
99 object lblClinic: TLabel
100 Left = 4
101 Top = 4
102 Width = 127
103 Height = 13
104 Caption = 'Clinic Appointments / Visits'
105 end
106 object lblDateRange: TLabel
107 Left = 138
108 Top = 4
109 Width = 71
110 Height = 13
111 Caption = '(T-30 thru T+1)'
112 end
113 object lstClinic: TORListBox
114 Left = 4
115 Top = 18
116 Width = 352
117 Height = 117
118 ItemHeight = 13
119 ParentShowHint = False
120 ShowHint = True
121 TabOrder = 0
122 OnDblClick = cmdOKClick
123 Caption = 'Clinic Appointments / Visits (T-30 thru T+1)'
124 ItemTipColor = clWindow
125 LongList = False
126 Pieces = '3,2,4'
127 TabPositions = '20'
128 OnChange = lstClinicChange
129 end
130 end
131 object tabAdmit: TTabSheet
132 Caption = 'Hospital Admissions'
133 object lblAdmit: TLabel
134 Left = 4
135 Top = 4
136 Width = 93
137 Height = 13
138 Caption = 'Hospital Admissions'
139 end
140 object lstAdmit: TORListBox
141 Left = 4
142 Top = 18
143 Width = 352
144 Height = 117
145 ItemHeight = 13
146 ParentShowHint = False
147 ShowHint = True
148 TabOrder = 0
149 OnDblClick = cmdOKClick
150 Caption = 'Hospital Admissions'
151 ItemTipColor = clWindow
152 LongList = False
153 Pieces = '3,5,4'
154 TabPositions = '20'
155 OnChange = lstAdmitChange
156 end
157 end
158 object tabNewVisit: TTabSheet
159 Caption = 'New Visit'
160 object lblVisitDate: TLabel
161 Left = 220
162 Top = 4
163 Width = 85
164 Height = 13
165 Caption = 'Date/Time of Visit'
166 Visible = False
167 end
168 object lblNewVisit: TLabel
169 Left = 4
170 Top = 4
171 Width = 63
172 Height = 13
173 Caption = 'Visit Location'
174 end
175 object calVisitDate: TORDateBox
176 Left = 220
177 Top = 18
178 Width = 140
179 Height = 21
180 TabOrder = 1
181 Text = 'NOW'
182 OnChange = calVisitDateChange
183 OnExit = calVisitDateExit
184 DateOnly = False
185 RequireTime = True
186 end
187 object ckbHistorical: TORCheckBox
188 Left = 220
189 Top = 50
190 Width = 140
191 Height = 81
192 Caption =
193 'Historical Visit: a visit that occurred at some time in the past' +
194 ' or at some other location (possibly non-VA) but is not used for' +
195 ' workload credit.'
196 ParentShowHint = False
197 ShowHint = True
198 TabOrder = 2
199 OnClick = ckbHistoricalClick
200 WordWrap = True
201 AutoSize = True
202 end
203 object cboNewVisit: TORComboBox
204 Left = 4
205 Top = 18
206 Width = 208
207 Height = 117
208 Style = orcsSimple
209 AutoSelect = True
210 Caption = 'Visit Location'
211 Color = clWindow
212 DropDownCount = 8
213 ItemHeight = 13
214 ItemTipColor = clWindow
215 ItemTipEnable = True
216 ListItemsOnly = True
217 LongList = True
218 LookupPiece = 0
219 MaxLength = 0
220 Pieces = '2'
221 Sorted = False
222 SynonymChars = '<>'
223 TabOrder = 0
224 OnChange = cboNewVisitChange
225 OnDblClick = cmdOKClick
226 OnNeedData = cboNewVisitNeedData
227 CharsNeedMatch = 1
228 end
229 end
230 end
231 object cmdDateRange: TButton
232 Tag = 9
233 Left = 288
234 Top = 177
235 Width = 90
236 Height = 21
237 Anchors = [akLeft, akBottom]
238 Caption = 'Date Range...'
239 TabOrder = 3
240 OnClick = cmdDateRangeClick
241 end
242 object cboPtProvider: TORComboBox
243 Left = 6
244 Top = 20
245 Width = 292
246 Height = 117
247 Style = orcsSimple
248 AutoSelect = True
249 Caption = 'Encounter Provider'
250 Color = clWindow
251 DropDownCount = 8
252 ItemHeight = 13
253 ItemTipColor = clWindow
254 ItemTipEnable = True
255 ListItemsOnly = True
256 LongList = True
257 LookupPiece = 2
258 MaxLength = 0
259 Pieces = '2,3'
260 Sorted = False
261 SynonymChars = '<>'
262 TabOrder = 0
263 OnDblClick = cmdOKClick
264 OnNeedData = cboPtProviderNeedData
265 CharsNeedMatch = 1
266 end
267 object dlgDateRange: TORDateRangeDlg
268 DateOnly = True
269 Instruction = 'Show appointments / visits in the date range:'
270 LabelStart = 'From'
271 LabelStop = 'Through'
272 RequireTime = False
273 Format = 'mmm d,yyyy'
274 Left = 264
275 Top = 4
276 end
277end
Note: See TracBrowser for help on using the repository browser.