source: cprs/branches/foia-cprs/CPRS-Chart/BA/fBALocalDiagnoses.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: 5.8 KB
Line 
1object frmBALocalDiagnoses: TfrmBALocalDiagnoses
2 Left = 192
3 Top = 61
4 Width = 620
5 Height = 544
6 Caption = 'Assign Diagnoses to Order(s)'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 KeyPreview = True
14 OldCreateOrder = False
15 Position = poScreenCenter
16 ShowHint = True
17 OnActivate = FormActivate
18 OnCreate = FormCreate
19 OnDestroy = FormDestroy
20 OnShow = FormShow
21 PixelsPerInch = 96
22 TextHeight = 13
23 object lblPatientName: TStaticText
24 Left = 50
25 Top = 3
26 Width = 65
27 Height = 17
28 Caption = 'PatientName'
29 TabOrder = 3
30 TabStop = True
31 end
32 object pnlTop: TPanel
33 Left = 0
34 Top = 0
35 Width = 612
36 Height = 112
37 Align = alTop
38 Caption = 'pnlTop'
39 TabOrder = 0
40 DesignSize = (
41 612
42 112)
43 object lbOrders: TListBox
44 Left = 8
45 Top = 24
46 Width = 599
47 Height = 69
48 Anchors = [akLeft, akTop, akRight, akBottom]
49 IntegralHeight = True
50 ItemHeight = 13
51 TabOrder = 1
52 OnMouseMove = lbOrdersMouseMove
53 end
54 object ORStaticText1: TORStaticText
55 Left = 8
56 Top = 8
57 Width = 169
58 Height = 14
59 AutoSize = False
60 Caption = 'Selected Orders'
61 TabOrder = 0
62 TabStop = True
63 OnEnter = ORStaticText1Enter
64 OnExit = ORStaticText1Exit
65 end
66 end
67 object pnlMain: TPanel
68 Left = 0
69 Top = 112
70 Width = 612
71 Height = 243
72 Align = alClient
73 TabOrder = 1
74 object lbSections: TORListBox
75 Left = 9
76 Top = 16
77 Width = 238
78 Height = 201
79 Style = lbOwnerDrawVariable
80 IntegralHeight = True
81 ItemHeight = 13
82 ParentShowHint = False
83 ShowHint = True
84 TabOrder = 1
85 OnClick = lbSectionsClick
86 OnDrawItem = lbSectionsDrawItem
87 Caption = 'Diagnosis Section'
88 ItemTipColor = clWindow
89 LongList = False
90 Pieces = '3'
91 CheckEntireLine = True
92 end
93 object btnOther: TButton
94 Left = 155
95 Top = 219
96 Width = 92
97 Height = 20
98 Caption = 'Other &Diagnosis'
99 TabOrder = 2
100 OnClick = btnOtherClick
101 end
102 object lbDiagnosis: TORListBox
103 Left = 248
104 Top = 16
105 Width = 353
106 Height = 225
107 IntegralHeight = True
108 ItemHeight = 13
109 ParentShowHint = False
110 ShowHint = True
111 TabOrder = 4
112 OnClick = lbDiagnosisClick
113 Caption = 'Diagnosis Section'
114 ItemTipColor = clWindow
115 LongList = False
116 Pieces = '1,2,3'
117 end
118 object ORStaticText2: TORStaticText
119 Left = 8
120 Top = 1
121 Width = 241
122 Height = 17
123 AutoSize = False
124 BevelKind = bkFlat
125 Caption = 'Diagnosis Section'
126 TabOrder = 0
127 TabStop = True
128 OnEnter = ORStaticText1Enter
129 OnExit = ORStaticText1Exit
130 end
131 object ORStaticText3: TORStaticText
132 Left = 248
133 Top = 1
134 Width = 353
135 Height = 17
136 AutoSize = False
137 BevelKind = bkFlat
138 Caption = 'Diagnosis Codes'
139 TabOrder = 3
140 TabStop = True
141 OnEnter = ORStaticText1Enter
142 OnExit = ORStaticText1Exit
143 end
144 end
145 object pnlBottom: TORAutoPanel
146 Left = 0
147 Top = 355
148 Width = 612
149 Height = 162
150 Align = alBottom
151 TabOrder = 2
152 DesignSize = (
153 612
154 162)
155 object lvDxGrid: TListView
156 Left = 12
157 Top = 19
158 Width = 445
159 Height = 85
160 Color = clInfoBk
161 Columns = <
162 item
163 Caption = 'Add To PL/PD'
164 Width = 85
165 end
166 item
167 Caption = 'Primary'
168 MinWidth = 65
169 Width = 65
170 end
171 item
172 Caption = 'Diagnosis for Selected Orders'
173 MinWidth = 275
174 Width = 290
175 end>
176 Ctl3D = False
177 HideSelection = False
178 MultiSelect = True
179 ReadOnly = True
180 RowSelect = True
181 TabOrder = 1
182 ViewStyle = vsReport
183 OnClick = lvDxGridClick
184 OnKeyDown = lvDxGridKeyDown
185 OnKeyUp = lvDxGridKeyUp
186 end
187 object cbAddToPDList: TCheckBox
188 Left = 459
189 Top = 33
190 Width = 129
191 Height = 17
192 Caption = 'Add to Personal Dx List'
193 TabOrder = 3
194 OnClick = cbAddToPDListClick
195 end
196 object cbAddToPL: TCheckBox
197 Left = 459
198 Top = 17
199 Width = 149
200 Height = 16
201 Anchors = [akLeft, akTop, akRight, akBottom]
202 Caption = 'Add To Problem List'
203 TabOrder = 2
204 OnClick = cbAddToPLClick
205 end
206 object btnPrimary: TButton
207 Left = 480
208 Top = 57
209 Width = 72
210 Height = 19
211 Caption = '&Primary'
212 TabOrder = 4
213 OnClick = btnPrimaryClick
214 end
215 object btnRemove: TButton
216 Left = 480
217 Top = 81
218 Width = 72
219 Height = 19
220 Caption = '&Remove'
221 TabOrder = 5
222 OnClick = btnRemoveClick
223 end
224 object btnSelectAll: TButton
225 Left = 385
226 Top = 108
227 Width = 72
228 Height = 18
229 Caption = '&Select All'
230 TabOrder = 6
231 OnClick = btnSelectAllClick
232 end
233 object buOK: TButton
234 Left = 384
235 Top = 136
236 Width = 72
237 Height = 21
238 Caption = '&OK'
239 TabOrder = 7
240 OnClick = buOKClick
241 end
242 object buCancel: TButton
243 Left = 482
244 Top = 136
245 Width = 72
246 Height = 21
247 Caption = '&Cancel'
248 TabOrder = 8
249 OnClick = buCancelClick
250 end
251 object ORStaticText4: TORStaticText
252 Left = 14
253 Top = 3
254 Width = 219
255 Height = 14
256 AutoSize = False
257 Caption = 'Provisional Diagnosis'
258 TabOrder = 0
259 TabStop = True
260 OnEnter = ORStaticText1Enter
261 OnExit = ORStaticText1Exit
262 end
263 end
264end
Note: See TracBrowser for help on using the repository browser.