Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPRB_24
Unit
BSHL7DT24
Declaration
type TbsPRB_24 = 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_24 read GetActionCode write SetActionCode; |
Action Code, Min : 1, Max : 1
|
|
property ActionDateTime : TbsTS_24 read GetActionDateTime write SetActionDateTime; |
Action Date/Time, Min : 1, Max : 1
|
|
property ProblemID : TbsCE_24 read GetProblemID write SetProblemID; |
Problem ID, Min : 1, Max : 1
|
|
property ProblemInstanceID : TbsEI_24 read GetProblemInstanceID write SetProblemInstanceID; |
Problem Instance ID, Min : 1, Max : 1
|
|
property EpisodeofCareID : TbsEI_24 read GetEpisodeofCareID write SetEpisodeofCareID; |
Episode of Care ID, Min : 0, Max : 1
|
|
property ProblemListPriority : TbsNM_24 read GetProblemListPriority write SetProblemListPriority; |
Problem List Priority, Min : 0, Max : 1
|
|
property ProblemEstablishedDateTime : TbsTS_24 read GetProblemEstablishedDateTime write SetProblemEstablishedDateTime; |
Problem Established Date/Time, Min : 0, Max : 1
|
|
property AnticipatedProblemResolutionDateTime : TbsTS_24 read GetAnticipatedProblemResolutionDateTime write SetAnticipatedProblemResolutionDateTime; |
Anticipated Problem Resolution Date/Time, Min : 0, Max : 1
|
|
property ActualProblemResolutionDateTime : TbsTS_24 read GetActualProblemResolutionDateTime write SetActualProblemResolutionDateTime; |
Actual Problem Resolution Date/Time, Min : 0, Max : 1
|
|
property ProblemClassification : TbsCE_24 read GetProblemClassification write SetProblemClassification; |
Problem Classification, Min : 0, Max : 1
|
|
property ProblemManagementDiscipline[RepCount:Integer]: TbsCE_24 read GetProblemManagementDiscipline write SetProblemManagementDiscipline; |
Problem Management Discipline, Min : 0, Max : *
|
|
property ProblemPersistence : TbsCE_24 read GetProblemPersistence write SetProblemPersistence; |
Problem Persistence, Min : 0, Max : 1
|
|
property ProblemConfirmationStatus : TbsCE_24 read GetProblemConfirmationStatus write SetProblemConfirmationStatus; |
Problem Confirmation Status, Min : 0, Max : 1
|
|
property ProblemLifeCycleStatus : TbsCE_24 read GetProblemLifeCycleStatus write SetProblemLifeCycleStatus; |
Problem Life Cycle Status, Min : 0, Max : 1
|
|
property ProblemLifeCycleStatusDateTime : TbsTS_24 read GetProblemLifeCycleStatusDateTime write SetProblemLifeCycleStatusDateTime; |
Problem Life Cycle Status Date/Time, Min : 0, Max : 1
|
|
property ProblemDateofOnset : TbsTS_24 read GetProblemDateofOnset write SetProblemDateofOnset; |
Problem Date of Onset, Min : 0, Max : 1
|
|
property ProblemOnsetText : TbsST_24 read GetProblemOnsetText write SetProblemOnsetText; |
Problem Onset Text, Min : 0, Max : 1
|
|
property ProblemRanking : TbsCE_24 read GetProblemRanking write SetProblemRanking; |
Problem Ranking, Min : 0, Max : 1
|
|
property CertaintyofProblem : TbsCE_24 read GetCertaintyofProblem write SetCertaintyofProblem; |
Certainty of Problem, Min : 0, Max : 1
|
|
property ProbabilityofProblem : TbsNM_24 read GetProbabilityofProblem write SetProbabilityofProblem; |
Probability of Problem, Min : 0, Max : 1
|
|
property IndividualAwarenessofProblem : TbsCE_24 read GetIndividualAwarenessofProblem write SetIndividualAwarenessofProblem; |
Individual Awareness of Problem, Min : 0, Max : 1
|
|
property ProblemPrognosis : TbsCE_24 read GetProblemPrognosis write SetProblemPrognosis; |
Problem Prognosis, Min : 0, Max : 1
|
|
property IndividualAwarenessofPrognosis : TbsCE_24 read GetIndividualAwarenessofPrognosis write SetIndividualAwarenessofPrognosis; |
Individual Awareness of Prognosis, Min : 0, Max : 1
|
|
property FamilySignificantOtherAwarenessofProblemPrognosis : TbsST_24 read GetFamilySignificantOtherAwarenessofProblemPrognosis write SetFamilySignificantOtherAwarenessofProblemPrognosis; |
Family/Significant Other Awareness of Problem/Prognosis, Min : 0, Max : 1
|
|
property SecuritySensitivity : TbsCE_24 read GetSecuritySensitivity write SetSecuritySensitivity; |
Security/Sensitivity, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|