Class TbsROL_231
Unit
BSHL7DT231
Declaration
type TbsROL_231 = class(TbsHL7Segment)
Description
Role The role segment contains the data necessary to add, update, correct, and delete from the record persons involved, as well as their functional involvement with the activity being transmitted.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function RolePersonRepCount : Integer; |
|
Properties
|
property RoleInstanceID : TbsEI_231 read GetRoleInstanceID write SetRoleInstanceID; |
Role Instance ID, Min : 1, Max : 1
|
|
property ActionCode : TbsID_231 read GetActionCode write SetActionCode; |
Action Code, Min : 1, Max : 1
|
|
property RoleROL : TbsCE_231 read GetRoleROL write SetRoleROL; |
Role-ROL, Min : 1, Max : 1
|
|
property RolePerson[RepCount:Integer]: TbsXCN_231 read GetRolePerson write SetRolePerson; |
Role Person, Min : 1, Max : *
|
|
property RoleBeginDateTime : TbsTS_231 read GetRoleBeginDateTime write SetRoleBeginDateTime; |
Role Begin Date/Time, Min : 0, Max : 1
|
|
property RoleEndDateTime : TbsTS_231 read GetRoleEndDateTime write SetRoleEndDateTime; |
Role End Date/Time, Min : 0, Max : 1
|
|
property RoleDuration : TbsCE_231 read GetRoleDuration write SetRoleDuration; |
Role Duration, Min : 0, Max : 1
|
|
property RoleActionReason : TbsCE_231 read GetRoleActionReason write SetRoleActionReason; |
Role Action Reason, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|