source: cprs/branches/foia-cprs/CPRS-Chart/fSurgery.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: 21.8 KB
Line 
1inherited frmSurgery: TfrmSurgery
2 Left = 244
3 Top = 179
4 Width = 720
5 Height = 409
6 Align = alClient
7 Caption = 'Surgery Page'
8 HelpFile = 'overvw'
9 Menu = mnuNotes
10 OnDestroy = FormDestroy
11 PixelsPerInch = 96
12 TextHeight = 13
13 inherited shpPageBottom: TShape
14 Top = 358
15 Width = 712
16 end
17 inherited sptHorz: TSplitter
18 Left = 64
19 Height = 358
20 AutoSnap = False
21 OnCanResize = sptHorzCanResize
22 end
23 inherited pnlLeft: TPanel
24 Width = 64
25 Height = 358
26 object lblCases: TOROffsetLabel
27 Left = 0
28 Top = 0
29 Width = 64
30 Height = 19
31 Align = alTop
32 Caption = 'Last 100 Surgery Cases'
33 HorzOffset = 2
34 ParentShowHint = False
35 ShowHint = True
36 Transparent = True
37 VertOffset = 6
38 WordWrap = False
39 end
40 object lblSpace1: TLabel
41 Left = 0
42 Top = 313
43 Width = 64
44 Height = 3
45 Align = alBottom
46 AutoSize = False
47 Caption = ' '
48 end
49 object cmdNewNote: TORAlignButton
50 Left = 0
51 Top = 316
52 Width = 64
53 Height = 21
54 Caption = 'New Report'
55 TabOrder = 0
56 Visible = False
57 OnClick = cmdNewNoteClick
58 Align = alBottom
59 end
60 object cmdPCE: TORAlignButton
61 Left = 0
62 Top = 337
63 Width = 64
64 Height = 21
65 Caption = 'Encounter'
66 TabOrder = 1
67 Visible = False
68 OnClick = cmdPCEClick
69 Align = alBottom
70 end
71 object pnlDrawers: TPanel
72 Left = 0
73 Top = 19
74 Width = 64
75 Height = 294
76 Align = alClient
77 BevelOuter = bvNone
78 TabOrder = 2
79 object splDrawers: TSplitter
80 Left = 0
81 Top = 291
82 Width = 64
83 Height = 3
84 Cursor = crVSplit
85 Align = alBottom
86 end
87 object lstNotes: TORListBox
88 Left = 14
89 Top = 289
90 Width = 121
91 Height = 97
92 ItemHeight = 13
93 ParentShowHint = False
94 ShowHint = True
95 TabOrder = 1
96 Visible = False
97 OnClick = lstNotesClick
98 ItemTipColor = clWindow
99 LongList = False
100 end
101 object tvSurgery: TORTreeView
102 Left = 0
103 Top = 0
104 Width = 64
105 Height = 291
106 Align = alClient
107 Constraints.MinWidth = 30
108 DragMode = dmAutomatic
109 HideSelection = False
110 Indent = 19
111 PopupMenu = popNoteList
112 ReadOnly = True
113 TabOrder = 0
114 OnAddition = tvSurgeryAddition
115 OnChange = tvSurgeryChange
116 OnCollapsed = tvSurgeryCollapsed
117 OnDeletion = tvSurgeryDeletion
118 OnExpanded = tvSurgeryExpanded
119 Caption = 'Last 100 Surgery Cases'
120 NodePiece = 0
121 ShortNodeCaptions = True
122 end
123 end
124 end
125 inherited pnlRight: TPanel
126 Left = 68
127 Width = 644
128 Height = 358
129 object sptVert: TSplitter
130 Left = 0
131 Top = 309
132 Width = 644
133 Height = 4
134 Cursor = crVSplit
135 Align = alBottom
136 end
137 object pnlRead: TPanel
138 Left = 0
139 Top = 0
140 Width = 644
141 Height = 309
142 Align = alClient
143 BevelOuter = bvNone
144 TabOrder = 0
145 object lblTitle: TOROffsetLabel
146 Left = 0
147 Top = 0
148 Width = 644
149 Height = 19
150 Align = alTop
151 Caption = 'No Surgery Cases Found'
152 Font.Charset = DEFAULT_CHARSET
153 Font.Color = clWindowText
154 Font.Height = -11
155 Font.Name = 'MS Sans Serif'
156 Font.Style = []
157 HorzOffset = 2
158 ParentFont = False
159 ParentShowHint = False
160 ShowHint = True
161 Transparent = False
162 VertOffset = 6
163 WordWrap = False
164 end
165 object memSurgery: TRichEdit
166 Left = 0
167 Top = 19
168 Width = 644
169 Height = 290
170 Align = alClient
171 Color = clCream
172 Ctl3D = True
173 Font.Charset = DEFAULT_CHARSET
174 Font.Color = clWindowText
175 Font.Height = -11
176 Font.Name = 'Courier New'
177 Font.Style = []
178 Lines.Strings = (
179
180 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRUSTVWXYZabcdefghijkl' +
181 'mnopqrstuvwxyz12')
182 ParentCtl3D = False
183 ParentFont = False
184 PlainText = True
185 PopupMenu = popNoteMemo
186 ReadOnly = True
187 ScrollBars = ssBoth
188 TabOrder = 0
189 WantReturns = False
190 WordWrap = False
191 end
192 end
193 object memPCEShow: TRichEdit
194 Left = 0
195 Top = 313
196 Width = 644
197 Height = 45
198 Align = alBottom
199 Color = clCream
200 Lines.Strings = (
201 '<No encounter information entered>')
202 PlainText = True
203 ReadOnly = True
204 ScrollBars = ssVertical
205 TabOrder = 2
206 WantReturns = False
207 end
208 object pnlWrite: TPanel
209 Left = 0
210 Top = 0
211 Width = 644
212 Height = 309
213 Align = alClient
214 BevelOuter = bvNone
215 TabOrder = 1
216 Visible = False
217 OnResize = pnlWriteResize
218 object memNewNote: TRichEdit
219 Left = 0
220 Top = 67
221 Width = 644
222 Height = 242
223 Align = alClient
224 Font.Charset = DEFAULT_CHARSET
225 Font.Color = clWindowText
226 Font.Height = -11
227 Font.Name = 'Courier New'
228 Font.Style = []
229 ParentFont = False
230 PlainText = True
231 PopupMenu = popNoteMemo
232 ScrollBars = ssBoth
233 TabOrder = 0
234 WantTabs = True
235 OnChange = memNewNoteChange
236 OnKeyDown = memNewNoteKeyDown
237 end
238 object pnlFields: TPanel
239 Left = 0
240 Top = 0
241 Width = 644
242 Height = 67
243 Align = alTop
244 BevelOuter = bvNone
245 TabOrder = 1
246 OnResize = pnlFieldsResize
247 DesignSize = (
248 644
249 67)
250 object bvlNewTitle: TBevel
251 Left = 5
252 Top = 5
253 Width = 117
254 Height = 15
255 end
256 object lblRefDate: TLabel
257 Left = 237
258 Top = 6
259 Width = 97
260 Height = 13
261 Hint = 'Press "Change..." to change date/time of note.'
262 Alignment = taCenter
263 Caption = 'Oct 20,1999@15:30'
264 ParentShowHint = False
265 ShowAccelChar = False
266 ShowHint = True
267 end
268 object lblAuthor: TLabel
269 Left = 426
270 Top = 6
271 Width = 148
272 Height = 13
273 Hint = 'Press "Change..." to select a different author.'
274 Alignment = taRightJustify
275 Anchors = [akTop, akRight]
276 Caption = 'Winchester,Charles Emerson III'
277 ParentShowHint = False
278 ShowAccelChar = False
279 ShowHint = True
280 end
281 object lblVisit: TLabel
282 Left = 6
283 Top = 21
284 Width = 200
285 Height = 13
286 Caption = 'Vst: 10/20/99 Pulmonary Clinic, Dr. Welby'
287 ShowAccelChar = False
288 end
289 object lblCosigner: TLabel
290 Left = 331
291 Top = 21
292 Width = 243
293 Height = 13
294 Hint = 'Press "Change..." to select a different cosigner.'
295 Alignment = taRightJustify
296 Anchors = [akTop, akRight]
297 AutoSize = False
298 Caption = 'Expected Cosigner: Winchester,Charles Emerson III'
299 ParentShowHint = False
300 ShowAccelChar = False
301 ShowHint = True
302 end
303 object lblSubject: TLabel
304 Left = 6
305 Top = 43
306 Width = 39
307 Height = 13
308 Caption = 'Subject:'
309 end
310 object lblNewTitle: TLabel
311 Left = 6
312 Top = 6
313 Width = 115
314 Height = 13
315 Hint = 'Press "Change..." to select a different title.'
316 Caption = ' General Medicine Note '
317 Color = clCream
318 Font.Charset = DEFAULT_CHARSET
319 Font.Color = clWindowText
320 Font.Height = -11
321 Font.Name = 'MS Sans Serif'
322 Font.Style = []
323 ParentColor = False
324 ParentFont = False
325 ParentShowHint = False
326 ShowAccelChar = False
327 ShowHint = True
328 end
329 object cmdChange: TButton
330 Left = 580
331 Top = 6
332 Width = 58
333 Height = 21
334 Anchors = [akTop, akRight]
335 Caption = 'Change...'
336 TabOrder = 0
337 OnClick = cmdChangeClick
338 end
339 object txtSubject: TCaptionEdit
340 Left = 48
341 Top = 40
342 Width = 590
343 Height = 21
344 Hint = 'Subject is limited to a maximum of 80 characters.'
345 Anchors = [akLeft, akTop, akRight]
346 MaxLength = 80
347 ParentShowHint = False
348 ShowHint = True
349 TabOrder = 1
350 Text = 'txtSubject'
351 Caption = 'Subject'
352 end
353 end
354 end
355 end
356 object mnuNotes: TMainMenu
357 Left = 600
358 Top = 304
359 object mnuView: TMenuItem
360 Caption = '&View'
361 GroupIndex = 3
362 object mnuViewChart: TMenuItem
363 Caption = 'Chart &Tab'
364 object mnuChartCover: TMenuItem
365 Tag = 1
366 Caption = 'Cover &Sheet'
367 ShortCut = 16467
368 OnClick = mnuChartTabClick
369 end
370 object mnuChartProbs: TMenuItem
371 Tag = 2
372 Caption = '&Problem List'
373 ShortCut = 16464
374 OnClick = mnuChartTabClick
375 end
376 object mnuChartMeds: TMenuItem
377 Tag = 3
378 Caption = '&Medications'
379 ShortCut = 16461
380 OnClick = mnuChartTabClick
381 end
382 object mnuChartOrders: TMenuItem
383 Tag = 4
384 Caption = '&Orders'
385 ShortCut = 16463
386 OnClick = mnuChartTabClick
387 end
388 object mnuChartNotes: TMenuItem
389 Tag = 6
390 Caption = 'Progress &Notes'
391 ShortCut = 16462
392 OnClick = mnuChartTabClick
393 end
394 object mnuChartCslts: TMenuItem
395 Tag = 7
396 Caption = 'Consul&ts'
397 ShortCut = 16468
398 OnClick = mnuChartTabClick
399 end
400 object mnuChartSurgery: TMenuItem
401 Tag = 11
402 Caption = 'S&urgery'
403 ShortCut = 16469
404 OnClick = mnuChartTabClick
405 end
406 object mnuChartDCSumm: TMenuItem
407 Tag = 8
408 Caption = '&Discharge Summaries'
409 ShortCut = 16452
410 OnClick = mnuChartTabClick
411 end
412 object mnuChartLabs: TMenuItem
413 Tag = 9
414 Caption = '&Laboratory'
415 ShortCut = 16460
416 OnClick = mnuChartTabClick
417 end
418 object mnuChartReports: TMenuItem
419 Tag = 10
420 Caption = '&Reports'
421 ShortCut = 16466
422 OnClick = mnuChartTabClick
423 end
424 end
425 object Z3: TMenuItem
426 Caption = '-'
427 end
428 object mnuViewAll: TMenuItem
429 Tag = 1
430 Caption = '&All Cases'
431 OnClick = mnuViewClick
432 end
433 object mnuViewBySurgeon: TMenuItem
434 Tag = 4
435 Caption = 'Cases by &Surgeon'
436 Enabled = False
437 Visible = False
438 OnClick = mnuViewClick
439 end
440 object mnuViewByDate: TMenuItem
441 Tag = 5
442 Caption = 'Cases by Date &Range'
443 Enabled = False
444 Visible = False
445 OnClick = mnuViewClick
446 end
447 object mnuViewUncosigned: TMenuItem
448 Tag = 3
449 Caption = 'Un&cosigned Notes'
450 Enabled = False
451 Visible = False
452 OnClick = mnuViewClick
453 end
454 object mnuViewUnsigned: TMenuItem
455 Tag = 2
456 Caption = '&Unsigned Notes'
457 Enabled = False
458 Visible = False
459 OnClick = mnuViewClick
460 end
461 object mnuViewCustom: TMenuItem
462 Tag = 6
463 Caption = 'Custo&m View'
464 OnClick = mnuViewClick
465 end
466 object N1: TMenuItem
467 Caption = '-'
468 Enabled = False
469 end
470 object mnuViewSaveAsDefault: TMenuItem
471 Caption = 'Sa&ve as Default View'
472 OnClick = mnuViewSaveAsDefaultClick
473 end
474 object ReturntoDefault1: TMenuItem
475 Caption = 'Return to De&fault View'
476 OnClick = mnuViewReturntoDefaultClick
477 end
478 object Z1: TMenuItem
479 Caption = '-'
480 Enabled = False
481 end
482 object mnuViewDetail: TMenuItem
483 Caption = '&Details'
484 OnClick = mnuViewDetailClick
485 end
486 object N6: TMenuItem
487 Caption = '-'
488 Enabled = False
489 end
490 object mnuIconLegend: TMenuItem
491 Caption = 'Icon Legend'
492 OnClick = mnuIconLegendClick
493 end
494 end
495 object mnuAct: TMenuItem
496 Caption = '&Action'
497 GroupIndex = 4
498 object mnuActNew: TMenuItem
499 Caption = '&New Report'
500 Hint = 'Creates a new operative summary'
501 ShortCut = 24654
502 Visible = False
503 OnClick = mnuActNewClick
504 end
505 object mnuActAddend: TMenuItem
506 Caption = '&Make Addendum...'
507 Hint = 'Makes an addendum for the currently selected report'
508 ShortCut = 24653
509 OnClick = mnuActAddendClick
510 end
511 object mnuActAddIDEntry: TMenuItem
512 Caption = 'Add Ne&w Entry to Interdisciplinary Note'
513 Enabled = False
514 Visible = False
515 end
516 object mnuActDetachFromIDParent: TMenuItem
517 Caption = 'Detac&h from Interdisciplinary Note'
518 Enabled = False
519 Visible = False
520 end
521 object Z4: TMenuItem
522 Caption = '-'
523 Enabled = False
524 end
525 object mnuActChange: TMenuItem
526 Caption = '&Change Title...'
527 ShortCut = 24643
528 OnClick = mnuActChangeClick
529 end
530 object mnuActLoadBoiler: TMenuItem
531 Caption = 'Reload &Boilerplate Text'
532 OnClick = mnuActLoadBoilerClick
533 end
534 object Z2: TMenuItem
535 Caption = '-'
536 Enabled = False
537 end
538 object mnuActSignList: TMenuItem
539 Caption = 'Add to Signature &List'
540 Hint =
541 'Adds the currently displayed report to list of things to be sign' +
542 'ed'
543 OnClick = mnuActSignListClick
544 end
545 object mnuActDelete: TMenuItem
546 Caption = '&Delete Report'
547 ShortCut = 24644
548 OnClick = mnuActDeleteClick
549 end
550 object mnuActEdit: TMenuItem
551 Caption = '&Edit Report...'
552 ShortCut = 24645
553 OnClick = mnuActEditClick
554 end
555 object mnuActSave: TMenuItem
556 Caption = 'S&ave without Signature'
557 Hint = 'Saves the report that is being edited'
558 ShortCut = 24641
559 OnClick = mnuActSaveClick
560 end
561 object mnuActSign: TMenuItem
562 Caption = 'Si&gn Report Now...'
563 ShortCut = 24647
564 OnClick = mnuActSignClick
565 end
566 object mnuActIdentifyAddlSigners: TMenuItem
567 Caption = '&Identify Additional Signers'
568 OnClick = mnuActIdentifyAddlSignersClick
569 end
570 end
571 object mnuOptions: TMenuItem
572 Caption = '&Options'
573 GroupIndex = 4
574 OnClick = mnuOptionsClick
575 object mnuEditTemplates: TMenuItem
576 Caption = 'Edit &Templates...'
577 Enabled = False
578 OnClick = mnuEditTemplatesClick
579 end
580 object mnuNewTemplate: TMenuItem
581 Caption = 'Create &New Template...'
582 Enabled = False
583 OnClick = mnuNewTemplateClick
584 end
585 object N2: TMenuItem
586 Caption = '-'
587 Enabled = False
588 end
589 object mnuEditSharedTemplates: TMenuItem
590 Caption = 'Edit &Shared Templates...'
591 Enabled = False
592 OnClick = mnuEditSharedTemplatesClick
593 end
594 object mnuNewSharedTemplate: TMenuItem
595 Caption = '&Create New Shared Template...'
596 Enabled = False
597 OnClick = mnuNewSharedTemplateClick
598 end
599 object N3: TMenuItem
600 Caption = '-'
601 Enabled = False
602 OnClick = cmdChangeClick
603 end
604 object mnuEditDialgFields: TMenuItem
605 Caption = 'Edit Template &Fields'
606 Enabled = False
607 OnClick = mnuEditDialgFieldsClick
608 end
609 end
610 end
611 object popNoteMemo: TPopupMenu
612 OnPopup = popNoteMemoPopup
613 Left = 540
614 Top = 304
615 object popNoteMemoCut: TMenuItem
616 Caption = 'Cu&t'
617 ShortCut = 16472
618 OnClick = popNoteMemoCutClick
619 end
620 object popNoteMemoCopy: TMenuItem
621 Caption = '&Copy'
622 ShortCut = 16451
623 OnClick = popNoteMemoCopyClick
624 end
625 object popNoteMemoPaste: TMenuItem
626 Caption = '&Paste'
627 ShortCut = 16470
628 OnClick = popNoteMemoPasteClick
629 end
630 object popNoteMemoPaste2: TMenuItem
631 Caption = 'Paste2'
632 ShortCut = 8237
633 Visible = False
634 OnClick = popNoteMemoPasteClick
635 end
636 object popNoteMemoReformat: TMenuItem
637 Caption = 'Reformat Paragraph'
638 ShortCut = 24658
639 OnClick = popNoteMemoReformatClick
640 end
641 object popNoteMemoSaveContinue: TMenuItem
642 Caption = 'Save && Continue Editing'
643 ShortCut = 24659
644 Visible = False
645 OnClick = popNoteMemoSaveContinueClick
646 end
647 object Z11: TMenuItem
648 Caption = '-'
649 end
650 object popNoteMemoFind: TMenuItem
651 Caption = '&Find in Selected Document'
652 OnClick = popNoteMemoFindClick
653 end
654 object popNoteMemoReplace: TMenuItem
655 Caption = '&Replace Text'
656 OnClick = popNoteMemoReplaceClick
657 end
658 object N7: TMenuItem
659 Caption = '-'
660 OnClick = cmdChangeClick
661 end
662 object popNoteMemoGrammar: TMenuItem
663 Caption = 'Check &Grammar'
664 OnClick = popNoteMemoGrammarClick
665 end
666 object popNoteMemoSpell: TMenuItem
667 Caption = 'C&heck Spelling'
668 OnClick = popNoteMemoSpellClick
669 end
670 object Z12: TMenuItem
671 Caption = '-'
672 end
673 object popNoteMemoTemplate: TMenuItem
674 Caption = 'Copy into New &Template'
675 OnClick = popNoteMemoTemplateClick
676 end
677 object Z10: TMenuItem
678 Caption = '-'
679 end
680 object popNoteMemoSignList: TMenuItem
681 Caption = 'Add to Signature &List'
682 OnClick = mnuActSignListClick
683 end
684 object popNoteMemoDelete: TMenuItem
685 Caption = '&Delete Report'
686 OnClick = mnuActDeleteClick
687 end
688 object popNoteMemoEdit: TMenuItem
689 Caption = '&Edit Report'
690 OnClick = mnuActEditClick
691 end
692 object popNoteMemoAddend: TMenuItem
693 Caption = '&Make Addendum'
694 OnClick = mnuActAddendClick
695 end
696 object popNoteMemoSave: TMenuItem
697 Caption = 'S&ave without Signature'
698 OnClick = mnuActSaveClick
699 end
700 object popNoteMemoSign: TMenuItem
701 Caption = '&Sign Report Now'
702 OnClick = mnuActSignClick
703 end
704 object popNoteMemoAddlSign: TMenuItem
705 Caption = '&Identify Additional Signers'
706 OnClick = popNoteMemoAddlSignClick
707 end
708 object N8: TMenuItem
709 Caption = '-'
710 end
711 object popNoteMemoPreview: TMenuItem
712 Caption = 'Previe&w/Print Current Template'
713 ShortCut = 16471
714 OnClick = popNoteMemoPreviewClick
715 end
716 object popNoteMemoInsTemplate: TMenuItem
717 Caption = 'Insert Current Template'
718 ShortCut = 16429
719 OnClick = popNoteMemoInsTemplateClick
720 end
721 object popNoteMemoEncounter: TMenuItem
722 Caption = 'Edit Encounter Information'
723 ShortCut = 16453
724 OnClick = cmdPCEClick
725 end
726 end
727 object popNoteList: TPopupMenu
728 OnPopup = popNoteListPopup
729 Left = 500
730 Top = 305
731 object popNoteListAll: TMenuItem
732 Tag = 1
733 Caption = '&All cases'
734 OnClick = mnuViewClick
735 end
736 object popNoteListBySurgeon: TMenuItem
737 Tag = 4
738 Caption = 'Cases by &Surgeon'
739 Enabled = False
740 Visible = False
741 OnClick = mnuViewClick
742 end
743 object popNoteListByDate: TMenuItem
744 Tag = 5
745 Caption = 'Cases by Date &Range'
746 Enabled = False
747 OnClick = mnuViewClick
748 end
749 object popNoteListUncosigned: TMenuItem
750 Tag = 3
751 Caption = 'Un&cosigned Notes'
752 Enabled = False
753 Visible = False
754 OnClick = mnuViewClick
755 end
756 object popNoteListUnsigned: TMenuItem
757 Tag = 2
758 Caption = '&Unsigned Notes'
759 Enabled = False
760 Visible = False
761 OnClick = mnuViewClick
762 end
763 object popNoteListCustom: TMenuItem
764 Tag = 6
765 Caption = 'Cus&tom List'
766 OnClick = mnuViewClick
767 end
768 object N4: TMenuItem
769 Caption = '-'
770 end
771 object popNoteListExpandSelected: TMenuItem
772 Caption = '&Expand Selected'
773 OnClick = popNoteListExpandSelectedClick
774 end
775 object popNoteListExpandAll: TMenuItem
776 Caption = 'E&xpand All'
777 OnClick = popNoteListExpandAllClick
778 end
779 object popNoteListCollapseSelected: TMenuItem
780 Caption = 'C&ollapse Selected'
781 OnClick = popNoteListCollapseSelectedClick
782 end
783 object popNoteListCollapseAll: TMenuItem
784 Caption = 'Co&llapse All'
785 OnClick = popNoteListCollapseAllClick
786 end
787 object N5: TMenuItem
788 Caption = '-'
789 end
790 object popNoteListAddIDEntry: TMenuItem
791 Caption = 'Add Ne&w Entry to ID Note'
792 Enabled = False
793 end
794 object popNoteListDetachFromIDParent: TMenuItem
795 Caption = 'Detac&h from ID Note'
796 Enabled = False
797 end
798 end
799 object timAutoSave: TTimer
800 Enabled = False
801 Interval = 300000
802 OnTimer = timAutoSaveTimer
803 Left = 592
804 Top = 27
805 end
806 object dlgFindText: TFindDialog
807 Options = [frDown, frHideUpDown]
808 OnFind = dlgFindTextFind
809 Left = 452
810 Top = 312
811 end
812 object dlgReplaceText: TReplaceDialog
813 OnFind = dlgReplaceTextFind
814 OnReplace = dlgReplaceTextReplace
815 Left = 413
816 Top = 312
817 end
818end
Note: See TracBrowser for help on using the repository browser.