Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsGOL_231
Unit
BSHL7DT231
Declaration
type TbsGOL_231 = class(TbsHL7Segment)
Description
Goal Detail The goal detail segment contains the data necessary to add, update, correct, and delete the goals for an individual.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function GoalEvaluationCommentRepCount : Integer; |
|
|
function GoalTargetTypeRepCount : Integer; |
|
|
function GoalTargetNameRepCount : Integer; |
|
Properties
|
property ActionCode : TbsID_231 read GetActionCode write SetActionCode; |
Action Code, Min : 1, Max : 1
|
|
property ActionDateTime : TbsTS_231 read GetActionDateTime write SetActionDateTime; |
Action Date/Time, Min : 1, Max : 1
|
|
property GoalID : TbsCE_231 read GetGoalID write SetGoalID; |
Goal ID, Min : 1, Max : 1
|
|
property GoalInstanceID : TbsEI_231 read GetGoalInstanceID write SetGoalInstanceID; |
Goal Instance ID, Min : 1, Max : 1
|
|
property EpisodeofCareID : TbsEI_231 read GetEpisodeofCareID write SetEpisodeofCareID; |
Episode of Care ID, Min : 0, Max : 1
|
|
property GoalListPriority : TbsNM_231 read GetGoalListPriority write SetGoalListPriority; |
Goal List Priority, Min : 0, Max : 1
|
|
property GoalEstablishedDateTime : TbsTS_231 read GetGoalEstablishedDateTime write SetGoalEstablishedDateTime; |
Goal Established Date/Time, Min : 0, Max : 1
|
|
property ExpectedGoalAchieveDateTime : TbsTS_231 read GetExpectedGoalAchieveDateTime write SetExpectedGoalAchieveDateTime; |
Expected Goal Achieve Date/Time, Min : 0, Max : 1
|
|
property GoalClassification : TbsCE_231 read GetGoalClassification write SetGoalClassification; |
Goal Classification, Min : 0, Max : 1
|
|
property GoalManagementDiscipline : TbsCE_231 read GetGoalManagementDiscipline write SetGoalManagementDiscipline; |
Goal Management Discipline, Min : 0, Max : 1
|
|
property CurrentGoalReviewStatus : TbsCE_231 read GetCurrentGoalReviewStatus write SetCurrentGoalReviewStatus; |
Current Goal Review Status, Min : 0, Max : 1
|
|
property CurrentGoalReviewDateTime : TbsTS_231 read GetCurrentGoalReviewDateTime write SetCurrentGoalReviewDateTime; |
Current Goal Review Date/Time, Min : 0, Max : 1
|
|
property NextGoalReviewDateTime : TbsTS_231 read GetNextGoalReviewDateTime write SetNextGoalReviewDateTime; |
Next Goal Review Date/Time, Min : 0, Max : 1
|
|
property PreviousGoalReviewDateTime : TbsTS_231 read GetPreviousGoalReviewDateTime write SetPreviousGoalReviewDateTime; |
Previous Goal Review Date/Time, Min : 0, Max : 1
|
|
property GoalReviewInterval : TbsTQ_231 read GetGoalReviewInterval write SetGoalReviewInterval; |
Goal Review Interval, Min : 0, Max : 1
|
|
property GoalEvaluation : TbsCE_231 read GetGoalEvaluation write SetGoalEvaluation; |
Goal Evaluation, Min : 0, Max : 1
|
|
property GoalEvaluationComment[RepCount:Integer]: TbsST_231 read GetGoalEvaluationComment write SetGoalEvaluationComment; |
Goal Evaluation Comment, Min : 0, Max : *
|
|
property GoalLifeCycleStatus : TbsCE_231 read GetGoalLifeCycleStatus write SetGoalLifeCycleStatus; |
Goal Life Cycle Status, Min : 0, Max : 1
|
|
property GoalLifeCycleStatusDateTime : TbsTS_231 read GetGoalLifeCycleStatusDateTime write SetGoalLifeCycleStatusDateTime; |
Goal Life Cycle Status Date/Time, Min : 0, Max : 1
|
|
property GoalTargetType[RepCount:Integer]: TbsCE_231 read GetGoalTargetType write SetGoalTargetType; |
Goal Target Type, Min : 0, Max : *
|
|
property GoalTargetName[RepCount:Integer]: TbsXPN_231 read GetGoalTargetName write SetGoalTargetName; |
Goal Target Name, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|