- Timestamp:
- May 8, 2015, 7:52:55 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cprs/branches/HealthSevak-CPRS/CPRS-Chart/Orders/fODBBank.dfm
r829 r1693 2 2 Left = 409 3 3 Top = 244 4 HorzScrollBar.Range = 0 5 VertScrollBar.Range = 0 4 Width = 700 5 Height = 626 6 AutoScroll = True 6 7 Caption = 'Blood Component and Diagnostic Test Order Form' 7 ClientHeight = 600 8 ClientWidth = 709 9 ExplicitWidth = 717 10 ExplicitHeight = 634 8 OnShow = FormShow 9 ExplicitWidth = 700 10 ExplicitHeight = 626 11 11 PixelsPerInch = 96 12 12 TextHeight = 13 13 object pnlComments: TPanel [0] 13 object Splitter1: TSplitter [0] 14 Left = 0 15 Top = 0 16 Width = 692 17 Height = 2 18 Cursor = crVSplit 19 Align = alTop 20 end 21 object pnlComments: TPanel [1] 14 22 Left = 12 15 23 Top = 25 … … 51 59 end 52 60 inherited memOrder: TCaptionMemo 53 Left = 054 Top = 39961 Left = 4 62 Top = 503 55 63 Width = 449 56 64 Height = 59 57 65 Visible = False 58 ExplicitLeft = 059 ExplicitTop = 39966 ExplicitLeft = 4 67 ExplicitTop = 503 60 68 ExplicitWidth = 449 61 69 ExplicitHeight = 59 62 70 end 63 object pgeProduct: TPageControl [ 2]71 object pgeProduct: TPageControl [3] 64 72 Left = 0 65 Top = 066 Width = 70967 Height = 39373 Top = 2 74 Width = 692 75 Height = 497 68 76 ActivePage = TabDiag 69 77 Align = alTop 70 TabOrder = 6 71 TabStop = False 78 TabOrder = 4 72 79 OnChange = pgeProductChange 73 80 object TabInfo: TTabSheet 74 81 Caption = 'Patient Information' 75 82 ImageIndex = 3 83 ExplicitLeft = 0 84 ExplicitTop = 0 85 ExplicitWidth = 0 86 ExplicitHeight = 0 76 87 object edtInfo: TCaptionRichEdit 77 88 Left = 0 78 Top = 879 Width = 55680 Height = 33781 TabStop = False89 Top = 0 90 Width = 684 91 Height = 469 92 Align = alClient 82 93 BevelInner = bvNone 83 94 BevelOuter = bvNone … … 91 102 ScrollBars = ssBoth 92 103 TabOrder = 0 104 WordWrap = False 93 105 Caption = 'Patient Info' 94 106 end … … 98 110 ImageIndex = 2 99 111 object lblReqComment: TOROffsetLabel 100 Left = 298112 Left = 300 101 113 Top = 25 102 114 Width = 108 … … 109 121 object pnlFields: TPanel 110 122 Left = 0 111 Top = 1 63112 Width = 701113 Height = 99123 Top = 145 124 Width = 684 125 Height = 210 114 126 Hint = 'Data entered into these fields apply to the entire order.' 115 127 Align = alTop … … 120 132 TabOrder = 2 121 133 object lblDiagComment: TOROffsetLabel 122 Left = 257123 Top = 35124 Width = 46134 Left = 0 135 Top = 128 136 Width = 62 125 137 Height = 15 126 138 Caption = 'Comment' … … 137 149 end 138 150 object lblUrgency: TLabel 139 Left = 8140 Top = - 2151 Left = 0 152 Top = -1 141 153 Width = 44 142 154 Height = 13 … … 150 162 end 151 163 object lblReason: TLabel 152 Left = 10153 Top = 35154 Width = 9 9164 Left = 0 165 Top = 40 166 Width = 95 155 167 Height = 13 156 Caption = 'Reason for Request *'168 Caption = 'Reason for Request' 157 169 Font.Charset = DEFAULT_CHARSET 158 170 Font.Color = clWindowText … … 163 175 end 164 176 object lblSurgery: TLabel 165 Left = 11 5166 Top = -2177 Left = 117 178 Top = 0 167 179 Width = 36 168 180 Height = 13 … … 171 183 'r.' 172 184 Caption = 'Surgery' 185 Enabled = False 173 186 Font.Charset = DEFAULT_CHARSET 174 187 Font.Color = clWindowText … … 179 192 end 180 193 object lblRequiredField: TLabel 181 Left = 10182 Top = 75194 Left = 398 195 Top = 38 183 196 Width = 122 184 197 Height = 13 185 198 Caption = '* Indicates a required field' 186 199 end 200 object lblTNS: TLabel 201 Left = 270 202 Top = 0 203 Width = 14 204 Height = 13 205 Caption = 'tns' 206 Color = clActiveBorder 207 Font.Charset = DEFAULT_CHARSET 208 Font.Color = clMaroon 209 Font.Height = -11 210 Font.Name = 'MS Sans Serif' 211 Font.Style = [] 212 ParentColor = False 213 ParentFont = False 214 Visible = False 215 end 216 object lblNoBloodReq: TLabel 217 Left = 341 218 Top = 21 219 Width = 176 220 Height = 13 221 Caption = 'No Blood Required for this Procedure' 222 Font.Charset = DEFAULT_CHARSET 223 Font.Color = clMaroon 224 Font.Height = -11 225 Font.Name = 'MS Sans Serif' 226 Font.Style = [] 227 ParentFont = False 228 Visible = False 229 end 187 230 object cboUrgency: TORComboBox 188 Left = 12189 Top = 1 2231 Left = 4 232 Top = 14 190 233 Width = 98 191 234 Height = 21 … … 217 260 end 218 261 object chkConsent: TCheckBox 219 Left = 351220 Top = 10262 Left = 529 263 Top = 92 221 264 Width = 112 222 265 Height = 17 … … 237 280 end 238 281 object cboSurgery: TORComboBox 239 Left = 11 5240 Top = 1 2282 Left = 117 283 Top = 14 241 284 Width = 218 242 285 Height = 21 … … 269 312 end 270 313 object cboReasons: TORComboBox 271 Left = 12272 Top = 5 1273 Width = 239274 Height = 21275 Style = orcs DropDown314 Left = 4 315 Top = 55 316 Width = 525 317 Height = 74 318 Style = orcsSimple 276 319 AutoSelect = True 277 320 Color = clWindow … … 293 336 end 294 337 object memDiagComment: TRichEdit 295 Left = 257296 Top = 51297 Width = 250298 Height = 48338 Left = 4 339 Top = 144 340 Width = 525 341 Height = 60 299 342 TabOrder = 4 300 343 OnChange = memDiagCommentChange … … 304 347 Left = 0 305 348 Top = 35 306 Width = 701307 Height = 1 28349 Width = 684 350 Height = 110 308 351 Align = alTop 309 352 BevelEdges = [] 310 353 BevelOuter = bvNone 311 354 TabOrder = 1 312 object lblTNS: TLabel313 Left = 298314 Top = 109315 Width = 14316 Height = 13317 Caption = 'tns'318 Color = clActiveBorder319 Font.Charset = DEFAULT_CHARSET320 Font.Color = clMaroon321 Font.Height = -11322 Font.Name = 'MS Sans Serif'323 Font.Style = []324 ParentColor = False325 ParentFont = False326 Visible = False327 end328 355 object pnlDiagnosticTests: TGroupBox 329 Left = 2 56356 Left = 266 330 357 Top = 0 331 Width = 2 67358 Width = 256 332 359 Height = 110 333 360 Caption = 'Diagnostic Tests' … … 339 366 ParentFont = False 340 367 TabOrder = 1 368 OnClick = pnlDiagnosticTestsClick 369 OnEnter = pnlDiagnosticTestsEnter 370 OnExit = pnlDiagnosticTestsExit 341 371 object lblCollType: TLabel 342 372 Left = 13 … … 355 385 Left = 12 356 386 Top = 70 357 Width = 10 4387 Width = 100 358 388 Height = 13 359 Caption = 'Collection Date/Time *'360 Font.Charset = DEFAULT_CHARSET 361 Font.Color = clWindowText 362 Font.Height = -11 363 Font.Name = 'MS Sans Serif' 364 Font.Style = [] 365 ParentFont = False 366 end 367 object cmdImmedColl: TSpeedButton368 Left = 1 48369 Top = 8 9389 Caption = 'Collection Date/Time' 390 Font.Charset = DEFAULT_CHARSET 391 Font.Color = clWindowText 392 Font.Height = -11 393 Font.Name = 'MS Sans Serif' 394 Font.Style = [] 395 ParentFont = False 396 end 397 object pnlCollTimeButton: TKeyClickPanel 398 Left = 178 399 Top = 82 370 400 Width = 21 371 Height = 11 372 Font.Charset = DEFAULT_CHARSET 373 Font.Color = clWindowText 374 Font.Height = -16 375 Font.Name = 'MS Sans Serif' 376 Font.Style = [fsBold] 377 Glyph.Data = { 378 D6000000424DD60000000000000076000000280000000C0000000C0000000100 379 0400000000006000000000000000000000001000000010000000000000000000 380 80000080000000808000800000008000800080800000C0C0C000808080000000 381 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 382 0000333333333333000033333333333300003333333333330000300330033003 383 0000300330033003000033333333333300003333333333330000333333333333 384 0000333333333333000033333333333300003333333333330000} 385 ParentFont = False 386 ParentShowHint = False 387 ShowHint = False 388 OnClick = cmdImmedCollClick 389 end 390 object pnlCollTimeButton: TKeyClickPanel 391 Left = 85 392 Top = 89 393 Width = 20 394 Height = 13 401 Height = 21 395 402 BevelOuter = bvNone 396 403 Caption = 'Select collection time' 397 404 TabOrder = 5 398 405 TabStop = True 406 object cmdImmedColl: TSpeedButton 407 Left = 0 408 Top = 0 409 Width = 21 410 Height = 21 411 Align = alClient 412 Font.Charset = DEFAULT_CHARSET 413 Font.Color = clWindowText 414 Font.Height = -16 415 Font.Name = 'MS Sans Serif' 416 Font.Style = [fsBold] 417 Glyph.Data = { 418 D6000000424DD60000000000000076000000280000000C0000000C0000000100 419 0400000000006000000000000000000000001000000010000000000000000000 420 80000080000000808000800000008000800080800000C0C0C000808080000000 421 FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333 422 0000333333333333000033333333333300003333333333330000300330033003 423 0000300330033003000033333333333300003333333333330000333333333333 424 0000333333333333000033333333333300003333333333330000} 425 ParentFont = False 426 ParentShowHint = False 427 ShowHint = False 428 OnClick = cmdImmedCollClick 429 end 430 end 431 object calCollTime: TORDateBox 432 Left = 12 433 Top = 82 434 Width = 165 435 Height = 21 436 Font.Charset = DEFAULT_CHARSET 437 Font.Color = clWindowText 438 Font.Height = -11 439 Font.Name = 'MS Sans Serif' 440 Font.Style = [] 441 ParentFont = False 442 TabOrder = 4 443 OnChange = calCollTimeChange 444 OnEnter = calCollTimeEnter 445 DateOnly = False 446 RequireTime = False 399 447 end 400 448 object cboAvailTest: TORComboBox … … 417 465 ItemTipEnable = True 418 466 ListItemsOnly = False 419 LongList = True467 LongList = False 420 468 LookupPiece = 0 421 469 MaxLength = 0 … … 426 474 TabOrder = 0 427 475 TabStop = True 476 OnClick = cboAvailTestSelect 477 OnEnter = cboAvailTestEnter 428 478 OnExit = cboAvailTestExit 429 OnMouseClick = cboAvailTestSelect430 479 OnNeedData = cboAvailTestNeedData 431 480 CharsNeedMatch = 1 … … 434 483 Left = 12 435 484 Top = 46 436 Width = 1 65485 Width = 197 437 486 Height = 21 438 487 Style = orcsDropDown … … 459 508 TabOrder = 1 460 509 OnChange = cboCollTypeChange 510 OnClick = cboCollTypeClick 511 OnEnter = cboCollTypeEnter 461 512 CharsNeedMatch = 1 462 513 end … … 489 540 TabOrder = 2 490 541 OnChange = cboCollTimeChange 542 OnEnter = cboCollTimeEnter 491 543 CharsNeedMatch = 1 492 end493 object calCollTime: TORDateBox494 Left = 12495 Top = 82496 Width = 165497 Height = 21498 Font.Charset = DEFAULT_CHARSET499 Font.Color = clWindowText500 Font.Height = -11501 Font.Name = 'MS Sans Serif'502 Font.Style = []503 ParentFont = False504 TabOrder = 3505 OnChange = calCollTimeChange506 DateOnly = False507 RequireTime = False508 544 end 509 545 object txtImmedColl: TCaptionEdit … … 514 550 Color = clBtnFace 515 551 ReadOnly = True 516 TabOrder = 4517 Text = 'txtImmedColl'552 TabOrder = 3 553 OnEnter = txtImmedCollEnter 518 554 end 519 555 end … … 521 557 Left = 4 522 558 Top = 0 523 Width = 2 46559 Width = 256 524 560 Height = 110 525 561 Caption = 'Blood Components' 562 Color = clBtnFace 526 563 Font.Charset = DEFAULT_CHARSET 527 564 Font.Color = clWindowText … … 529 566 Font.Name = 'MS Sans Serif' 530 567 Font.Style = [fsBold] 568 ParentColor = False 531 569 ParentFont = False 532 570 TabOrder = 0 571 OnClick = pnlBloodComponentsClick 572 OnEnter = pnlBloodComponentsEnter 573 OnExit = pnlBloodComponentsExit 533 574 object lblQuantity: TLabel 534 575 Left = 198 535 576 Top = 0 536 Width = 43577 Width = 39 537 578 Height = 13 538 Caption = 'Quantity *'579 Caption = 'Quantity' 539 580 Font.Charset = DEFAULT_CHARSET 540 581 Font.Color = clWindowText … … 560 601 Left = 7 561 602 Top = 70 562 Width = 9 6603 Width = 92 563 604 Height = 13 564 Caption = 'Date/Time Wanted *'605 Caption = 'Date/Time Wanted' 565 606 Font.Charset = DEFAULT_CHARSET 566 607 Font.Color = clWindowText … … 598 639 TabOrder = 0 599 640 TabStop = True 600 On Change = cboAvailCompChange641 OnEnter = cboAvailCompEnter 601 642 OnExit = cboAvailCompExit 602 643 OnMouseClick = cboAvailCompSelect … … 623 664 Left = 11 624 665 Top = 46 625 Width = 1 33666 Width = 181 626 667 Height = 21 627 668 Style = orcsDropDown … … 647 688 TabOrder = 2 648 689 OnChange = cboModifiersChange 690 OnEnter = cboModifiersEnter 649 691 CharsNeedMatch = 1 650 692 end … … 652 694 Left = 11 653 695 Top = 82 654 Width = 1 49696 Width = 181 655 697 Height = 21 656 698 Font.Charset = DEFAULT_CHARSET … … 662 704 TabOrder = 3 663 705 OnChange = calWantTimeChange 706 OnEnter = calWantTimeEnter 664 707 DateOnly = False 665 708 RequireTime = False … … 670 713 Left = 0 671 714 Top = 0 672 Width = 701715 Width = 684 673 716 Height = 35 674 717 Align = alTop … … 684 727 Left = 15 685 728 Top = 11 686 Width = 488729 Width = 508 687 730 Height = 21 688 731 Style = orcsDropDown … … 707 750 object pnlSelectedTests: TGroupBox 708 751 Left = 0 709 Top = 262710 Width = 701711 Height = 1 12752 Top = 355 753 Width = 684 754 Height = 109 712 755 Align = alTop 713 756 Caption = 'Selected Components and Tests' … … 722 765 object lvSelectionList: TCaptionListView 723 766 Left = 5 724 Top = 1 2725 Width = 4 17767 Top = 15 768 Width = 430 726 769 Height = 91 727 Color = clBtnFace728 770 Columns = < 729 771 item … … 751 793 Font.Height = -11 752 794 Font.Name = 'MS Sans Serif' 753 Font.Style = [ fsBold]795 Font.Style = [] 754 796 ReadOnly = True 755 797 RowSelect = True … … 762 804 end 763 805 object btnRemove: TButton 764 Left = 4 28806 Left = 450 765 807 Top = 37 766 808 Width = 75 … … 777 819 end 778 820 object btnRemoveAll: TButton 779 Left = 4 28821 Left = 450 780 822 Top = 64 781 823 Width = 75 … … 795 837 object TabResults: TTabSheet 796 838 Caption = 'Lab Results' 839 ExplicitLeft = 0 840 ExplicitTop = 0 841 ExplicitWidth = 0 842 ExplicitHeight = 0 797 843 object edtResults: TCaptionRichEdit 798 Left = -4 799 Top = 57 800 Width = 517 801 Height = 290 844 Left = 0 845 Top = 0 846 Width = 684 847 Height = 469 848 Align = alClient 802 849 Font.Charset = DEFAULT_CHARSET 803 850 Font.Color = clWindowText … … 812 859 inherited cmdAccept: TButton 813 860 Left = 455 814 Top = 399 861 Top = 503 862 Width = 75 815 863 TabOrder = 2 816 864 Visible = False 817 865 ExplicitLeft = 455 818 ExplicitTop = 399 866 ExplicitTop = 503 867 ExplicitWidth = 75 819 868 end 820 869 inherited cmdQuit: TButton 821 870 Left = 455 822 Top = 426871 Top = 541 823 872 Width = 52 824 873 TabOrder = 3 825 874 ExplicitLeft = 455 826 ExplicitTop = 426875 ExplicitTop = 541 827 876 ExplicitWidth = 52 828 877 end 829 878 inherited pnlMessage: TPanel 830 879 Left = 8 831 Top = 409880 Top = 513 832 881 Width = 409 833 882 Height = 49 834 883 TabOrder = 1 835 884 ExplicitLeft = 8 836 ExplicitTop = 409885 ExplicitTop = 513 837 886 ExplicitWidth = 409 838 887 ExplicitHeight = 49 … … 946 995 ( 947 996 'Component = cboReasons' 948 'Text = Applies to entire order' 949 'Status = stsOK') 997 'Status = stsDefault') 950 998 ( 951 999 'Component = memDiagComment' … … 958 1006 'Status = stsDefault') 959 1007 ( 1008 'Component = txtImmedColl' 1009 'Status = stsDefault') 1010 ( 1011 'Component = calCollTime' 1012 'Status = stsDefault') 1013 ( 1014 'Component = pnlCollTimeButton' 1015 'Status = stsDefault') 1016 ( 960 1017 'Component = calWantTime' 961 'Status = stsDefault')962 (963 'Component = calCollTime'964 'Status = stsDefault')965 (966 'Component = txtImmedColl'967 'Status = stsDefault')968 (969 'Component = pnlCollTimeButton'970 1018 'Status = stsDefault')) 971 1019 end
Note:
See TracChangeset
for help on using the changeset viewer.