Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPRB_26
Unit
BSHL7DT26
Declaration
type TbsPRB_26 = class(TbsHL7Segment)
Description
Problem Details The problem detail segment contains the data necessary to add, update, correct, and delete the problems of a given individual.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ProblemManagementDisciplineRepCount : Integer; |
|
Properties
|
property ActionCode : TbsID_26 read GetActionCode write SetActionCode; |
Action Code, Min : 1, Max : 1
|
|
property ActionDateTime : TbsDTM_26 read GetActionDateTime write SetActionDateTime; |
Action Date/Time, Min : 1, Max : 1
|
|
property ProblemID : TbsCWE_26 read GetProblemID write SetProblemID; |
Problem ID, Min : 1, Max : 1
|
|
property ProblemInstanceID : TbsEI_26 read GetProblemInstanceID write SetProblemInstanceID; |
Problem Instance ID, Min : 1, Max : 1
|
|
property EpisodeofCareID : TbsEI_26 read GetEpisodeofCareID write SetEpisodeofCareID; |
Episode of Care ID, Min : 0, Max : 1
|
|
property ProblemListPriority : TbsNM_26 read GetProblemListPriority write SetProblemListPriority; |
Problem List Priority, Min : 0, Max : 1
|
|
property ProblemEstablishedDateTime : TbsDTM_26 read GetProblemEstablishedDateTime write SetProblemEstablishedDateTime; |
Problem Established Date/Time, Min : 0, Max : 1
|
|
property AnticipatedProblemResolutionDateTime : TbsDTM_26 read GetAnticipatedProblemResolutionDateTime write SetAnticipatedProblemResolutionDateTime; |
Anticipated Problem Resolution Date/Time, Min : 0, Max : 1
|
|
property ActualProblemResolutionDateTime : TbsDTM_26 read GetActualProblemResolutionDateTime write SetActualProblemResolutionDateTime; |
Actual Problem Resolution Date/Time, Min : 0, Max : 1
|
|
property ProblemClassification : TbsCWE_26 read GetProblemClassification write SetProblemClassification; |
Problem Classification, Min : 0, Max : 1
|
|
property ProblemManagementDiscipline[RepCount:Integer]: TbsCWE_26 read GetProblemManagementDiscipline write SetProblemManagementDiscipline; |
Problem Management Discipline, Min : 0, Max : *
|
|
property ProblemPersistence : TbsCWE_26 read GetProblemPersistence write SetProblemPersistence; |
Problem Persistence, Min : 0, Max : 1
|
|
property ProblemConfirmationStatus : TbsCWE_26 read GetProblemConfirmationStatus write SetProblemConfirmationStatus; |
Problem Confirmation Status, Min : 0, Max : 1
|
|
property ProblemLifeCycleStatus : TbsCWE_26 read GetProblemLifeCycleStatus write SetProblemLifeCycleStatus; |
Problem Life Cycle Status, Min : 0, Max : 1
|
|
property ProblemLifeCycleStatusDateTime : TbsDTM_26 read GetProblemLifeCycleStatusDateTime write SetProblemLifeCycleStatusDateTime; |
Problem Life Cycle Status Date/Time, Min : 0, Max : 1
|
|
property ProblemDateofOnset : TbsDTM_26 read GetProblemDateofOnset write SetProblemDateofOnset; |
Problem Date of Onset, Min : 0, Max : 1
|
|
property ProblemOnsetText : TbsST_26 read GetProblemOnsetText write SetProblemOnsetText; |
Problem Onset Text, Min : 0, Max : 1
|
|
property ProblemRanking : TbsCWE_26 read GetProblemRanking write SetProblemRanking; |
Problem Ranking, Min : 0, Max : 1
|
|
property CertaintyofProblem : TbsCWE_26 read GetCertaintyofProblem write SetCertaintyofProblem; |
Certainty of Problem, Min : 0, Max : 1
|
|
property ProbabilityofProblem : TbsNM_26 read GetProbabilityofProblem write SetProbabilityofProblem; |
Probability of Problem, Min : 0, Max : 1
|
|
property IndividualAwarenessofProblem : TbsCWE_26 read GetIndividualAwarenessofProblem write SetIndividualAwarenessofProblem; |
Individual Awareness of Problem, Min : 0, Max : 1
|
|
property ProblemPrognosis : TbsCWE_26 read GetProblemPrognosis write SetProblemPrognosis; |
Problem Prognosis, Min : 0, Max : 1
|
|
property IndividualAwarenessofPrognosis : TbsCWE_26 read GetIndividualAwarenessofPrognosis write SetIndividualAwarenessofPrognosis; |
Individual Awareness of Prognosis, Min : 0, Max : 1
|
|
property FamilySignificantOtherAwarenessofProblemPrognosis : TbsST_26 read GetFamilySignificantOtherAwarenessofProblemPrognosis write SetFamilySignificantOtherAwarenessofProblemPrognosis; |
Family/Significant Other Awareness of Problem/Prognosis, Min : 0, Max : 1
|
|
property SecuritySensitivity : TbsCWE_26 read GetSecuritySensitivity write SetSecuritySensitivity; |
Security/Sensitivity, Min : 0, Max : 1
|
|
property ProblemSeverity : TbsCWE_26 read GetProblemSeverity write SetProblemSeverity; |
Problem Severity, Min : 0, Max : 1
|
|
property ProblemPerspective : TbsCWE_26 read GetProblemPerspective write SetProblemPerspective; |
Problem Perspective, Min : 0, Max : 1
|
|
property MoodCode : TbsCNE_26 read GetMoodCode write SetMoodCode; |
Mood Code, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|