Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsROL_24
Unit
BSHL7DT24
Declaration
type TbsROL_24 = 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; |
|
|
function ProviderTypeRepCount : Integer; |
|
|
function OfficeHomeAddressRepCount : Integer; |
|
|
function PhoneRepCount : Integer; |
|
Properties
|
property RoleInstanceID : TbsEI_24 read GetRoleInstanceID write SetRoleInstanceID; |
Role Instance ID, Min : 0, Max : 1
|
|
property ActionCode : TbsID_24 read GetActionCode write SetActionCode; |
Action Code, Min : 1, Max : 1
|
|
property RoleROL : TbsCE_24 read GetRoleROL write SetRoleROL; |
Role-ROL, Min : 1, Max : 1
|
|
property RolePerson[RepCount:Integer]: TbsXCN_24 read GetRolePerson write SetRolePerson; |
Role Person, Min : 1, Max : *
|
|
property RoleBeginDateTime : TbsTS_24 read GetRoleBeginDateTime write SetRoleBeginDateTime; |
Role Begin Date/Time, Min : 0, Max : 1
|
|
property RoleEndDateTime : TbsTS_24 read GetRoleEndDateTime write SetRoleEndDateTime; |
Role End Date/Time, Min : 0, Max : 1
|
|
property RoleDuration : TbsCE_24 read GetRoleDuration write SetRoleDuration; |
Role Duration, Min : 0, Max : 1
|
|
property RoleActionReason : TbsCE_24 read GetRoleActionReason write SetRoleActionReason; |
Role Action Reason, Min : 0, Max : 1
|
|
property ProviderType[RepCount:Integer]: TbsCE_24 read GetProviderType write SetProviderType; |
Provider Type, Min : 0, Max : *
|
|
property OrganizationUnitTypeROL : TbsCE_24 read GetOrganizationUnitTypeROL write SetOrganizationUnitTypeROL; |
Organization Unit Type - ROL, Min : 0, Max : 1
|
|
property OfficeHomeAddress[RepCount:Integer]: TbsXAD_24 read GetOfficeHomeAddress write SetOfficeHomeAddress; |
Office/Home Address, Min : 0, Max : *
|
|
property Phone[RepCount:Integer]: TbsXTN_24 read GetPhone write SetPhone; |
Phone, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|