Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPRB_271
Unit
BSHL7DT271
Declaration
type TbsPRB_271 = 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. The business and/or application must assume the responsibility for maintaining knowledge about data ownership, versioning, and/or audit trail control (for purposes of data integrity). It is also their responsibility to represent the appropriate version of that data.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ProblemManagementDisciplineRepCount : Integer; |
|
Properties
|
property ActionCode : TbsID_271 read GetActionCode write SetActionCode; |
Action Code, Min : 1, Max : 1
|
|
property ActionDateTime : TbsDTM_271 read GetActionDateTime write SetActionDateTime; |
Action Date/Time, Min : 1, Max : 1
|
|
property ProblemId : TbsCWE_271 read GetProblemId write SetProblemId; |
Problem Id, Min : 1, Max : 1
|
|
property ProblemInstanceId : TbsEI_271 read GetProblemInstanceId write SetProblemInstanceId; |
Problem Instance Id, Min : 1, Max : 1
|
|
property EpisodeOfCareId : TbsEI_271 read GetEpisodeOfCareId write SetEpisodeOfCareId; |
Episode Of Care Id, Min : 0, Max : 1
|
|
property ProblemListPriority : TbsNM_271 read GetProblemListPriority write SetProblemListPriority; |
Problem List Priority, Min : 0, Max : 1
|
|
property ProblemEstablishedDateTime : TbsDTM_271 read GetProblemEstablishedDateTime write SetProblemEstablishedDateTime; |
Problem Established Date/Time, Min : 0, Max : 1
|
|
property AnticipatedProblemResolutionDateTime : TbsDTM_271 read GetAnticipatedProblemResolutionDateTime write SetAnticipatedProblemResolutionDateTime; |
Anticipated Problem Resolution Date/Time, Min : 0, Max : 1
|
|
property ActualProblemResolutionDateTime : TbsDTM_271 read GetActualProblemResolutionDateTime write SetActualProblemResolutionDateTime; |
Actual Problem Resolution Date/Time, Min : 0, Max : 1
|
|
property ProblemClassification : TbsCWE_271 read GetProblemClassification write SetProblemClassification; |
Problem Classification, Min : 0, Max : 1
|
|
property ProblemManagementDiscipline[RepCount:Integer]: TbsCWE_271 read GetProblemManagementDiscipline write SetProblemManagementDiscipline; |
Problem Management Discipline, Min : 0, Max : *
|
|
property ProblemPersistence : TbsCWE_271 read GetProblemPersistence write SetProblemPersistence; |
Problem Persistence, Min : 0, Max : 1
|
|
property ProblemConfirmationStatus : TbsCWE_271 read GetProblemConfirmationStatus write SetProblemConfirmationStatus; |
Problem Confirmation Status, Min : 0, Max : 1
|
|
property ProblemLifeCycleStatus : TbsCWE_271 read GetProblemLifeCycleStatus write SetProblemLifeCycleStatus; |
Problem Life Cycle Status, Min : 0, Max : 1
|
|
property ProblemLifeCycleStatusDateTime : TbsDTM_271 read GetProblemLifeCycleStatusDateTime write SetProblemLifeCycleStatusDateTime; |
Problem Life Cycle Status Date/Time, Min : 0, Max : 1
|
|
property ProblemDateOfOnset : TbsDTM_271 read GetProblemDateOfOnset write SetProblemDateOfOnset; |
Problem Date Of Onset, Min : 0, Max : 1
|
|
property ProblemOnsetText : TbsST_271 read GetProblemOnsetText write SetProblemOnsetText; |
Problem Onset Text, Min : 0, Max : 1
|
|
property ProblemRanking : TbsCWE_271 read GetProblemRanking write SetProblemRanking; |
Problem Ranking, Min : 0, Max : 1
|
|
property CertaintyOfProblem : TbsCWE_271 read GetCertaintyOfProblem write SetCertaintyOfProblem; |
Certainty Of Problem, Min : 0, Max : 1
|
|
property ProbabilityOfProblem01 : TbsNM_271 read GetProbabilityOfProblem01 write SetProbabilityOfProblem01; |
Probability Of Problem (0-1), Min : 0, Max : 1
|
|
property IndividualAwarenessOfProblem : TbsCWE_271 read GetIndividualAwarenessOfProblem write SetIndividualAwarenessOfProblem; |
Individual Awareness Of Problem, Min : 0, Max : 1
|
|
property ProblemPrognosis : TbsCWE_271 read GetProblemPrognosis write SetProblemPrognosis; |
Problem Prognosis, Min : 0, Max : 1
|
|
property IndividualAwarenessOfPrognosis : TbsCWE_271 read GetIndividualAwarenessOfPrognosis write SetIndividualAwarenessOfPrognosis; |
Individual Awareness Of Prognosis, Min : 0, Max : 1
|
|
property FamilySignificantOtherAwarenessOfProblemPrognosis : TbsST_271 read GetFamilySignificantOtherAwarenessOfProblemPrognosis write SetFamilySignificantOtherAwarenessOfProblemPrognosis; |
Family/Significant Other Awareness Of Problem/Prognosis, Min : 0, Max : 1
|
|
property SecuritySensitivity : TbsCWE_271 read GetSecuritySensitivity write SetSecuritySensitivity; |
Security/Sensitivity, Min : 0, Max : 1
|
|
property ProblemSeverity : TbsCWE_271 read GetProblemSeverity write SetProblemSeverity; |
Problem Severity, Min : 0, Max : 1
|
|
property ProblemPerspective : TbsCWE_271 read GetProblemPerspective write SetProblemPerspective; |
Problem Perspective, Min : 0, Max : 1
|
|
property MoodCode : TbsCNE_271 read GetMoodCode write SetMoodCode; |
Mood Code, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|