source: cprs/branches/foia-cprs/CPRS-Chart/Consults/fODProc.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: 8.8 KB
Line 
1inherited frmODProc: TfrmODProc
2 Tag = 112
3 Left = 262
4 Top = 191
5 Width = 531
6 Height = 322
7 HorzScrollBar.Range = 523
8 HorzScrollBar.Visible = True
9 VertScrollBar.Range = 295
10 VertScrollBar.Visible = True
11 AutoScroll = False
12 Caption = 'Order a Procedure'
13 PixelsPerInch = 96
14 TextHeight = 13
15 object lblProc: TLabel [0]
16 Left = 4
17 Top = 4
18 Width = 49
19 Height = 13
20 Caption = 'Procedure'
21 end
22 object lblService: TOROffsetLabel [1]
23 Left = 4
24 Top = 42
25 Width = 158
26 Height = 15
27 Caption = 'Service to perform this procedure'
28 HorzOffset = 2
29 Transparent = False
30 VertOffset = 2
31 WordWrap = False
32 end
33 object lblUrgency: TStaticText [2]
34 Left = 237
35 Top = 4
36 Width = 44
37 Height = 17
38 Anchors = [akTop, akRight]
39 Caption = 'Urgency'
40 TabOrder = 15
41 end
42 object lblPlace: TStaticText [3]
43 Left = 384
44 Top = 43
45 Width = 104
46 Height = 17
47 Anchors = [akTop, akRight]
48 Caption = 'Place of Consultation'
49 TabOrder = 16
50 end
51 object lblAttn: TStaticText [4]
52 Left = 384
53 Top = 4
54 Width = 46
55 Height = 17
56 Anchors = [akTop, akRight]
57 Caption = 'Attention'
58 TabOrder = 17
59 end
60 object lblProvDiag: TStaticText [5]
61 Left = 237
62 Top = 81
63 Width = 104
64 Height = 17
65 Anchors = [akTop, akRight]
66 Caption = 'Provisional Diagnosis'
67 TabOrder = 18
68 end
69 object pnlReason: TPanel [6]
70 Left = 0
71 Top = 99
72 Width = 521
73 Height = 154
74 Anchors = [akLeft, akTop, akRight, akBottom]
75 BevelOuter = bvNone
76 TabOrder = 9
77 DesignSize = (
78 521
79 154)
80 object lblReason: TLabel
81 Left = 4
82 Top = 9
83 Width = 95
84 Height = 13
85 Caption = 'Reason for Request'
86 end
87 object memReason: TCaptionRichEdit
88 Left = 0
89 Top = 24
90 Width = 521
91 Height = 130
92 Anchors = [akLeft, akTop, akRight, akBottom]
93 Font.Charset = DEFAULT_CHARSET
94 Font.Color = clWindowText
95 Font.Height = -11
96 Font.Name = 'Courier New'
97 Font.Style = []
98 ParentFont = False
99 PopupMenu = popReason
100 ScrollBars = ssBoth
101 TabOrder = 0
102 WantTabs = True
103 OnChange = ControlChange
104 OnExit = memReasonExit
105 OnKeyDown = memReasonKeyDown
106 OnKeyPress = memReasonKeyPress
107 OnKeyUp = memReasonKeyUp
108 Caption = 'Reason for Request'
109 end
110 end
111 inherited memOrder: TCaptionMemo
112 Left = 4
113 Top = 258
114 Width = 361
115 Height = 36
116 Anchors = [akLeft, akRight, akBottom]
117 Lines.Strings = (
118 'The order text...'
119
120 '----------------------------------------------------------------' +
121 '--------------'
122 'An order message may be displayed here.')
123 TabOrder = 1
124 end
125 object cboUrgency: TORComboBox [8]
126 Left = 237
127 Top = 17
128 Width = 133
129 Height = 21
130 Anchors = [akTop, akRight]
131 Style = orcsDropDown
132 AutoSelect = True
133 Caption = 'Urgency'
134 Color = clWindow
135 DropDownCount = 8
136 ItemHeight = 13
137 ItemTipColor = clWindow
138 ItemTipEnable = True
139 ListItemsOnly = True
140 LongList = False
141 LookupPiece = 0
142 MaxLength = 0
143 Pieces = '2'
144 Sorted = False
145 SynonymChars = '<>'
146 TabOrder = 2
147 OnChange = ControlChange
148 CharsNeedMatch = 1
149 end
150 object cboPlace: TORComboBox [9]
151 Left = 384
152 Top = 56
153 Width = 133
154 Height = 21
155 Anchors = [akTop, akRight]
156 Style = orcsDropDown
157 AutoSelect = True
158 Caption = 'Place of Consultation'
159 Color = clWindow
160 DropDownCount = 8
161 ItemHeight = 13
162 ItemTipColor = clWindow
163 ItemTipEnable = True
164 ListItemsOnly = True
165 LongList = False
166 LookupPiece = 0
167 MaxLength = 0
168 Pieces = '2'
169 Sorted = False
170 SynonymChars = '<>'
171 TabOrder = 6
172 OnChange = ControlChange
173 CharsNeedMatch = 1
174 end
175 object txtProvDiag: TCaptionEdit [10]
176 Left = 237
177 Top = 93
178 Width = 234
179 Height = 21
180 Anchors = [akTop, akRight]
181 ParentShowHint = False
182 PopupMenu = mnuPopProvDx
183 ShowHint = True
184 TabOrder = 7
185 OnChange = txtProvDiagChange
186 Caption = 'Provisional Diagnosis'
187 end
188 object txtAttn: TORComboBox [11]
189 Left = 384
190 Top = 17
191 Width = 133
192 Height = 21
193 Anchors = [akTop, akRight]
194 Style = orcsDropDown
195 AutoSelect = True
196 Caption = 'Attention'
197 Color = clWindow
198 DropDownCount = 8
199 ItemHeight = 13
200 ItemTipColor = clWindow
201 ItemTipEnable = True
202 ListItemsOnly = True
203 LongList = True
204 LookupPiece = 2
205 MaxLength = 0
206 Pieces = '2,3'
207 Sorted = False
208 SynonymChars = '<>'
209 TabOrder = 3
210 OnChange = ControlChange
211 OnNeedData = txtAttnNeedData
212 CharsNeedMatch = 1
213 end
214 object cboProc: TORComboBox [12]
215 Left = 4
216 Top = 17
217 Width = 215
218 Height = 21
219 Anchors = [akLeft, akTop, akRight]
220 Style = orcsDropDown
221 AutoSelect = True
222 Caption = 'Procedure'
223 Color = clWindow
224 DropDownCount = 8
225 ItemHeight = 13
226 ItemTipColor = clWindow
227 ItemTipEnable = True
228 ListItemsOnly = True
229 LongList = True
230 LookupPiece = 0
231 MaxLength = 0
232 Pieces = '2'
233 Sorted = False
234 SynonymChars = '<>'
235 TabOrder = 0
236 OnChange = cboProcSelect
237 OnNeedData = cboProcNeedData
238 CharsNeedMatch = 1
239 end
240 object cboCategory: TORComboBox [13]
241 Left = 516
242 Top = 10
243 Width = 3
244 Height = 21
245 Style = orcsDropDown
246 AutoSelect = True
247 Color = clWindow
248 DropDownCount = 8
249 ItemHeight = 13
250 ItemTipColor = clWindow
251 ItemTipEnable = True
252 ListItemsOnly = False
253 LongList = False
254 LookupPiece = 0
255 MaxLength = 0
256 Sorted = False
257 SynonymChars = '<>'
258 TabOrder = 13
259 Visible = False
260 OnChange = ControlChange
261 CharsNeedMatch = 1
262 end
263 object cboService: TORComboBox [14]
264 Left = 4
265 Top = 58
266 Width = 215
267 Height = 21
268 Anchors = [akLeft, akTop, akRight]
269 Style = orcsDropDown
270 AutoSelect = True
271 Caption = 'Service to perform this procedure'
272 Color = clWindow
273 DropDownCount = 8
274 Enabled = False
275 ItemHeight = 13
276 ItemTipColor = clWindow
277 ItemTipEnable = True
278 ListItemsOnly = False
279 LongList = False
280 LookupPiece = 0
281 MaxLength = 0
282 Pieces = '2'
283 Sorted = False
284 SynonymChars = '<>'
285 TabOrder = 4
286 OnChange = cboServiceChange
287 CharsNeedMatch = 1
288 end
289 inherited cmdAccept: TButton
290 Left = 369
291 Top = 268
292 Anchors = [akRight, akBottom]
293 TabOrder = 10
294 end
295 inherited cmdQuit: TButton
296 Left = 457
297 Top = 268
298 Width = 64
299 Anchors = [akRight, akBottom]
300 TabOrder = 11
301 end
302 inherited pnlMessage: TPanel
303 Left = 50
304 Top = 249
305 Width = 304
306 Anchors = [akLeft, akRight, akBottom]
307 TabOrder = 12
308 inherited memMessage: TRichEdit
309 Width = 254
310 end
311 end
312 object cmdLexSearch: TButton
313 Left = 474
314 Top = 93
315 Width = 49
316 Height = 21
317 Anchors = [akTop, akRight]
318 Caption = 'Lexicon'
319 TabOrder = 8
320 OnClick = cmdLexSearchClick
321 end
322 object gbInptOpt: TGroupBox
323 Left = 237
324 Top = 36
325 Width = 140
326 Height = 45
327 Anchors = [akTop, akRight]
328 Caption = 'Patient will be seen as an:'
329 TabOrder = 5
330 DesignSize = (
331 140
332 45)
333 object radInpatient: TRadioButton
334 Left = 3
335 Top = 20
336 Width = 61
337 Height = 17
338 Anchors = [akTop, akRight]
339 Caption = '&Inpatient'
340 TabOrder = 0
341 OnClick = radInpatientClick
342 end
343 object radOutpatient: TRadioButton
344 Left = 67
345 Top = 20
346 Width = 71
347 Height = 17
348 Anchors = [akTop, akRight]
349 Caption = '&Outpatient'
350 TabOrder = 1
351 OnClick = radOutpatientClick
352 end
353 end
354 object mnuPopProvDx: TPopupMenu
355 Left = 353
356 Top = 77
357 object mnuPopProvDxDelete: TMenuItem
358 Caption = 'Delete diagnosis'
359 OnClick = mnuPopProvDxDeleteClick
360 end
361 end
362 object popReason: TPopupMenu
363 OnPopup = popReasonPopup
364 Left = 411
365 Top = 169
366 object popReasonCut: TMenuItem
367 Caption = 'Cu&t'
368 ShortCut = 16472
369 OnClick = popReasonCutClick
370 end
371 object popReasonCopy: TMenuItem
372 Caption = '&Copy'
373 ShortCut = 16451
374 OnClick = popReasonCopyClick
375 end
376 object popReasonPaste: TMenuItem
377 Caption = '&Paste'
378 ShortCut = 16470
379 OnClick = popReasonPasteClick
380 end
381 object popReasonPaste2: TMenuItem
382 Caption = 'Paste2'
383 ShortCut = 8237
384 Visible = False
385 OnClick = popReasonPasteClick
386 end
387 object popReasonReformat: TMenuItem
388 Caption = 'Reformat Paragraph'
389 ShortCut = 16466
390 OnClick = popReasonReformatClick
391 end
392 end
393end
Note: See TracBrowser for help on using the repository browser.