Class TbsARV_26
Unit
BSHL7DT26
Declaration
type TbsARV_26 = class(TbsHL7Segment)
Description
Access Restrictions segment The ARV segment is used to communicate the requested/required type of access restrictions from system to system, at both the person/patient and the encounter/visit level.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function AccessRestrictionReasonRepCount : Integer; |
|
|
function SpecialAccessRestrictionInstructionsRepCount : Integer; |
|
Properties
|
property SetID : TbsSI_26 read GetSetID write SetSetID; |
Set ID, Min : 0, Max : 1
|
|
property AccessRestrictionActionCode : TbsCNE_26 read GetAccessRestrictionActionCode write SetAccessRestrictionActionCode; |
Access Restriction Action Code, Min : 1, Max : 1
|
|
property AccessRestrictionValue : TbsCWE_26 read GetAccessRestrictionValue write SetAccessRestrictionValue; |
Access Restriction Value, Min : 1, Max : 1
|
|
property AccessRestrictionReason[RepCount:Integer]: TbsCWE_26 read GetAccessRestrictionReason write SetAccessRestrictionReason; |
Access Restriction Reason, Min : 0, Max : *
|
|
property SpecialAccessRestrictionInstructions[RepCount:Integer]: TbsST_26 read GetSpecialAccessRestrictionInstructions write SetSpecialAccessRestrictionInstructions; |
Special Access Restriction Instructions, Min : 0, Max : *
|
|
property AccessRestrictionDateRange : TbsDR_26 read GetAccessRestrictionDateRange write SetAccessRestrictionDateRange; |
Access Restriction Date Range, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|