Procedure
Module
fSurgery
Last Modified
7/15/2014 3:26:38 PM
Visibility
Private
Owner
TfrmSurgery
Declaration
procedure SetViewContext(AContext: TSurgCaseContext);
Calls Hierarchy
TfrmSurgery.SetViewContext
├TfrmSurgery.SaveCurrentNote
│ └TfrmSurgery.SaveEditedNote
│ ├TfrmSurgery.tvSurgeryChange
│ │ ├TfrmSurgery.EnableDisableMenus
│ │ ├MakeSurgeryCaseDisplayText
│ │ ├NotifyOtherApps
│ │ │ ├AppNotificationEnabled
│ │ │ │ └TNotifyAppsThread.CreateThread
│ │ │ └TNotifyAppsThread.ResumeIfIdle
│ │ ├TfrmSurgery.lstNotesClick
│ │ │ ├MakeSurgeryReportDisplayText
│ │ │ ├LoadSurgReportText
│ │ │ ├TfrmReminderTree.EnableActions
│ │ │ │ ├ReminderDialogActive
│ │ │ │ ├NewRemCoverSheetListActive
│ │ │ │ └CanEditAllRemCoverSheetLists
│ │ │ │ └HasMenuOptionAccess
│ │ │ ├TfrmSurgery.DisplayPCE
│ │ │ │ ├TfrmSurgery.ShowPCEControls
│ │ │ │ ├TfrmDrawers.DisplayDrawers
│ │ │ │ │ └..(rec)..
│ │ │ │ ├TPCEData.AddStrData
│ │ │ │ │ ├Add
│ │ │ │ │ ├TPCEData.StrVisitType
│ │ │ │ │ │ ├GetPCEDataText
│ │ │ │ │ │ │ └GetDiagnosisText
│ │ │ │ │ │ ├TPCEProc.ModText
│ │ │ │ │ │ │ └ModifierName
│ │ │ │ │ │ │ └ModifierIdx
│ │ │ │ │ │ │ ├TPCEData.VisitDateTime
│ │ │ │ │ │ │ │ └TPCEData.IsSecondaryVisit
│ │ │ │ │ │ │ ├FMToday
│ │ │ │ │ │ │ │ └FMNow
│ │ │ │ │ │ │ └MixedCaseModifier
│ │ │ │ │ │ └TPCEData.StrVisitType
│ │ │ │ │ │ └AddTxt
│ │ │ │ │ ├TPCEData.StrDiagnoses
│ │ │ │ │ │ └GetPCEDataText...
│ │ │ │ │ ├TPCEData.StrProcedures
│ │ │ │ │ │ ├GetPCEDataText...
│ │ │ │ │ │ └TPCEProc.ModText...
│ │ │ │ │ ├TPCEData.StrImmunizations
│ │ │ │ │ │ └GetPCEDataText...
│ │ │ │ │ ├TPCEData.StrSkinTests
│ │ │ │ │ │ └GetPCEDataText...
│ │ │ │ │ ├TPCEData.StrPatientEds
│ │ │ │ │ │ └GetPCEDataText...
│ │ │ │ │ ├TPCEData.StrHealthFactors
│ │ │ │ │ │ └GetPCEDataText...
│ │ │ │ │ └TPCEData.StrExams
│ │ │ │ │ └GetPCEDataText...
│ │ │ │ ├GetVitalsFromDate
│ │ │ │ │ ├TPCEData.IsSecondaryVisit
│ │ │ │ │ └GetVitalsFromEncDateTime
│ │ │ │ ├TPCEData.AddVitalData
│ │ │ │ │ └FormatVitalForNote
│ │ │ │ │ └ConvertVitalData
│ │ │ │ ├TfrmSurgery.ShowPCEButtons
│ │ │ │ │ ├AnytimeEncounters
│ │ │ │ │ ├CanEditPCE
│ │ │ │ │ │ ├GetAskPCE
│ │ │ │ │ │ └FutureEncounter
│ │ │ │ │ │ └FMToday...
│ │ │ │ │ └GetAskPCE
│ │ │ │ ├InteractiveRemindersActive
│ │ │ │ │ └GetRemindersActive
│ │ │ │ ├GetReminderStatus
│ │ │ │ ├TfrmDrawers.DisplayDrawers
│ │ │ │ │ ├TfrmDrawers.EnableDrawers
│ │ │ │ │ │ ├TfrmDrawers.EnableDrawer
│ │ │ │ │ │ │ ├TfrmDrawers.GetDrawerControls
│ │ │ │ │ │ │ ├TfrmDrawers.OpenDrawer
│ │ │ │ │ │ │ │ ├TfrmDrawers.StartInternalResize
│ │ │ │ │ │ │ │ ├TfrmDrawers.GetDrawerControls
│ │ │ │ │ │ │ │ ├TfrmDrawers.SetSplitterActive
│ │ │ │ │ │ │ │ ├TfrmDrawers.EndInternalResize
│ │ │ │ │ │ │ │ └TfrmDrawers.ResizeToVisible
│ │ │ │ │ │ │ │ ├AllCtrls
│ │ │ │ │ │ │ │ │ └TfrmDrawers.GetDrawerControls
│ │ │ │ │ │ │ │ ├TfrmDrawers.GetDrawerControls
│ │ │ │ │ │ │ │ ├TfrmDrawers.ButtonHeights
│ │ │ │ │ │ │ │ ├TfrmDrawers.MinDrawerControlHeight
│ │ │ │ │ │ │ │ ├TfrmDrawers.StartInternalResize
│ │ │ │ │ │ │ │ └TfrmDrawers.EndInternalResize
│ │ │ │ │ │ │ └TfrmDrawers.ResizeToVisible...
│ │ │ │ │ │ └TfrmDrawers.ResizeToVisible...
│ │ │ │ │ ├TfrmDrawers.ShowDrawers
│ │ │ │ │ │ ├TfrmDrawers.OpenDrawer...
│ │ │ │ │ │ ├TfrmDrawers.GetDrawerControls
│ │ │ │ │ │ ├TfrmDrawers.ResizeToVisible...
│ │ │ │ │ │ ├NotifyWhenRemindersChange
│ │ │ │ │ │ ├TfrmDrawers.RemindersChanged
│ │ │ │ │ │ │ ├TfrmDrawers.EnableDrawer...
│ │ │ │ │ │ │ ├GetReminderStatus
│ │ │ │ │ │ │ ├BuildReminderTree
│ │ │ │ │ │ │ │ ├GetImageIndex
│ │ │ │ │ │ │ │ ├RemContextPopup
│ │ │ │ │ │ │ │ │ ├ReminderMenu
│ │ │ │ │ │ │ │ │ │ ├SetReminderPopupDlgRoutine
│ │ │ │ │ │ │ │ │ │ │ └ReminderTreePopupDlg
│ │ │ │ │ │ │ │ │ │ │ └ReminderMenuBuilder
│ │ │ │ │ │ │ │ │ │ │ ├Add
│ │ │ │ │ │ │ │ │ │ │ │ ├ReminderClinMaintClicked
│ │ │ │ │ │ │ │ │ │ │ │ │ ├ReportBox
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └CreateReportBox
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TfrmBase508Form.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TfrmBase508Form.UpdateAccessibilityActions
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├UnfocusableControlEnter
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └AdjustControls
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TfrmBase508Form.ModifyUnfocusableControl
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └..(rec)..
│ │ │ │ │ │ │ │ │ │ │ │ │ ├DetailReminder
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └InteractiveRemindersActive...
│ │ │ │ │ │ │ │ │ │ │ │ │ └ReminderName
│ │ │ │ │ │ │ │ │ │ │ │ │ └TReminderDialog.GetPrintName
│ │ │ │ │ │ │ │ │ │ │ │ ├ReminderEduClicked
│ │ │ │ │ │ │ │ │ │ │ │ │ ├ReportBox...
│ │ │ │ │ │ │ │ │ │ │ │ │ └EducationTopicDetail
│ │ │ │ │ │ │ │ │ │ │ │ ├ReminderInqClicked
│ │ │ │ │ │ │ │ │ │ │ │ │ ├ReportBox...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├ReminderInquiry
│ │ │ │ │ │ │ │ │ │ │ │ │ └ReminderName...
│ │ │ │ │ │ │ │ │ │ │ │ ├ReminderWebClicked
│ │ │ │ │ │ │ │ │ │ │ │ │ ├GotoWebPage
│ │ │ │ │ │ │ │ │ │ │ │ │ └GetWebPageAddress
│ │ │ │ │ │ │ │ │ │ │ │ ├ReminderEvalClicked
│ │ │ │ │ │ │ │ │ │ │ │ │ └EvalReminder
│ │ │ │ │ │ │ │ │ │ │ │ │ ├EvaluateReminder
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └EvaluateReminders
│ │ │ │ │ │ │ │ │ │ │ │ │ ├ReminderEvaluated
│ │ │ │ │ │ │ │ │ │ │ │ │ └ReminderName...
│ │ │ │ │ │ │ │ │ │ │ │ ├ReminderViewFolderClicked
│ │ │ │ │ │ │ │ │ │ │ │ │ ├GetRemFolders
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └GetReminderFolders
│ │ │ │ │ │ │ │ │ │ │ │ │ └SetRemFolders
│ │ │ │ │ │ │ │ │ │ │ │ │ ├BeginReminderUpdate
│ │ │ │ │ │ │ │ │ │ │ │ │ ├SetReminderFolders
│ │ │ │ │ │ │ │ │ │ │ │ │ └EndReminderUpdate
│ │ │ │ │ │ │ │ │ │ │ │ ├GetRemFolders...
│ │ │ │ │ │ │ │ │ │ │ │ └ReminderIconLegendClicked
│ │ │ │ │ │ │ │ │ │ │ │ └ShowIconLegend
│ │ │ │ │ │ │ │ │ │ │ │ ├TfrmBase508Form.Create...
│ │ │ │ │ │ │ │ │ │ │ │ ├TfrmFrame.TabExists
│ │ │ │ │ │ │ │ │ │ │ │ ├TfrmIconLegend.ShowTab
│ │ │ │ │ │ │ │ │ │ │ │ └TfrmIconLegend.SetFontSize
│ │ │ │ │ │ │ │ │ │ │ │ └TfrmIconLegend.SnapLabels
│ │ │ │ │ │ │ │ │ │ │ ├GetEducationTopics
│ │ │ │ │ │ │ │ │ │ │ │ ├GetEducationTopicsForReminder
│ │ │ │ │ │ │ │ │ │ │ │ └GetEducationSubtopics
│ │ │ │ │ │ │ │ │ │ │ ├AddEducationTopics
│ │ │ │ │ │ │ │ │ │ │ │ ├GetEducationTopics...
│ │ │ │ │ │ │ │ │ │ │ │ ├Add...
│ │ │ │ │ │ │ │ │ │ │ │ └..(rec)..
│ │ │ │ │ │ │ │ │ │ │ ├GetWebPages
│ │ │ │ │ │ │ │ │ │ │ │ └GetReminderWebPages
│ │ │ │ │ │ │ │ │ │ │ └AddWebPages
│ │ │ │ │ │ │ │ │ │ │ ├Add...
│ │ │ │ │ │ │ │ │ │ │ └GetWebPageName
│ │ │ │ │ │ │ │ │ │ └SetReminderPopupRoutine
│ │ │ │ │ │ │ │ │ │ └ReminderTreePopup
│ │ │ │ │ │ │ │ │ │ └ReminderMenuBuilder...
│ │ │ │ │ │ │ │ │ └EvaluateCategoryClicked
│ │ │ │ │ │ │ │ │ ├BeginReminderUpdate
│ │ │ │ │ │ │ │ │ ├CheckReminders
│ │ │ │ │ │ │ │ │ │ ├EvaluateReminders
│ │ │ │ │ │ │ │ │ │ └ReminderEvaluated
│ │ │ │ │ │ │ │ │ └EndReminderUpdate
│ │ │ │ │ │ │ │ ├GetRemFolders...
│ │ │ │ │ │ │ │ ├Add2Tree
│ │ │ │ │ │ │ │ │ └GetRemFolders...
│ │ │ │ │ │ │ │ ├TReminderDialog.GetIEN
│ │ │ │ │ │ │ │ ├TReminderDialog.GetPrintName
│ │ │ │ │ │ │ │ ├TReminder.GetDueDateStr
│ │ │ │ │ │ │ │ ├TReminder.GetLastDateStr
│ │ │ │ │ │ │ │ ├TReminder.GetStatus
│ │ │ │ │ │ │ │ └TReminderDialog.Processing
│ │ │ │ │ │ │ │ └CheckItem
│ │ │ │ │ │ │ │ ├ChildrenChecked
│ │ │ │ │ │ │ │ │ └CheckItem...
│ │ │ │ │ │ │ │ └TRemDlgElement.Add2PN
│ │ │ │ │ │ │ │ ├TRemDlgElement.ElemType
│ │ │ │ │ │ │ │ └TRemDlgElement.AddData
│ │ │ │ │ │ │ │ ├TRemDlgElement.Historical
│ │ │ │ │ │ │ │ ├TPCEData.VisitDateTime...
│ │ │ │ │ │ │ │ ├TRemData.AddData
│ │ │ │ │ │ │ │ │ ├Add
│ │ │ │ │ │ │ │ │ │ ├Code2DataType
│ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Historical
│ │ │ │ │ │ │ │ │ │ ├TRemPrompt.GetValue
│ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Historical
│ │ │ │ │ │ │ │ │ │ │ ├TPCEData.VisitDateTime...
│ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.RemDataActive
│ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.CompareActiveDate
│ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.RemDataChoiceActive
│ │ │ │ │ │ │ │ │ │ ├TPCEData.VisitDateTime...
│ │ │ │ │ │ │ │ │ │ ├ValidateGAFDate
│ │ │ │ │ │ │ │ │ │ │ ├TPatient.GetDateDied
│ │ │ │ │ │ │ │ │ │ │ │ └DateOfDeath
│ │ │ │ │ │ │ │ │ │ │ └FMToday...
│ │ │ │ │ │ │ │ │ │ ├TPCEProviderList.PCEProvider
│ │ │ │ │ │ │ │ │ │ │ ├Check
│ │ │ │ │ │ │ │ │ │ │ │ └TPCEProviderList.IndexOfProvider
│ │ │ │ │ │ │ │ │ │ │ └TPCEProviderList.PrimaryIEN
│ │ │ │ │ │ │ │ │ │ │ └TPCEProviderList.GetPrimaryIdx
│ │ │ │ │ │ │ │ │ │ ├AddPrompt
│ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptType
│ │ │ │ │ │ │ │ │ │ │ │ └Code2PromptType
│ │ │ │ │ │ │ │ │ │ │ ├TPCEProviderList.PCEProvider...
│ │ │ │ │ │ │ │ │ │ │ ├TPCEData.VisitDateTime...
│ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.VitalValue
│ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.GetValue...
│ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.VitalType
│ │ │ │ │ │ │ │ │ │ │ │ ├Code2VitalType
│ │ │ │ │ │ │ │ │ │ │ │ └TRemData.InternalValue
│ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.VitalUnitValue
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.VitalType...
│ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.GetValue...
│ │ │ │ │ │ │ │ │ │ │ ├ConvertVital
│ │ │ │ │ │ │ │ │ │ │ ├FormatVitalForNote...
│ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.GetValue...
│ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.Historical
│ │ │ │ │ │ │ │ │ │ └GetPCEDataText...
│ │ │ │ │ │ │ │ │ ├TRemDlgElement.Historical
│ │ │ │ │ │ │ │ │ └TPCEData.VisitDateTime...
│ │ │ │ │ │ │ │ ├TRemDlgElement.ElemType
│ │ │ │ │ │ │ │ └..(rec)..
│ │ │ │ │ │ │ └TfrmDrawers.tvRemindersMouseUp
│ │ │ │ │ │ │ ├ViewReminderDialog
│ │ │ │ │ │ │ │ ├ViewRemDlg
│ │ │ │ │ │ │ │ │ └ViewRemDlgFromForm
│ │ │ │ │ │ │ │ │ ├TfrmNotes.AssignRemForm
│ │ │ │ │ │ │ │ │ │ ├TfrmNotes.CanFinishReminder
│ │ │ │ │ │ │ │ │ │ └TfrmNotes.DisplayPCE
│ │ │ │ │ │ │ │ │ │ ├TPCEData.AddStrData...
│ │ │ │ │ │ │ │ │ │ ├GetVitalsFromDate...
│ │ │ │ │ │ │ │ │ │ ├TPCEData.AddVitalData...
│ │ │ │ │ │ │ │ │ │ ├TfrmNotes.ShowPCEButtons
│ │ │ │ │ │ │ │ │ │ │ ├TfrmFrame.GetTimedOut
│ │ │ │ │ │ │ │ │ │ │ │ └TimedOut
│ │ │ │ │ │ │ │ │ │ │ ├AnytimeEncounters
│ │ │ │ │ │ │ │ │ │ │ ├CanEditPCE...
│ │ │ │ │ │ │ │ │ │ │ └GetAskPCE
│ │ │ │ │ │ │ │ │ │ ├TfrmNotes.ShowPCEControls
│ │ │ │ │ │ │ │ │ │ ├InteractiveRemindersActive...
│ │ │ │ │ │ │ │ │ │ ├GetReminderStatus
│ │ │ │ │ │ │ │ │ │ ├FutureEncounter...
│ │ │ │ │ │ │ │ │ │ ├TfrmDrawers.DisplayDrawers...
│ │ │ │ │ │ │ │ │ │ ├ActOnDocument
│ │ │ │ │ │ │ │ │ │ ├TPCEData.PCEForNote
│ │ │ │ │ │ │ │ │ │ │ ├TEncounter.GetVisitStr
│ │ │ │ │ │ │ │ │ │ │ │ └TEncounter.GetVisitCategory
│ │ │ │ │ │ │ │ │ │ │ ├VisitStrForNote
│ │ │ │ │ │ │ │ │ │ │ ├TPCEData.GetVisitString
│ │ │ │ │ │ │ │ │ │ │ │ └TPCEData.VisitDateTime...
│ │ │ │ │ │ │ │ │ │ │ ├TPCEData.CopyPCEData
│ │ │ │ │ │ │ │ │ │ │ │ ├TPCEData.Clear
│ │ │ │ │ │ │ │ │ │ │ │ │ ├ClearList
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TPCEProc.Clear
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TPCEItem.Clear
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TPCEItem.SetComment
│ │ │ │ │ │ │ │ │ │ │ │ │ └TPCEProviderList.Clear
│ │ │ │ │ │ │ │ │ │ │ │ │ └TPCEProviderList.GetPrimaryIdx
│ │ │ │ │ │ │ │ │ │ │ │ ├TPCEProc.CopyProc
│ │ │ │ │ │ │ │ │ │ │ │ │ └TPCEItem.SetComment
│ │ │ │ │ │ │ │ │ │ │ │ ├TPCEProviderList.Assign
│ │ │ │ │ │ │ │ │ │ │ │ └TPCEData.CopyPCEItems
│ │ │ │ │ │ │ │ │ │ │ │ └TPCEItem.Assign
│ │ │ │ │ │ │ │ │ │ │ │ └TPCEItem.SetComment
│ │ │ │ │ │ │ │ │ │ │ ├TPCEData.IsSecondaryVisit
│ │ │ │ │ │ │ │ │ │ │ ├GetLocSecondaryVisitCode
│ │ │ │ │ │ │ │ │ │ │ ├TPCEData.Clear...
│ │ │ │ │ │ │ │ │ │ │ ├LoadPCEDataForNote
│ │ │ │ │ │ │ │ │ │ │ ├ListVisitTypeByLoc
│ │ │ │ │ │ │ │ │ │ │ ├SetRPCEncLocation
│ │ │ │ │ │ │ │ │ │ │ ├SCCValue
│ │ │ │ │ │ │ │ │ │ │ ├TPCEProviderList.Add
│ │ │ │ │ │ │ │ │ │ │ │ ├TPCEProviderList.GetPrimaryIdx
│ │ │ │ │ │ │ │ │ │ │ │ ├TPCEProviderList.IndexOfProvider
│ │ │ │ │ │ │ │ │ │ │ │ └TPCEProviderList.SetPrimaryIdx
│ │ │ │ │ │ │ │ │ │ │ │ ├TPCEProviderList.GetPrimaryIdx
│ │ │ │ │ │ │ │ │ │ │ │ └TPCEProviderList.SetPrimary
│ │ │ │ │ │ │ │ │ │ │ ├AppendComment
│ │ │ │ │ │ │ │ │ │ │ ├TPCEDiag.SetFromString
│ │ │ │ │ │ │ │ │ │ │ │ └TPCEItem.SetFromString
│ │ │ │ │ │ │ │ │ │ │ │ └TPCEItem.SetComment
│ │ │ │ │ │ │ │ │ │ │ ├TPCEProc.SetFromString
│ │ │ │ │ │ │ │ │ │ │ │ └TPCEItem.SetFromString...
│ │ │ │ │ │ │ │ │ │ │ ├TPCEImm.SetFromString
│ │ │ │ │ │ │ │ │ │ │ │ └TPCEItem.SetFromString...
│ │ │ │ │ │ │ │ │ │ │ ├TPCESkin.SetFromString
│ │ │ │ │ │ │ │ │ │ │ │ ├TPCEItem.SetFromString...
│ │ │ │ │ │ │ │ │ │ │ │ └StrToFMDateTime
│ │ │ │ │ │ │ │ │ │ │ ├TPCEPat.SetFromString
│ │ │ │ │ │ │ │ │ │ │ │ └TPCEItem.SetFromString...
│ │ │ │ │ │ │ │ │ │ │ ├TPCEHealth.SetFromString
│ │ │ │ │ │ │ │ │ │ │ │ └TPCEItem.SetFromString...
│ │ │ │ │ │ │ │ │ │ │ └TPCEExams.SetFromString
│ │ │ │ │ │ │ │ │ │ │ └TPCEItem.SetFromString...
│ │ │ │ │ │ │ │ │ │ └GetVitalsFromNote
│ │ │ │ │ │ │ │ │ │ ├TPCEData.IsSecondaryVisit
│ │ │ │ │ │ │ │ │ │ ├GetVitalsFromEncDateTime
│ │ │ │ │ │ │ │ │ │ └GetVitalFromNoteIEN
│ │ │ │ │ │ │ │ │ ├FutureEncounter...
│ │ │ │ │ │ │ │ │ ├TfrmConsults.AssignRemForm
│ │ │ │ │ │ │ │ │ │ ├TfrmConsults.CanFinishReminder
│ │ │ │ │ │ │ │ │ │ └TfrmConsults.DisplayPCE
│ │ │ │ │ │ │ │ │ │ ├TPCEData.AddStrData...
│ │ │ │ │ │ │ │ │ │ ├GetVitalsFromDate...
│ │ │ │ │ │ │ │ │ │ ├TPCEData.AddVitalData...
│ │ │ │ │ │ │ │ │ │ ├CanEditPCE...
│ │ │ │ │ │ │ │ │ │ ├TfrmConsults.ShowPCEControls
│ │ │ │ │ │ │ │ │ │ ├InteractiveRemindersActive...
│ │ │ │ │ │ │ │ │ │ ├GetReminderStatus
│ │ │ │ │ │ │ │ │ │ ├TfrmDrawers.DisplayDrawers...
│ │ │ │ │ │ │ │ │ │ ├TfrmDrawers.DisplayDrawers...
│ │ │ │ │ │ │ │ │ │ ├ActOnDocument
│ │ │ │ │ │ │ │ │ │ ├TPCEData.PCEForNote...
│ │ │ │ │ │ │ │ │ │ └GetVitalsFromNote...
│ │ │ │ │ │ │ │ │ ├TfrmBase508Form.Create...
│ │ │ │ │ │ │ │ │ ├TfrmRemDlg.SetFontSize
│ │ │ │ │ │ │ │ │ │ └TfrmRemDlg.BuildControls
│ │ │ │ │ │ │ │ │ │ ├TfrmRemDlg.GetBox
│ │ │ │ │ │ │ │ │ │ ├TfrmRemDlg.ClearControls
│ │ │ │ │ │ │ │ │ │ │ ├WipeOutControls
│ │ │ │ │ │ │ │ │ │ │ │ └..(rec)..
│ │ │ │ │ │ │ │ │ │ │ └TfrmRemDlg.GetBox
│ │ │ │ │ │ │ │ │ │ ├TReminderDialog.GetPrintName
│ │ │ │ │ │ │ │ │ │ ├SetActiveVars
│ │ │ │ │ │ │ │ │ │ │ └IsOnBox
│ │ │ │ │ │ │ │ │ │ ├TReminderDialog.BuildControls
│ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.BuildControls
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.TrueIndent
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Indent
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Box
│ │ │ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.ChildrenIndent
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ElemType
│ │ │ │ │ │ │ │ │ │ │ │ ├GetPanel
│ │ │ │ │ │ │ │ │ │ │ │ │ ├GetDialogEntry
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TTemplateDialogEntry.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TDlgFieldPanel.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├GetTemplateField
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├LoadTemplateFieldByIEN
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├LoadTemplateField
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TTemplateField.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TemplateFieldCode2Field
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TemplateDateCode2DateType
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateField.GetRequired
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TTemplateField.CreateDialogControls
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogFieldEdit.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogComponent.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateField.GetRequired
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├ht
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├wdth
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateField.Width
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └StripEmbedded
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateDialogEntry.DoChange
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogComboBox.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogComponent.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├StripEmbedded
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TfraTemplateFieldButton.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TfraTemplateFieldButton.ButtonKeyDown
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TfraTemplateFieldButton.pnlBtnMouseDown
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TfraTemplateFieldButton.GetButtonText
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TfraTemplateFieldButton.SetButtonText
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TfraTemplateFieldButton.ButtonKeyUp
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TfraTemplateFieldButton.pnlBtnMouseUp
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogComponent.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TfraTemplateFieldButton.SetButtonText
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogCheckBox.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogComponent.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├UpdateIndents
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └wdth
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├StrToFMDateTime
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogDateCombo.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogComponent.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogDateBox.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogComponent.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogNumber.CreatePanel
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogComponent.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateDialogEntry.UpDownChange
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├EnsureText
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TTemplateDialogEntry.DoChange
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogHyperlinkLabel.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogComponent.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogHyperlinkLabel.KeyPressed
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogHyperlinkLabel.Clicked
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └GotoWebPage
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogHyperlinkLabel.Init
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogHyperlinkLabel.Clicked...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogRichEdit.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogComponent.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateDialogEntry.SetFieldValues
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TTemplateDialogEntry.SetControlText
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TfraTemplateFieldButton.SetButtonText
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateDialogEntry.SetAutoDestroyOnPanelFree
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └PanelDestroy
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.FieldPanelChange
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.BeginTextChanged
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateDialogEntry.GetFieldValues
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TTemplateDialogEntry.GetControlText
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├GetTemplateField...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├GetOriginalItem
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├GetTemplateField...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └StripEmbedded
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TfraTemplateFieldButton.GetButtonText
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TReminderDialog.EndTextChanged
│ │ │ │ │ │ │ │ │ │ │ │ │ └TTemplateDialogEntry.GetPanel
│ │ │ │ │ │ │ │ │ │ │ │ │ ├Init
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateDialogEntry.KillLabels
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └ScreenReaderSystem_CurrentCheckBox
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └ScreenReaderSystem_Stop
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├UpdateCheckBox
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├UpdatePending
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └ScreenReaderSystem_Clear
│ │ │ │ │ │ │ │ │ │ │ │ │ ├Text508Work
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateDialogEntry.StripCode
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├ScreenReaderSystem_Stop...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├StripSRCode
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └ScreenReaderSystem_Continue
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateDialogEntry.StripCode
│ │ │ │ │ │ │ │ │ │ │ │ │ ├NextLine
│ │ │ │ │ │ │ │ │ │ │ │ │ ├DoLabel
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├Add2TabOrder
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├ScreenReaderSystem_CurrentLabel
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └ScreenReaderSystem_Stop...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └ScreenReaderSystem_AddText
│ │ │ │ │ │ │ │ │ │ │ │ │ ├Ctrl508Work
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├ScreenReaderSystem_CurrentLabel...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├ScreenReaderSystem_AddText
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├ScreenReaderSystem_Stop...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├Add2TabOrder
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └ScreenReaderSystem_CurrentComponent
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├UpdateCheckBox
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├UpdatePending
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └ScreenReaderSystem_Stop...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateDialogEntry.SetFieldValues...
│ │ │ │ │ │ │ │ │ │ │ │ │ └ScreenReaderSystem_Stop...
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.EntryID
│ │ │ │ │ │ │ │ │ │ │ │ ├CRLFText
│ │ │ │ │ │ │ │ │ │ │ │ │ └InitText
│ │ │ │ │ │ │ │ │ │ │ │ ├UpdatePrompts
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.FieldPanelEntered
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TDlgFieldPanel.SetTheFocus
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.FieldPanelExited
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TDlgFieldPanel.SetTheFocus
│ │ │ │ │ │ │ │ │ │ │ │ │ └AddPrompts
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptOK
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptType...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Historical
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.RemDataActive...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.CompareActiveDate
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Forced
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptType...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Required
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.PromptType...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogFieldEdit.Create...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.GetValue...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.EditKeyPress
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptChange
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.BeginTextChanged
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.GetValue...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptType...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├FMToday...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Caption
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └AssignFieldIDs
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └GetNewFieldID
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├SelectDevice
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TfrmBase508Form.Create...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └GetDefaultPrinter
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├FMNow
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├MHDLLFound
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └CheckforMHDll
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├LoadMHDLL
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └UnloadMHDLL
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.BeginNeedRedraw
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.SetValue
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Forced
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptType...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├FMToday...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.GetValue...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TPCEData.VisitDateTime...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemData.InternalValue
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Historical
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.RemDataActive...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.RemDataChoiceActive
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├IsSyncPrompt
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPCERoot.Sync
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptType...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.GetValue...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Forced
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.IsChecked
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.SetValue...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.cbClicked
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.BeginTextChanged
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.BeginNeedRedraw
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.SetChecked
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.GetData
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├GetDialogPrompts
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Historical
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.FindingType
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.ElemType
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.GetDlgSL
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.GetIEN
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └GetDialogInfo
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.UpdateData
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.GetDlgSL...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├Code2DataType
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├MHTestsOK
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemData.Add2PN
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TPCEData.VisitDateTime...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.OneValidCode
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.CompareActiveDate
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.setActiveDates
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPCERoot.GetRoot
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Historical
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├Code2VitalType
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├MHDLLFound...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├Code2PromptType
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.InitValue
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.InternalValue
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptType...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├GetPCECodes
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├LoadHistLocations
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └CodeSetIndex
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├LoadImmSeriesItems
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├LoadImmReactionItems
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├LoadSkResultsItems
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├LoadPEDLevelItems
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├LoadHFLevelItems
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └LoadXAMResultsItems
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Forced
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├IsSyncPrompt
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPCERoot.GetValue
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.SetValueFromParent
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.SetValue...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├PrepText4NextLine
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └ExpandTIUObjects
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TdmodShared.BoilerplateOK
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├ErrCount
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├AddErr
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TdmodShared.LoadTIUObjects
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └GetObjectList
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └GetTemplateText
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TEncounter.GetVisitStr...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Check4ChildrenSharedPrompts
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ChildrenSharePrompts
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.GetData...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.CanShare
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Forced
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Required...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptType...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Add2PN
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Forced
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.PromptOK...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.Caption...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ChildrenRequired
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├..(rec)..
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├UpdateForcedValues
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.IsChecked
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Forced
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.SetValueFromParent...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └..(rec)..
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Forced
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├IsSyncPrompt
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptType...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemPCERoot.UnSync
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.Forced
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.EndNeedRedraw
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TReminderDialog.EndTextChanged
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.Visible
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └CurrentReminderInDialog
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.VitalValue...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.VitalUnitValue...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.EndNeedRedraw
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TReminderDialog.EndTextChanged
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogComboBox.Create...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.ComboBoxKeyDown
│ │ │ │ │ │ │ │ │ │ │ │ │ ├GetComboBoxMinMax
│ │ │ │ │ │ │ │ │ │ │ │ │ ├PCELoadORCombo
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └PCELoadORComboData
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├GetPCECodes...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └GetComboBoxMinMax
│ │ │ │ │ │ │ │ │ │ │ │ │ ├GetDefLocations
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemData.DisplayWHResults
│ │ │ │ │ │ │ │ │ │ │ │ │ ├NextLine
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogButton.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogComponent.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.DoWHReport
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └ReportBox...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├ScreenReaderSupport
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├ScreenReaderSystem_CurrentComponent...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └ScreenReaderSystem_Stop...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogCheckBox.Create...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├ProcessLabel
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Caption...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├ScreenReaderSystem_CurrentLabel...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └ScreenReaderSystem_AddText
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.ViewWHText
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └ReportBox...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TCPRSDialogDateCombo.Create...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Caption...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ParentCBEnter
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ParentCBExit
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.SubCommentChange
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptType...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Caption...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemPrompt.SetValue...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.VitalType...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├InitPainCombo
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.VitalValue...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TVitalEdit.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogComponent.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.VitalVerify
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├ConvertHeight2Inches
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └VitalInvalid
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├VerifyVital
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├IsNumericWeight
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └VitalErrorText
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TVitalComboBox.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TCPRSDialogComponent.Create
│ │ │ │ │ │ │ │ │ │ │ │ │ ├VitalControlTag
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TVitalComboBox.SelectByID
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.VitalUnitValue...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Historical
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TPCEData.VisitDateTime...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.ComboBoxCheckedText
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.ComboBoxResized
│ │ │ │ │ │ │ │ │ │ │ │ │ ├MHDLLFound...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.DoMHTest
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├MHTestAuthorized
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemData.Narrative
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.BeginTextChanged
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.IncludeMHTestInPN
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.GetValue...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├PerformMHTest
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └TfrmMHTest.CallMHDLL
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ├LoadMHDLL
│ │ │ │ │ │ │ │ │ │ │ │ │ │ │ └UnloadMHDLL
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TimedOut
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├GetMHResultText
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.SetValue...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├MentalHealthTestResults
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├ExpandTIUObjects...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TReminderDialog.EndTextChanged
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.ForcedCaption
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Caption...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptType...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.VitalType...
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └TRemData.Narrative
│ │ │ │ │ │ │ │ │ │ │ │ │ ├GAFURL
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.GAFHelp
│ │ │ │ │ │ │ │ │ │ │ │ │ │ ├GotoWebPage
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └GAFURL
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.SameLine
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.TrueIndent...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├ScreenReaderSystem_CurrentComponent...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├ScreenReaderSystem_Stop...
│ │ │ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.Enabled
│ │ │ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.EnableChildren
│ │ │ │ │ │ │ │ │ │ │ │ │ ├..(rec)..
│ │ │ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.ElemType
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.cbClicked...
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.cbEntered
│ │ │ │ │ │ │ │ │ │ │ │ │ └UnfocusableControlEnter
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ParentCBExit
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.FieldPanelKeyPress
│ │ │ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.FieldPanelOnClick
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.FieldPanelOnClick
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.FieldPanelLabelOnClick
│ │ │ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.FieldPanelOnClick
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ChildrenRequired
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ShowChildren
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ElemType
│ │ │ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.HideChildren
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Box
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ChildrenIndent
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.BoxCaption
│ │ │ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.Box
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.EnableChildren...
│ │ │ │ │ │ │ │ │ │ │ │ ├..(rec)..
│ │ │ │ │ │ │ │ │ │ │ │ ├AddPrompts...
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.SubCommentChange...
│ │ │ │ │ │ │ │ │ │ │ │ └ScreenReaderSystem_Stop...
│ │ │ │ │ │ │ │ │ │ │ └TReminderDialog.GetPrintName
│ │ │ │ │ │ │ │ │ │ ├TfrmRemDlg.BoxUpdateDone
│ │ │ │ │ │ │ │ │ │ │ └TfrmRemDlg.ClearControls...
│ │ │ │ │ │ │ │ │ │ ├IsOnBox
│ │ │ │ │ │ │ │ │ │ ├TfrmRemDlg.ControlsChanged
│ │ │ │ │ │ │ │ │ │ │ └TfrmRemDlg.GetBox
│ │ │ │ │ │ │ │ │ │ └TfrmRemDlg.UpdateText
│ │ │ │ │ │ │ │ │ │ ├TReminderDialog.AddText
│ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.AddText
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Add2PN...
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.IndentPNLevel
│ │ │ │ │ │ │ │ │ │ │ │ │ ├..(rec)..
│ │ │ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.IndentChildrenInPN
│ │ │ │ │ │ │ │ │ │ │ │ ├CurrentReminderInDialog
│ │ │ │ │ │ │ │ │ │ │ │ ├ResolveTemplateFields
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateDialogEntry.GetControlText...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├GetTemplateField...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├AddNewTxt
│ │ │ │ │ │ │ │ │ │ │ │ │ └WordWrapText
│ │ │ │ │ │ │ │ │ │ │ │ │ └WrappedText
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.GetFieldValues
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ElemType
│ │ │ │ │ │ │ │ │ │ │ │ │ └..(rec)..
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.GetTemplateFieldValues
│ │ │ │ │ │ │ │ │ │ │ │ │ ├GetTemplateField...
│ │ │ │ │ │ │ │ │ │ │ │ │ ├TTemplateField.GetTemplateFieldDefault
│ │ │ │ │ │ │ │ │ │ │ │ │ │ └StripEmbedded
│ │ │ │ │ │ │ │ │ │ │ │ │ └AddNewTxt
│ │ │ │ │ │ │ │ │ │ │ │ ├StripScreenReaderCodes
│ │ │ │ │ │ │ │ │ │ │ │ ├WordWrap
│ │ │ │ │ │ │ │ │ │ │ │ │ ├StripScreenReaderCodes
│ │ │ │ │ │ │ │ │ │ │ │ │ └InitText
│ │ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ElemType
│ │ │ │ │ │ │ │ │ │ │ │ └..(rec)..
│ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.GetPrintName
│ │ │ │ │ │ │ │ │ │ │ └StripScreenReaderCodes
│ │ │ │ │ │ │ │ │ │ ├ClinRemText
│ │ │ │ │ │ │ │ │ │ │ └GetProgressNoteHeader
│ │ │ │ │ │ │ │ │ │ └TPCEData.StrVisitType...
│ │ │ │ │ │ │ │ │ ├UpdateReminderFinish
│ │ │ │ │ │ │ │ │ │ └TfrmRemDlg.UpdateButtons
│ │ │ │ │ │ │ │ │ │ ├TfrmRemDlg.BackReminder
│ │ │ │ │ │ │ │ │ │ │ └TfrmRemDlg.GetCurReminderList
│ │ │ │ │ │ │ │ │ │ │ └TReminderDialog.GetIEN
│ │ │ │ │ │ │ │ │ │ └TfrmRemDlg.NextReminder
│ │ │ │ │ │ │ │ │ │ └TfrmRemDlg.GetCurReminderList...
│ │ │ │ │ │ │ │ │ ├TfrmRemDlg.ProcessTemplate
│ │ │ │ │ │ │ │ │ │ ├TReminderDialog.Create
│ │ │ │ │ │ │ │ │ │ │ └TReminderDialog.BaseCreate
│ │ │ │ │ │ │ │ │ │ │ ├TReminderDialog.GetDlgSL...
│ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Create
│ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ElemType
│ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.Historical
│ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.FindingType...
│ │ │ │ │ │ │ │ │ │ │ ├PrepText4NextLine
│ │ │ │ │ │ │ │ │ │ │ ├ExpandTIUObjects...
│ │ │ │ │ │ │ │ │ │ │ ├AssignFieldIDs...
│ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.SetChecked...
│ │ │ │ │ │ │ │ │ │ │ └TRemDlgElement.UpdateData...
│ │ │ │ │ │ │ │ │ │ ├TTemplate.ReminderWipe
│ │ │ │ │ │ │ │ │ │ ├TfrmRemDlg.ClearControls...
│ │ │ │ │ │ │ │ │ │ ├TfrmRemDlg.BuildControls...
│ │ │ │ │ │ │ │ │ │ ├TfrmRemDlg.UpdateText...
│ │ │ │ │ │ │ │ │ │ └TfrmRemDlg.UpdateButtons...
│ │ │ │ │ │ │ │ │ └TfrmRemDlg.ProcessReminder
│ │ │ │ │ │ │ │ │ ├GetReminder
│ │ │ │ │ │ │ │ │ │ └TReminder.Create
│ │ │ │ │ │ │ │ │ │ └TReminderDialog.BaseCreate...
│ │ │ │ │ │ │ │ │ ├TReminderDialog.FinishProblems
│ │ │ │ │ │ │ │ │ │ ├TReminderDialog.Processing...
│ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.FinishProblems
│ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.GetValue...
│ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptType...
│ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.PromptOK...
│ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Forced
│ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.Required...
│ │ │ │ │ │ │ │ │ │ │ ├WordWrap...
│ │ │ │ │ │ │ │ │ │ │ ├TRemPrompt.ForcedCaption...
│ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ElemType
│ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.ChildrenRequired
│ │ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.BoxCaption...
│ │ │ │ │ │ │ │ │ │ │ └..(rec)..
│ │ │ │ │ │ │ │ │ │ ├TRemDlgElement.GetFieldValues...
│ │ │ │ │ │ │ │ │ │ ├TReminderDialog.AddText...
│ │ │ │ │ │ │ │ │ │ └AreTemplateFieldsRequired
│ │ │ │ │ │ │ │ │ │ ├GetTemplateField...
│ │ │ │ │ │ │ │ │ │ ├TTemplateField.GetRequired
│ │ │ │ │ │ │ │ │ │ └TTemplateDialogEntry.GetControlText...
│ │ │ │ │ │ │ │ │ ├TfrmRemDlg.ClearControls...
│ │ │ │ │ │ │ │ │ ├TfrmRemDlg.BuildControls...
│ │ │ │ │ │ │ │ │ ├TfrmRemDlg.UpdateText...
│ │ │ │ │ │ │ │ │ ├TfrmRemDlg.PositionTrees
│ │ │ │ │ │ │ │ │ └TfrmRemDlg.UpdateButtons...
│ │ │ │ │ │ │ │ └HideReminderDialog
│ │ │ │ │ │ │ └ReminderNode
│ │ │ │ │ │ ├NotifyWhenProcessingReminderChanges
│ │ │ │ │ │ ├TfrmDrawers.PositionToReminder
│ │ │ │ │ │ ├RemoveNotifyRemindersChange
│ │ │ │ │ │ └RemoveNotifyWhenProcessingReminderChanges
│ │ │ │ │ └TfrmDrawers.SetSplitterActive
│ │ │ │ ├ActOnDocument
│ │ │ │ ├TPCEData.PCEForNote...
│ │ │ │ └GetVitalsFromNote...
│ │ │ └NotifyOtherApps...
│ │ ├TfrmSurgery.ShowPCEControls
│ │ ├TfrmSurgery.ShowPCEButtons...
│ │ ├TfrmReminderTree.EnableActions...
│ │ └TfrmSurgery.DisplayPCE...
│ ├TfrmSurgery.GetTitleText
│ ├TfrmSurgery.mnuActDeleteClick
│ │ ├ActOnDocument
│ │ ├SelectDeleteReason
│ │ │ ├JustifyDocumentDelete
│ │ │ └TfrmBase508Form.Create...
│ │ ├MakeNoteDisplayText
│ │ ├LockDocument
│ │ ├JustifyDocumentDelete
│ │ ├TfrmSurgery.SaveCurrentNote...
│ │ ├TfrmSurgery.SetEditingIndex
│ │ │ ├KillReminderDialog
│ │ │ │ └TfrmRemDlg.ResetProcessing
│ │ │ │ ├TfrmRemDlg.ClearControls...
│ │ │ │ ├TfrmRemDlg.PositionTrees
│ │ │ │ └TfrmRemDlg.KillDlg
│ │ │ └TfrmReminderTree.EnableActions...
│ │ ├VisitStrForNote
│ │ ├TfrmSurgery.RemovePCEFromChanges
│ │ │ ├VisitStrForNote
│ │ │ └TChanges.Remove
│ │ │ ├UnlockOrder
│ │ │ └UnlockDocument
│ │ ├DeleteDocument
│ │ ├TChanges.Exist
│ │ ├UnlockDocument
│ │ ├TChanges.Remove...
│ │ ├DeletePCE
│ │ ├TfrmSurgery.ClearEditControls
│ │ │ ├TPCEData.Clear...
│ │ │ └TfrmSurgery.SetEditingIndex...
│ │ ├TfrmSurgery.LoadSurgeryCases
│ │ │ ├KillCaseTreeObjects
│ │ │ │ └ResetCaseTreeObjectStrings
│ │ │ ├TfrmSurgery.ShowPCEControls
│ │ │ ├GetSurgCaseList
│ │ │ ├CreateListItemsForCaseTree
│ │ │ ├TfrmSurgery.UpdateTreeView
│ │ │ │ └BuildCaseTree
│ │ │ │ ├MakeSurgeryCaseDisplayText
│ │ │ │ ├MakeSurgeryReportDisplayText
│ │ │ │ ├MakeCaseTreeObject
│ │ │ │ │ ├MakeSurgeryCaseDisplayText
│ │ │ │ │ └MakeSurgeryReportDisplayText
│ │ │ │ ├SetCaseTreeNodeImagesAndFormatting
│ │ │ │ │ └SetImageFlag
│ │ │ │ └..(rec)..
│ │ │ ├RemoveParentsWithNoChildren
│ │ │ │ └KillCaseTreeNode
│ │ │ │ └ResetCaseTreeObjectStrings
│ │ │ ├TfrmSurgery.SetSurgTreeLabel
│ │ │ │ └SetDateRangeText
│ │ │ └TfrmSurgery.tvSurgeryChange...
│ │ ├UpdateReminderFinish...
│ │ ├TfrmSurgery.ShowPCEControls
│ │ └TfrmSurgery.ShowPCEButtons...
│ ├TPCEData.GetCPTRequired
│ │ └TPCEData.NeededPCEData
│ │ ├FutureEncounter...
│ │ ├PromptForWorkload
│ │ ├TPCEData.StandAlone
│ │ │ └HasVisit
│ │ ├TPCEData.GetHasCPTList
│ │ │ └AddList
│ │ │ └TPCEItem.HasCPTStr
│ │ ├DataHasCPTCodes
│ │ ├RequireExposures
│ │ └EligbleConditions
│ ├PutEditedNote
│ │ └SetText
│ │ └InitParams
│ ├TfrmSurgery.SetEditingIndex...
│ └TfrmSurgery.lstNotesClick...
├TfrmSurgery.SetEditingIndex...
└TfrmSurgery.mnuViewClick
├TfrmSurgery.SaveCurrentNote...
├GetCurrentSurgCaseContext
│ └StrToFMDateTime
├TfrmSurgery.LoadSurgeryCases...
├SelectSurgeryView
│ ├TfrmBase508Form.Create...
│ └TfrmSurgeryView.cmdOKClick
│ └StrToFMDateTime
└TfrmSurgery.SetSurgTreeLabel...
Called-By Hierarchy
TfrmSurgery.SetViewContext
TfrmSurgery.DisplayPage┤
TfrmSurgery.mnuViewReturntoDefaultClick┘
Calls
Called-By
Source
496 procedure TfrmSurgery.SetViewContext(AContext: TSurgCaseContext);
497 var
498 Saved: boolean;
499 begin
500 inherited;
501 if EditingIndex <> -1 then
502 begin
503 SaveCurrentNote(Saved);
504 if not Saved then Exit;
505 end;
506 FCurrentContext := AContext;
507 EditingIndex := -1;
508 tvSurgery.Enabled := True ;
509 pnlRead.BringToFront ;
510 with uSurgeryContext do
511 begin
512 Changed := True;
513 OpProc := FCurrentContext.OpProc;
514 BeginDate := FCurrentContext.BeginDate;
515 EndDate := FCurrentContext.EndDate;
516 FMBeginDate := FCurrentContext.FMBeginDate;
517 FMEndDate := FCurrentContext.FMEndDate;
518 MaxDocs := FCurrentContext.MaxDocs;
519 Status := FCurrentContext.Status;
520 GroupBy := FCurrentContext.GroupBy;
521 TreeAscending := FCurrentContext.TreeAscending;
522 mnuViewClick(Self);
523 end;
524 end;