Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsGOL_271
Unit
BSHL7DT271
Declaration
type TbsGOL_271 = class(TbsHL7Segment)
Description
Goal Detail The goal detail segment contains the data necessary to add, update, correct, and delete the goals for an individual. The business and/or application must assume 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 GoalEvaluationCommentRepCount : Integer; |
|
|
function GoalTargetTypeRepCount : Integer; |
|
|
function GoalTargetNameRepCount : 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 GoalId : TbsCWE_271 read GetGoalId write SetGoalId; |
Goal Id, Min : 1, Max : 1
|
|
property GoalInstanceId : TbsEI_271 read GetGoalInstanceId write SetGoalInstanceId; |
Goal Instance Id, Min : 1, Max : 1
|
|
property EpisodeOfCareId : TbsEI_271 read GetEpisodeOfCareId write SetEpisodeOfCareId; |
Episode Of Care Id, Min : 0, Max : 1
|
|
property GoalListPriority : TbsNM_271 read GetGoalListPriority write SetGoalListPriority; |
Goal List Priority, Min : 0, Max : 1
|
|
property GoalEstablishedDateTime : TbsDTM_271 read GetGoalEstablishedDateTime write SetGoalEstablishedDateTime; |
Goal Established Date/Time, Min : 0, Max : 1
|
|
property ExpectedGoalAchieveDateTime : TbsDTM_271 read GetExpectedGoalAchieveDateTime write SetExpectedGoalAchieveDateTime; |
Expected Goal Achieve Date/Time, Min : 0, Max : 1
|
|
property GoalClassification : TbsCWE_271 read GetGoalClassification write SetGoalClassification; |
Goal Classification, Min : 0, Max : 1
|
|
property GoalManagementDiscipline : TbsCWE_271 read GetGoalManagementDiscipline write SetGoalManagementDiscipline; |
Goal Management Discipline, Min : 0, Max : 1
|
|
property CurrentGoalReviewStatus : TbsCWE_271 read GetCurrentGoalReviewStatus write SetCurrentGoalReviewStatus; |
Current Goal Review Status, Min : 0, Max : 1
|
|
property CurrentGoalReviewDateTime : TbsDTM_271 read GetCurrentGoalReviewDateTime write SetCurrentGoalReviewDateTime; |
Current Goal Review Date/Time, Min : 0, Max : 1
|
|
property NextGoalReviewDateTime : TbsDTM_271 read GetNextGoalReviewDateTime write SetNextGoalReviewDateTime; |
Next Goal Review Date/Time, Min : 0, Max : 1
|
|
property PreviousGoalReviewDateTime : TbsDTM_271 read GetPreviousGoalReviewDateTime write SetPreviousGoalReviewDateTime; |
Previous Goal Review Date/Time, Min : 0, Max : 1
|
|
property GoalReviewInterval : TbsST_271 read GetGoalReviewInterval write SetGoalReviewInterval; |
Goal Review Interval, Min : 0, Max : 1
|
|
property GoalEvaluation : TbsCWE_271 read GetGoalEvaluation write SetGoalEvaluation; |
Goal Evaluation, Min : 0, Max : 1
|
|
property GoalEvaluationComment[RepCount:Integer]: TbsST_271 read GetGoalEvaluationComment write SetGoalEvaluationComment; |
Goal Evaluation Comment, Min : 0, Max : *
|
|
property GoalLifeCycleStatus : TbsCWE_271 read GetGoalLifeCycleStatus write SetGoalLifeCycleStatus; |
Goal Life Cycle Status, Min : 0, Max : 1
|
|
property GoalLifeCycleStatusDateTime : TbsDTM_271 read GetGoalLifeCycleStatusDateTime write SetGoalLifeCycleStatusDateTime; |
Goal Life Cycle Status Date/Time, Min : 0, Max : 1
|
|
property GoalTargetType[RepCount:Integer]: TbsCWE_271 read GetGoalTargetType write SetGoalTargetType; |
Goal Target Type, Min : 0, Max : *
|
|
property GoalTargetName[RepCount:Integer]: TbsXPN_271 read GetGoalTargetName write SetGoalTargetName; |
Goal Target Name, Min : 0, Max : *
|
|
property MoodCode : TbsCNE_271 read GetMoodCode write SetMoodCode; |
Mood Code, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|