Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPRA_271
Unit
BSHL7DT271
Declaration
type TbsPRA_271 = class(TbsHL7Segment)
Description
Practitioner Detail The Technical Steward for the PRA segment is PA and Personnel Management. 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; |
|
|
function GovernmentReimbursementBillingEligibilityRepCount : Integer; |
|
Properties
|
property PrimaryKeyValuePra : TbsCWE_271 read GetPrimaryKeyValuePra write SetPrimaryKeyValuePra; |
Primary Key Value - Pra, Min : 0, Max : 1
|
|
property PractitionerGroup[RepCount:Integer]: TbsCWE_271 read GetPractitionerGroup write SetPractitionerGroup; |
Practitioner Group, Min : 0, Max : *
|
|
property PractitionerCategory[RepCount:Integer]: TbsCWE_271 read GetPractitionerCategory write SetPractitionerCategory; |
Practitioner Category, Min : 0, Max : *
|
|
property ProviderBilling : TbsID_271 read GetProviderBilling write SetProviderBilling; |
Provider Billing, Min : 0, Max : 1
|
|
property Specialty[RepCount:Integer]: TbsSPD_271 read GetSpecialty write SetSpecialty; |
Specialty, Min : 0, Max : *
|
|
property PractitionerIdNumbers[RepCount:Integer]: TbsPLN_271 read GetPractitionerIdNumbers write SetPractitionerIdNumbers; |
Practitioner Id Numbers, Min : 0, Max : *
|
|
property Privileges[RepCount:Integer]: TbsPIP_271 read GetPrivileges write SetPrivileges; |
Privileges, Min : 0, Max : *
|
|
property DateEnteredPractice : TbsDT_271 read GetDateEnteredPractice write SetDateEnteredPractice; |
Date Entered Practice, Min : 0, Max : 1
|
|
property Institution : TbsCWE_271 read GetInstitution write SetInstitution; |
Institution, Min : 0, Max : 1
|
|
property DateLeftPractice : TbsDT_271 read GetDateLeftPractice write SetDateLeftPractice; |
Date Left Practice, Min : 0, Max : 1
|
|
property GovernmentReimbursementBillingEligibility[RepCount:Integer]: TbsCWE_271 read GetGovernmentReimbursementBillingEligibility write SetGovernmentReimbursementBillingEligibility; |
Government Reimbursement Billing Eligibility, Min : 0, Max : *
|
|
property SetIdPra : TbsSI_271 read GetSetIdPra write SetSetIdPra; |
Set Id - Pra, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|