Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsROL_26
Unit
BSHL7DT26
Declaration
type TbsROL_26 = 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 OfficeHomeAddressBirthplaceRepCount : Integer; |
|
|
function PhoneRepCount : Integer; |
|
Properties
|
property RoleInstanceID : TbsEI_26 read GetRoleInstanceID write SetRoleInstanceID; |
Role Instance ID, Min : 0, Max : 1
|
|
property ActionCode : TbsID_26 read GetActionCode write SetActionCode; |
Action Code, Min : 1, Max : 1
|
|
property RoleROL : TbsCWE_26 read GetRoleROL write SetRoleROL; |
Role-ROL, Min : 1, Max : 1
|
|
property RolePerson[RepCount:Integer]: TbsXCN_26 read GetRolePerson write SetRolePerson; |
Role Person, Min : 1, Max : *
|
|
property RoleBeginDateTime : TbsDTM_26 read GetRoleBeginDateTime write SetRoleBeginDateTime; |
Role Begin Date/Time, Min : 0, Max : 1
|
|
property RoleEndDateTime : TbsDTM_26 read GetRoleEndDateTime write SetRoleEndDateTime; |
Role End Date/Time, Min : 0, Max : 1
|
|
property RoleDuration : TbsCWE_26 read GetRoleDuration write SetRoleDuration; |
Role Duration, Min : 0, Max : 1
|
|
property RoleActionReason : TbsCWE_26 read GetRoleActionReason write SetRoleActionReason; |
Role Action Reason, Min : 0, Max : 1
|
|
property ProviderType[RepCount:Integer]: TbsCWE_26 read GetProviderType write SetProviderType; |
Provider Type, Min : 0, Max : *
|
|
property OrganizationUnitType : TbsCWE_26 read GetOrganizationUnitType write SetOrganizationUnitType; |
Organization Unit Type, Min : 0, Max : 1
|
|
property OfficeHomeAddressBirthplace[RepCount:Integer]: TbsXAD_26 read GetOfficeHomeAddressBirthplace write SetOfficeHomeAddressBirthplace; |
Office/Home Address/Birthplace, Min : 0, Max : *
|
|
property Phone[RepCount:Integer]: TbsXTN_26 read GetPhone write SetPhone; |
Phone, Min : 0, Max : *
|
|
property PersonsLocation : TbsPL_26 read GetPersonsLocation write SetPersonsLocation; |
Person's Location, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|