Class TbsPRA_231
Unit
BSHL7DT231
Declaration
type TbsPRA_231 = class(TbsHL7Segment)
Description
Practitioner detail segment The PRA segment adds detailed medical practitioner information to the personnel identified by the STF segment. A PRA segment may optionally follow an STF segment. A PRA segment must always have been preceded by a corresponding STF segment. The PRA segment may also be used for staff who work in healthcare who are not practitioners, but need to be certified, e.g., 'medical records staff.'
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function PractitionerGroupRepCount : Integer; |
|
|
function PractitionerCategoryRepCount : Integer; |
|
|
function SpecialtyRepCount : Integer; |
|
|
function PractitionerIDNumbersRepCount : Integer; |
|
|
function PrivilegesRepCount : Integer; |
|
Properties
|
property PrimaryKeyValuePRA : TbsCE_231 read GetPrimaryKeyValuePRA write SetPrimaryKeyValuePRA; |
Primary Key Value - PRA, Min : 1, Max : 1
|
|
property PractitionerGroup[RepCount:Integer]: TbsCE_231 read GetPractitionerGroup write SetPractitionerGroup; |
Practitioner Group, Min : 0, Max : *
|
|
property PractitionerCategory[RepCount:Integer]: TbsIS_231 read GetPractitionerCategory write SetPractitionerCategory; |
Practitioner Category, Min : 0, Max : *
|
|
property ProviderBilling : TbsID_231 read GetProviderBilling write SetProviderBilling; |
Provider Billing, Min : 0, Max : 1
|
|
property Specialty[RepCount:Integer]: TbsSPD_231 read GetSpecialty write SetSpecialty; |
Specialty, Min : 0, Max : *
|
|
property PractitionerIDNumbers[RepCount:Integer]: TbsPLN_231 read GetPractitionerIDNumbers write SetPractitionerIDNumbers; |
Practitioner ID Numbers, Min : 0, Max : *
|
|
property Privileges[RepCount:Integer]: TbsPIP_231 read GetPrivileges write SetPrivileges; |
Privileges, Min : 0, Max : *
|
|
property DateEnteredPractice : TbsDT_231 read GetDateEnteredPractice write SetDateEnteredPractice; |
Date Entered Practice, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|