source: cprs/branches/foia-cprs/CPRS-Chart/fDCSummProps.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.0 KB
Line 
1object frmDCSummProperties: TfrmDCSummProperties
2 Left = 298
3 Top = 186
4 AutoScroll = False
5 BorderIcons = []
6 Caption = 'Discharge Summary Properties'
7 ClientHeight = 437
8 ClientWidth = 498
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 = False
16 Position = poScreenCenter
17 OnShow = FormShow
18 PixelsPerInch = 96
19 TextHeight = 13
20 object bvlConsult: TBevel
21 Tag = 1
22 Left = 6
23 Top = 119
24 Width = 483
25 Height = 2
26 end
27 object pnlFields: TORAutoPanel
28 Left = 0
29 Top = 0
30 Width = 498
31 Height = 218
32 Align = alTop
33 BevelOuter = bvNone
34 TabOrder = 0
35 object lblNewTitle: TLabel
36 Left = 7
37 Top = 15
38 Width = 120
39 Height = 13
40 Alignment = taRightJustify
41 Caption = 'Discharge Summary Title:'
42 end
43 object lblDateTime: TLabel
44 Left = 28
45 Top = 141
46 Width = 99
47 Height = 13
48 Alignment = taRightJustify
49 Caption = 'Dictation Date/Time:'
50 end
51 object lblAuthor: TLabel
52 Left = 51
53 Top = 167
54 Width = 76
55 Height = 13
56 Alignment = taRightJustify
57 Caption = 'Author/Dictator:'
58 end
59 object lblCosigner: TLabel
60 Left = 31
61 Top = 194
62 Width = 96
63 Height = 13
64 Alignment = taRightJustify
65 Caption = 'Attending Physician:'
66 end
67 object cboNewTitle: TORComboBox
68 Left = 148
69 Top = 11
70 Width = 347
71 Height = 118
72 Style = orcsSimple
73 AutoSelect = True
74 Caption = 'Discharge Summary Title:'
75 Color = clWindow
76 DropDownCount = 8
77 ItemHeight = 13
78 ItemTipColor = clWindow
79 ItemTipEnable = True
80 ListItemsOnly = True
81 LongList = True
82 LookupPiece = 0
83 MaxLength = 0
84 ParentShowHint = False
85 Pieces = '2'
86 ShowHint = True
87 Sorted = False
88 SynonymChars = '<>'
89 TabOrder = 0
90 OnDblClick = cboNewTitleDblClick
91 OnDropDownClose = cboNewTitleDropDownClose
92 OnEnter = cboNewTitleEnter
93 OnExit = cboNewTitleExit
94 OnMouseClick = cboNewTitleMouseClick
95 OnNeedData = cboNewTitleNeedData
96 end
97 object calSumm: TORDateBox
98 Left = 148
99 Top = 138
100 Width = 140
101 Height = 21
102 TabOrder = 1
103 DateOnly = False
104 RequireTime = False
105 Caption = 'Dictation Date/Time:'
106 end
107 object cboAuthor: TORComboBox
108 Left = 148
109 Top = 164
110 Width = 239
111 Height = 21
112 Style = orcsDropDown
113 AutoSelect = True
114 Caption = 'Author/Dictator:'
115 Color = clWindow
116 DropDownCount = 8
117 ItemHeight = 13
118 ItemTipColor = clWindow
119 ItemTipEnable = True
120 ListItemsOnly = False
121 LongList = True
122 LookupPiece = 2
123 MaxLength = 0
124 ParentShowHint = False
125 Pieces = '2,3'
126 ShowHint = True
127 Sorted = False
128 SynonymChars = '<>'
129 TabOrder = 2
130 OnEnter = cboAuthorEnter
131 OnExit = cboAuthorExit
132 OnMouseClick = cboAuthorMouseClick
133 OnNeedData = cboAuthorNeedData
134 end
135 object cboAttending: TORComboBox
136 Left = 148
137 Top = 191
138 Width = 239
139 Height = 21
140 Style = orcsDropDown
141 AutoSelect = True
142 Caption = 'Attending Physician:'
143 Color = clWindow
144 DropDownCount = 8
145 ItemHeight = 13
146 ItemTipColor = clWindow
147 ItemTipEnable = True
148 ListItemsOnly = False
149 LongList = True
150 LookupPiece = 2
151 MaxLength = 0
152 ParentShowHint = False
153 Pieces = '2,3'
154 ShowHint = True
155 Sorted = False
156 SynonymChars = '<>'
157 TabOrder = 3
158 OnExit = cboAttendingExit
159 OnNeedData = cboAttendingNeedData
160 end
161 object cmdOK: TButton
162 Left = 411
163 Top = 165
164 Width = 72
165 Height = 21
166 Caption = 'OK'
167 Default = True
168 TabOrder = 4
169 OnClick = cmdOKClick
170 end
171 object cmdCancel: TButton
172 Left = 411
173 Top = 190
174 Width = 72
175 Height = 21
176 Cancel = True
177 Caption = 'Cancel'
178 TabOrder = 5
179 OnClick = cmdCancelClick
180 end
181 end
182 object pnlTranscription: TORAutoPanel
183 Left = 0
184 Top = 218
185 Width = 498
186 Height = 63
187 Align = alTop
188 BevelOuter = bvNone
189 TabOrder = 1
190 Visible = False
191 object lblTranscriptionist: TLabel
192 Left = 53
193 Top = 13
194 Width = 71
195 Height = 13
196 Alignment = taRightJustify
197 Caption = 'Transcriptionist'
198 end
199 object lblUrgency: TLabel
200 Left = 84
201 Top = 38
202 Width = 40
203 Height = 13
204 Alignment = taRightJustify
205 Caption = 'Urgency'
206 end
207 object cboTranscriptionist: TORComboBox
208 Left = 148
209 Top = 7
210 Width = 239
211 Height = 21
212 Style = orcsDropDown
213 AutoSelect = True
214 Caption = 'Transcriptionist'
215 Color = clWindow
216 DropDownCount = 8
217 ItemHeight = 13
218 ItemTipColor = clWindow
219 ItemTipEnable = True
220 ListItemsOnly = True
221 LongList = True
222 LookupPiece = 2
223 MaxLength = 0
224 ParentShowHint = False
225 Pieces = '2,3'
226 ShowHint = True
227 Sorted = False
228 SynonymChars = '<>'
229 TabOrder = 0
230 OnNeedData = cboAuthorNeedData
231 end
232 object cboUrgency: TORComboBox
233 Left = 148
234 Top = 37
235 Width = 121
236 Height = 21
237 Style = orcsDropDown
238 AutoSelect = True
239 Caption = 'Urgency'
240 Color = clWindow
241 DropDownCount = 8
242 ItemHeight = 13
243 ItemTipColor = clWindow
244 ItemTipEnable = True
245 ListItemsOnly = True
246 LongList = False
247 LookupPiece = 0
248 MaxLength = 0
249 Pieces = '2'
250 Sorted = False
251 SynonymChars = '<>'
252 TabOrder = 1
253 end
254 end
255 object pnlAdmissions: TORAutoPanel
256 Left = 0
257 Top = 327
258 Width = 498
259 Height = 110
260 Align = alClient
261 AutoSize = True
262 BevelOuter = bvNone
263 TabOrder = 2
264 Visible = False
265 object lstAdmissions: TORListBox
266 Left = 0
267 Top = 0
268 Width = 498
269 Height = 110
270 Align = alClient
271 ItemHeight = 13
272 ParentShowHint = False
273 ShowHint = True
274 TabOrder = 0
275 Caption = 'Associated Admission'
276 ItemTipColor = clWindow
277 LongList = False
278 Pieces = '3,5,4,9'
279 TabPositions = '20'
280 OnChange = lstAdmissionsChange
281 end
282 end
283 object pnlLabels: TORAutoPanel
284 Left = 0
285 Top = 281
286 Width = 498
287 Height = 46
288 Align = alTop
289 AutoSize = True
290 BevelOuter = bvNone
291 TabOrder = 3
292 Visible = False
293 DesignSize = (
294 498
295 46)
296 object lblLocation: TLabel
297 Left = 1
298 Top = 33
299 Width = 41
300 Height = 13
301 Caption = 'Location'
302 end
303 object lblDate: TLabel
304 Left = 133
305 Top = 33
306 Width = 73
307 Height = 13
308 Caption = 'Admission Date'
309 end
310 object lblType: TLabel
311 Left = 249
312 Top = 33
313 Width = 24
314 Height = 13
315 Caption = 'Type'
316 end
317 object lblSummStatus: TLabel
318 Left = 336
319 Top = 33
320 Width = 127
321 Height = 13
322 Caption = 'Discharge Summary Status'
323 end
324 object lblDCSumm1: TStaticText
325 Tag = 1
326 Left = 81
327 Top = 0
328 Width = 300
329 Height = 17
330 Anchors = []
331 Caption = 'This discharge summary must be associated with an admission.'
332 Font.Charset = DEFAULT_CHARSET
333 Font.Color = clWindowText
334 Font.Height = -11
335 Font.Name = 'MS Sans Serif'
336 Font.Style = []
337 ParentFont = False
338 TabOrder = 0
339 end
340 object lblDCSumm2: TStaticText
341 Tag = 1
342 Left = 120
343 Top = 14
344 Width = 207
345 Height = 17
346 Anchors = []
347 Caption = 'Select one of the following or press cancel.'
348 TabOrder = 1
349 end
350 end
351end
Note: See TracBrowser for help on using the repository browser.