2010-07-07 16:51:54 -04:00
|
|
|
inherited frmPtSel: TfrmPtSel
|
2008-07-06 17:36:37 -04:00
|
|
|
Top = 131
|
|
|
|
BorderIcons = []
|
|
|
|
Caption = 'Patient Selection'
|
2010-07-07 16:51:54 -04:00
|
|
|
ClientHeight = 555
|
|
|
|
ClientWidth = 785
|
2008-07-06 17:36:37 -04:00
|
|
|
OldCreateOrder = True
|
|
|
|
OnClose = FormClose
|
2010-07-07 16:51:54 -04:00
|
|
|
OnCreate = FormCreate
|
2008-07-06 17:36:37 -04:00
|
|
|
OnDestroy = FormDestroy
|
2010-07-07 16:51:54 -04:00
|
|
|
OnResize = FormResize
|
2008-07-06 17:36:37 -04:00
|
|
|
OnShow = FormShow
|
2010-07-07 16:51:54 -04:00
|
|
|
ExplicitTop = 131
|
|
|
|
ExplicitWidth = 793
|
|
|
|
ExplicitHeight = 589
|
2008-07-06 17:36:37 -04:00
|
|
|
PixelsPerInch = 96
|
|
|
|
TextHeight = 13
|
2010-07-07 16:51:54 -04:00
|
|
|
object sptVert: TSplitter [0]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 0
|
|
|
|
Top = 290
|
|
|
|
Width = 785
|
|
|
|
Height = 4
|
|
|
|
Cursor = crVSplit
|
|
|
|
Align = alTop
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object pnlDivide: TORAutoPanel [1]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 0
|
|
|
|
Top = 294
|
|
|
|
Width = 785
|
|
|
|
Height = 17
|
|
|
|
Align = alTop
|
|
|
|
BevelOuter = bvNone
|
|
|
|
BevelWidth = 2
|
|
|
|
TabOrder = 0
|
|
|
|
Visible = False
|
|
|
|
object lblNotifications: TLabel
|
|
|
|
Left = 4
|
|
|
|
Top = 4
|
|
|
|
Width = 58
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Notifications'
|
|
|
|
end
|
|
|
|
object ggeInfo: TGauge
|
|
|
|
Left = 212
|
|
|
|
Top = 1
|
|
|
|
Width = 100
|
|
|
|
Height = 15
|
2010-07-07 16:51:54 -04:00
|
|
|
BackColor = clHighlightText
|
2008-07-06 17:36:37 -04:00
|
|
|
Color = clBtnFace
|
2010-07-07 16:51:54 -04:00
|
|
|
ForeColor = clHighlight
|
2008-07-06 17:36:37 -04:00
|
|
|
Font.Charset = DEFAULT_CHARSET
|
|
|
|
Font.Color = clCaptionText
|
|
|
|
Font.Height = -11
|
|
|
|
Font.Name = 'MS Sans Serif'
|
|
|
|
Font.Style = []
|
|
|
|
ParentColor = False
|
|
|
|
ParentFont = False
|
|
|
|
Progress = 0
|
|
|
|
Visible = False
|
|
|
|
end
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object pnlPtSel: TORAutoPanel [2]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 0
|
|
|
|
Top = 0
|
|
|
|
Width = 785
|
|
|
|
Height = 290
|
|
|
|
Align = alTop
|
|
|
|
BevelWidth = 2
|
|
|
|
TabOrder = 3
|
|
|
|
OnResize = pnlPtSelResize
|
|
|
|
object lblPatient: TLabel
|
2010-07-07 16:51:54 -04:00
|
|
|
Left = 216
|
|
|
|
Top = 4
|
2008-07-06 17:36:37 -04:00
|
|
|
Width = 33
|
|
|
|
Height = 13
|
|
|
|
Caption = 'Patient'
|
|
|
|
ShowAccelChar = False
|
|
|
|
end
|
|
|
|
object cboPatient: TORComboBox
|
2010-07-07 16:51:54 -04:00
|
|
|
Left = 216
|
|
|
|
Top = 33
|
2008-07-06 17:36:37 -04:00
|
|
|
Width = 272
|
2010-07-07 16:51:54 -04:00
|
|
|
Height = 251
|
2008-07-06 17:36:37 -04:00
|
|
|
Hint = 'Enter name,Full SSN ,Last 4 (x1234),'#39'HRN'#39',DOB, or Phone#'
|
|
|
|
Style = orcsSimple
|
|
|
|
AutoSelect = True
|
|
|
|
Caption = 'Patient'
|
|
|
|
Color = clWindow
|
|
|
|
DropDownCount = 8
|
|
|
|
ItemHeight = 13
|
|
|
|
ItemTipColor = clWindow
|
|
|
|
ItemTipEnable = True
|
|
|
|
ListItemsOnly = False
|
|
|
|
LongList = True
|
|
|
|
LookupPiece = 2
|
|
|
|
MaxLength = 0
|
|
|
|
ParentShowHint = False
|
|
|
|
Pieces = '2,3'
|
|
|
|
ShowHint = True
|
|
|
|
Sorted = False
|
|
|
|
SynonymChars = '<>'
|
|
|
|
TabPositions = '20,25,30,60'
|
|
|
|
TabOrder = 1
|
|
|
|
OnChange = cboPatientChange
|
|
|
|
OnDblClick = cboPatientDblClick
|
|
|
|
OnEnter = cboPatientEnter
|
|
|
|
OnExit = cboPatientExit
|
|
|
|
OnKeyDown = cboPatientKeyDown
|
|
|
|
OnKeyPause = cboPatientKeyPause
|
|
|
|
OnMouseClick = cboPatientMouseClick
|
|
|
|
OnNeedData = cboPatientNeedData
|
|
|
|
CharsNeedMatch = 1
|
2010-07-07 16:51:54 -04:00
|
|
|
UniqueAutoComplete = True
|
2008-07-06 17:36:37 -04:00
|
|
|
end
|
|
|
|
object cmdOK: TButton
|
|
|
|
Left = 698
|
2010-07-07 16:51:54 -04:00
|
|
|
Top = 3
|
2008-07-06 17:36:37 -04:00
|
|
|
Width = 78
|
2010-07-07 16:51:54 -04:00
|
|
|
Height = 21
|
2008-07-06 17:36:37 -04:00
|
|
|
Caption = 'OK'
|
|
|
|
TabOrder = 2
|
|
|
|
OnClick = cmdOKClick
|
|
|
|
end
|
|
|
|
object cmdCancel: TButton
|
|
|
|
Left = 698
|
2010-07-07 16:51:54 -04:00
|
|
|
Top = 24
|
2008-07-06 17:36:37 -04:00
|
|
|
Width = 78
|
2010-07-07 16:51:54 -04:00
|
|
|
Height = 21
|
2008-07-06 17:36:37 -04:00
|
|
|
Cancel = True
|
|
|
|
Caption = 'Cancel'
|
|
|
|
TabOrder = 3
|
|
|
|
OnClick = cmdCancelClick
|
|
|
|
end
|
|
|
|
object cmdSaveList: TButton
|
2010-07-07 16:51:54 -04:00
|
|
|
Left = 494
|
2008-07-06 17:36:37 -04:00
|
|
|
Top = 265
|
|
|
|
Width = 175
|
2010-07-07 16:51:54 -04:00
|
|
|
Height = 21
|
2008-07-06 17:36:37 -04:00
|
|
|
Caption = 'Save Patient List Settings'
|
|
|
|
TabOrder = 0
|
|
|
|
OnClick = cmdSaveListClick
|
|
|
|
end
|
|
|
|
object RadioGroup1: TRadioGroup
|
2010-07-07 16:51:54 -04:00
|
|
|
Left = 512
|
2008-07-06 17:36:37 -04:00
|
|
|
Top = 192
|
2010-07-07 16:51:54 -04:00
|
|
|
Width = 265
|
2008-07-06 17:36:37 -04:00
|
|
|
Height = 65
|
|
|
|
Caption = 'Specific "In-Depth" Lookup by '
|
|
|
|
ItemIndex = 0
|
|
|
|
Items.Strings = (
|
|
|
|
'&None of the below'
|
|
|
|
'&PHONE NUMBER [RESIDENCE]'
|
|
|
|
'&DATE OF BIRTH')
|
|
|
|
TabOrder = 4
|
|
|
|
OnClick = onclick1
|
|
|
|
end
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object pnlNotifications: TORAutoPanel [3]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 0
|
|
|
|
Top = 520
|
|
|
|
Width = 785
|
|
|
|
Height = 35
|
|
|
|
Align = alBottom
|
|
|
|
BevelOuter = bvNone
|
|
|
|
TabOrder = 2
|
|
|
|
Visible = False
|
|
|
|
object cmdProcessInfo: TButton
|
|
|
|
Left = 11
|
|
|
|
Top = 10
|
|
|
|
Width = 95
|
|
|
|
Height = 21
|
|
|
|
Caption = 'Process Info'
|
|
|
|
TabOrder = 0
|
|
|
|
OnClick = cmdProcessInfoClick
|
|
|
|
end
|
|
|
|
object cmdProcessAll: TButton
|
|
|
|
Left = 120
|
|
|
|
Top = 10
|
|
|
|
Width = 95
|
|
|
|
Height = 21
|
|
|
|
Caption = 'Process All'
|
|
|
|
TabOrder = 1
|
|
|
|
OnClick = cmdProcessAllClick
|
|
|
|
end
|
|
|
|
object cmdProcess: TButton
|
|
|
|
Left = 229
|
|
|
|
Top = 10
|
|
|
|
Width = 95
|
|
|
|
Height = 21
|
|
|
|
Caption = 'Process'
|
|
|
|
Enabled = False
|
|
|
|
TabOrder = 2
|
|
|
|
OnClick = cmdProcessClick
|
|
|
|
end
|
|
|
|
object cmdForward: TButton
|
|
|
|
Left = 335
|
|
|
|
Top = 10
|
|
|
|
Width = 95
|
|
|
|
Height = 21
|
|
|
|
Caption = 'Forward'
|
|
|
|
Enabled = False
|
2010-07-07 16:51:54 -04:00
|
|
|
TabOrder = 3
|
2008-07-06 17:36:37 -04:00
|
|
|
OnClick = cmdForwardClick
|
|
|
|
end
|
|
|
|
object cmdRemove: TButton
|
2010-07-07 16:51:54 -04:00
|
|
|
Left = 577
|
2008-07-06 17:36:37 -04:00
|
|
|
Top = 10
|
|
|
|
Width = 95
|
|
|
|
Height = 21
|
|
|
|
Caption = 'Remove'
|
|
|
|
Enabled = False
|
2010-07-07 16:51:54 -04:00
|
|
|
TabOrder = 5
|
2008-07-06 17:36:37 -04:00
|
|
|
OnClick = cmdRemoveClick
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object cmdComments: TButton
|
|
|
|
Left = 441
|
|
|
|
Top = 10
|
|
|
|
Width = 95
|
|
|
|
Height = 21
|
|
|
|
Caption = 'Show Comments'
|
|
|
|
Enabled = False
|
|
|
|
TabOrder = 4
|
|
|
|
OnClick = cmdCommentsClick
|
|
|
|
end
|
2008-07-06 17:36:37 -04:00
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
object lstvAlerts: TCaptionListView [4]
|
2008-07-06 17:36:37 -04:00
|
|
|
Left = 0
|
|
|
|
Top = 311
|
|
|
|
Width = 785
|
|
|
|
Height = 209
|
|
|
|
Align = alClient
|
|
|
|
Columns = <
|
|
|
|
item
|
|
|
|
Caption = 'Info'
|
|
|
|
Width = 30
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Caption = 'Patient'
|
|
|
|
Tag = 1
|
|
|
|
Width = 120
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Caption = 'Location'
|
|
|
|
Tag = 2
|
|
|
|
Width = 60
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Caption = 'Urgency'
|
|
|
|
Tag = 3
|
|
|
|
Width = 67
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Caption = 'Alert Date/Time'
|
|
|
|
Tag = 4
|
|
|
|
Width = 110
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Caption = 'Message'
|
|
|
|
Tag = 5
|
|
|
|
Width = 280
|
|
|
|
end
|
|
|
|
item
|
|
|
|
Caption = 'Forwarded By/When'
|
|
|
|
Tag = 6
|
|
|
|
Width = 180
|
|
|
|
end>
|
2010-07-07 16:51:54 -04:00
|
|
|
HideSelection = False
|
2008-07-06 17:36:37 -04:00
|
|
|
HoverTime = 0
|
|
|
|
IconOptions.WrapText = False
|
|
|
|
MultiSelect = True
|
|
|
|
ReadOnly = True
|
|
|
|
RowSelect = True
|
|
|
|
ParentShowHint = False
|
|
|
|
PopupMenu = popNotifications
|
|
|
|
ShowWorkAreas = True
|
|
|
|
ShowHint = True
|
|
|
|
TabOrder = 1
|
|
|
|
ViewStyle = vsReport
|
|
|
|
OnColumnClick = lstvAlertsColumnClick
|
|
|
|
OnCompare = lstvAlertsCompare
|
|
|
|
OnDblClick = lstvAlertsDblClick
|
|
|
|
OnInfoTip = lstvAlertsInfoTip
|
|
|
|
OnKeyDown = lstvAlertsKeyDown
|
|
|
|
OnSelectItem = lstvAlertsSelectItem
|
|
|
|
Caption = 'Notifications'
|
|
|
|
end
|
2010-07-07 16:51:54 -04:00
|
|
|
inherited amgrMain: TVA508AccessibilityManager
|
|
|
|
Data = (
|
|
|
|
(
|
|
|
|
'Component = pnlDivide'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = pnlPtSel'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cboPatient'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdOK'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdCancel'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdSaveList'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = pnlNotifications'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdProcessInfo'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdProcessAll'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdProcess'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdForward'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdRemove'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = lstvAlerts'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = frmPtSel'
|
|
|
|
'Status = stsDefault')
|
|
|
|
(
|
|
|
|
'Component = cmdComments'
|
|
|
|
'Status = stsDefault'))
|
|
|
|
end
|
2008-07-06 17:36:37 -04:00
|
|
|
object popNotifications: TPopupMenu
|
|
|
|
Left = 508
|
|
|
|
Top = 323
|
|
|
|
object mnuProcess: TMenuItem
|
|
|
|
Caption = 'Process'
|
|
|
|
OnClick = cmdProcessClick
|
|
|
|
end
|
|
|
|
object mnuForward: TMenuItem
|
|
|
|
Caption = 'Forward'
|
|
|
|
OnClick = cmdForwardClick
|
|
|
|
end
|
|
|
|
object N1: TMenuItem
|
|
|
|
Caption = '-'
|
|
|
|
end
|
|
|
|
object mnuRemove: TMenuItem
|
|
|
|
Caption = 'Remove'
|
|
|
|
OnClick = cmdRemoveClick
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|