Class TbsPRA_23
Unit
BSHL7DT23
Declaration
type TbsPRA_23 = class(TbsHL7Segment)
Description
Practitioner detail segment
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PractionerGroupRepCount : Integer; |
|
|
function PractionerCategoryRepCount : Integer; |
|
|
function SpecialtyRepCount : Integer; |
|
|
function PractitionerIDNumbersRepCount : Integer; |
|
|
function PrivilegesRepCount : Integer; |
|
Properties
|
property PRAPrimaryKeyValue : TbsST_23 read GetPRAPrimaryKeyValue write SetPRAPrimaryKeyValue; |
PRA - Primary Key Value, Min : 1, Max : 1
|
|
property PractionerGroup[RepCount:Integer]: TbsCE_23 read GetPractionerGroup write SetPractionerGroup; |
Practioner Group, Min : 0, Max : *
|
|
property PractionerCategory[RepCount:Integer]: TbsID_23 read GetPractionerCategory write SetPractionerCategory; |
Practioner Category, Min : 0, Max : *
|
|
property ProviderBilling : TbsID_23 read GetProviderBilling write SetProviderBilling; |
Provider Billing, Min : 0, Max : 1
|
|
property Specialty[RepCount:Integer]: TbsCM_SPD_23 read GetSpecialty write SetSpecialty; |
Specialty, Min : 0, Max : *
|
|
property PractitionerIDNumbers[RepCount:Integer]: TbsCM_PLN_23 read GetPractitionerIDNumbers write SetPractitionerIDNumbers; |
Practitioner ID Numbers, Min : 0, Max : *
|
|
property Privileges[RepCount:Integer]: TbsCM_PIP_23 read GetPrivileges write SetPrivileges; |
Privileges, Min : 0, Max : *
|
Generated by PasDoc 0.14.0.
|