object frmEncounter: TfrmEncounter Left = 481 Top = 242 Width = 470 Height = 450 Anchors = [akTop] BorderIcons = [biSystemMenu] Caption = 'Provider & Location for Current Activities' Color = clBtnFace Constraints.MinWidth = 470 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter Scaled = False OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize OnShow = FormShow DesignSize = ( 462 416) PixelsPerInch = 96 TextHeight = 13 object lblInstruct: TLabel Left = 6 Top = 6 Width = 253 Height = 31 AutoSize = False Caption = 'Select the appointment or visit that should be associated with t' + 'he note or orders .' Visible = False WordWrap = True end object lblLocation: TLabel Tag = 9 Left = 6 Top = 140 Width = 93 Height = 13 Anchors = [akLeft, akBottom] Caption = 'Encounter Location' Constraints.MinHeight = 12 end object lblProvider: TLabel Left = 6 Top = 6 Width = 91 Height = 13 Caption = 'Encounter Provider' end object cboPtProvider: TORComboBox Left = 6 Top = 20 Width = 331 Height = 117 Anchors = [akLeft, akTop, akRight, akBottom] Style = orcsSimple AutoSelect = True Caption = 'Encounter Provider' Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = True LookupPiece = 2 MaxLength = 0 Pieces = '2,3' Sorted = False SynonymChars = '<>' TabOrder = 0 OnDblClick = cmdOKClick OnNeedData = cboPtProviderNeedData CharsNeedMatch = 1 end object cmdDateRange: TButton Tag = 9 Left = 266 Top = 153 Width = 84 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Date Range...' Constraints.MinHeight = 21 Constraints.MinWidth = 21 TabOrder = 2 OnClick = cmdDateRangeClick end object txtLocation: TCaptionEdit Tag = 9 Left = 6 Top = 154 Width = 258 Height = 21 Anchors = [akLeft, akBottom] AutoSize = False Color = clBtnFace Constraints.MinHeight = 21 ReadOnly = True TabOrder = 1 Text = '< Select a location from the tabs below.... >' Caption = 'Encounter Location' end object cmdCancel: TButton Left = 341 Top = 45 Width = 84 Height = 23 Anchors = [akTop, akRight] Cancel = True Caption = 'Cancel' Constraints.MinHeight = 21 Constraints.MinWidth = 21 TabOrder = 4 OnClick = cmdCancelClick end object cmdOK: TButton Left = 340 Top = 20 Width = 84 Height = 23 Anchors = [akTop, akRight] Caption = 'OK' Constraints.MinHeight = 21 Constraints.MinWidth = 21 Default = True TabOrder = 3 OnClick = cmdOKClick end object Panel1: TPanel Left = 0 Top = 179 Width = 460 Height = 243 Anchors = [akLeft, akRight, akBottom] TabOrder = 6 DesignSize = ( 460 243) object pgeVisit: TPageControl Tag = 9 Left = 4 Top = 5 Width = 452 Height = 232 ActivePage = tabNewVisit Anchors = [akLeft, akTop, akRight, akBottom] Constraints.MinHeight = 150 RaggedRight = True TabOrder = 0 OnChange = pgeVisitChange object tabClinic: TTabSheet Caption = 'Clinic Appointments' object lstClinic: TORListBox Left = 0 Top = 20 Width = 444 Height = 184 Align = alClient Constraints.MinHeight = 21 ItemHeight = 13 ParentShowHint = False ScrollWidth = 353 ShowHint = True TabOrder = 0 OnDblClick = cmdOKClick Caption = 'Clinic Appointments / Visits (T-30 thru T+1)' ItemTipColor = clWindow LongList = False Pieces = '3,2,4' TabPositions = '30,50' OnChange = lstClinicChange end object Panel2: TPanel Left = 0 Top = 0 Width = 444 Height = 20 Align = alTop TabOrder = 2 object lblDateRange: TLabel Left = 138 Top = 4 Width = 71 Height = 13 Caption = '(T-30 thru T+1)' end object lblClinic: TLabel Left = 4 Top = 4 Width = 127 Height = 13 Caption = 'Clinic Appointments / Visits' end end end object tabAdmit: TTabSheet Caption = 'Hospital Admissions' object lstAdmit: TORListBox Left = 0 Top = 17 Width = 444 Height = 187 Align = alClient ItemHeight = 13 ParentShowHint = False ShowHint = True TabOrder = 0 OnDblClick = cmdOKClick Caption = 'Hospital Admissions' ItemTipColor = clWindow LongList = False Pieces = '3,5,4' TabPositions = '20' OnChange = lstAdmitChange end object Panel3: TPanel Left = 0 Top = 0 Width = 444 Height = 17 Align = alTop TabOrder = 2 object lblAdmit: TLabel Left = 4 Top = 1 Width = 93 Height = 13 Caption = 'Hospital Admissions' end end end object tabNewVisit: TTabSheet Caption = 'New Visit' object lblVisitDate: TLabel Left = 220 Top = 4 Width = 85 Height = 13 Caption = 'Date/Time of Visit' Visible = False end object lblNewVisit: TLabel Left = 4 Top = 4 Width = 63 Height = 13 Caption = 'Visit Location' end object calVisitDate: TORDateBox Left = 220 Top = 18 Width = 140 Height = 21 TabOrder = 1 Text = 'NOW' OnChange = calVisitDateChange OnExit = calVisitDateExit DateOnly = False RequireTime = True end object ckbHistorical: TORCheckBox Left = 220 Top = 50 Width = 140 Height = 81 Caption = 'Historical Visit: a visit that occurred at some time in the past' + ' or at some other location (possibly non-VA) but is not used for' + ' workload credit.' ParentShowHint = False ShowHint = True TabOrder = 2 WordWrap = True OnClick = ckbHistoricalClick AutoSize = True end object cboNewVisit: TORComboBox Left = 4 Top = 18 Width = 208 Height = 117 Style = orcsSimple AutoSelect = True Caption = 'Visit Location' Color = clWindow DropDownCount = 8 ItemHeight = 13 ItemTipColor = clWindow ItemTipEnable = True ListItemsOnly = True LongList = True LookupPiece = 0 MaxLength = 0 Pieces = '2' Sorted = False SynonymChars = '<>' TabOrder = 0 OnChange = cboNewVisitChange OnDblClick = cmdOKClick OnNeedData = cboNewVisitNeedData CharsNeedMatch = 1 end end end end object dlgDateRange: TORDateRangeDlg DateOnly = True Instruction = 'Show appointments / visits in the date range:' LabelStart = 'From' LabelStop = 'Through' RequireTime = False Format = 'mmm d,yyyy' Left = 264 Top = 4 end object DKLanguageController1: TDKLanguageController Left = 384 Top = 128 LangData = { 0C0066726D456E636F756E746572010100000001000000070043617074696F6E 011A0000000B006C626C496E7374727563740101000000020000000700436170 74696F6E000B006C626C4C6F636174696F6E0101000000030000000700436170 74696F6E000B006C626C50726F76696465720101000000040000000700436170 74696F6E000D0063626F507450726F7669646572010100000005000000070043 617074696F6E000C00636D644461746552616E67650101000000060000000700 43617074696F6E000B007478744C6F636174696F6E0102000000080000000700 43617074696F6E07000000040054657874000900636D6443616E63656C010100 000009000000070043617074696F6E000500636D644F4B01010000000A000000 070043617074696F6E00060050616E656C310000080070676556697369740000 0900746162436C696E696301010000000B000000070043617074696F6E000900 6C7374436C696E696301010000000C000000070043617074696F6E0006005061 6E656C3200000C006C626C4461746552616E676501010000000D000000070043 617074696F6E0009006C626C436C696E696301010000000E0000000700436170 74696F6E00080074616241646D697401010000000F000000070043617074696F 6E0008006C737441646D6974010100000010000000070043617074696F6E0006 0050616E656C33000008006C626C41646D697401010000001100000007004361 7074696F6E000B007461624E6577566973697401010000001200000007004361 7074696F6E000C006C626C566973697444617465010100000013000000070043 617074696F6E000B006C626C4E65775669736974010100000014000000070043 617074696F6E000C0063616C5669736974446174650101000000150000000400 54657874000D00636B62486973746F726963616C010100000016000000070043 617074696F6E000B0063626F4E65775669736974010100000017000000070043 617074696F6E000C00646C674461746552616E676501040000001B0000000600 466F726D6174180000000B00496E737472756374696F6E190000000A004C6162 656C53746172741A00000009004C6162656C53746F7000} end end