Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPR1_28
Unit
BSHL7DT28
Declaration
type TbsPR1_28 = class(TbsHL7Segment)
Description
Procedures The PR1 segment contains information relative to various types of procedures that can be performed on a patient. The PR1 segment can be used to send procedure information, for example: Surgical, Nuclear Medicine, X-ray with contrast, etc. The PR1 segment is used to send multiple procedures, for example, for medical records encoding or for billing systems.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
function ProcedureCodeModifierRepCount : Integer; |
|
 |
function TissueTypeCodeRepCount : Integer; |
|
 |
function TreatingOrganizationalUnitRepCount : Integer; |
|
Properties
 |
property SetIdPr1 : TbsSI_28 read GetSetIdPr1 write SetSetIdPr1; |
Set Id - Pr1, Min : 1, Max : 1
|
 |
property ProcedureCodingMethod : TbsST_28 read GetProcedureCodingMethod write SetProcedureCodingMethod; |
Procedure Coding Method, Min : 0, Max : 1
|
 |
property ProcedureCode : TbsCNE_28 read GetProcedureCode write SetProcedureCode; |
Procedure Code, Min : 1, Max : 1
|
 |
property ProcedureDescription : TbsST_28 read GetProcedureDescription write SetProcedureDescription; |
Procedure Description, Min : 0, Max : 1
|
 |
property ProcedureDateTime : TbsDTM_28 read GetProcedureDateTime write SetProcedureDateTime; |
Procedure Date/Time, Min : 1, Max : 1
|
 |
property ProcedureFunctionalType : TbsCWE_28 read GetProcedureFunctionalType write SetProcedureFunctionalType; |
Procedure Functional Type, Min : 0, Max : 1
|
 |
property ProcedureMinutes : TbsNM_28 read GetProcedureMinutes write SetProcedureMinutes; |
Procedure Minutes, Min : 0, Max : 1
|
 |
property Anesthesiologist : TbsST_28 read GetAnesthesiologist write SetAnesthesiologist; |
Anesthesiologist, Min : 0, Max : 1
|
 |
property AnesthesiaCode : TbsCWE_28 read GetAnesthesiaCode write SetAnesthesiaCode; |
Anesthesia Code, Min : 0, Max : 1
|
 |
property AnesthesiaMinutes : TbsNM_28 read GetAnesthesiaMinutes write SetAnesthesiaMinutes; |
Anesthesia Minutes, Min : 0, Max : 1
|
 |
property Surgeon : TbsST_28 read GetSurgeon write SetSurgeon; |
Surgeon, Min : 0, Max : 1
|
 |
property ProcedurePractitioner : TbsST_28 read GetProcedurePractitioner write SetProcedurePractitioner; |
Procedure Practitioner, Min : 0, Max : 1
|
 |
property ConsentCode : TbsCWE_28 read GetConsentCode write SetConsentCode; |
Consent Code, Min : 0, Max : 1
|
 |
property ProcedurePriority : TbsNM_28 read GetProcedurePriority write SetProcedurePriority; |
Procedure Priority, Min : 0, Max : 1
|
 |
property AssociatedDiagnosisCode : TbsCWE_28 read GetAssociatedDiagnosisCode write SetAssociatedDiagnosisCode; |
Associated Diagnosis Code, Min : 0, Max : 1
|
 |
property ProcedureCodeModifier[RepCount:Integer]: TbsCNE_28 read GetProcedureCodeModifier write SetProcedureCodeModifier; |
Procedure Code Modifier, Min : 0, Max : *
|
 |
property ProcedureDrgType : TbsCWE_28 read GetProcedureDrgType write SetProcedureDrgType; |
Procedure Drg Type, Min : 0, Max : 1
|
 |
property TissueTypeCode[RepCount:Integer]: TbsCWE_28 read GetTissueTypeCode write SetTissueTypeCode; |
Tissue Type Code, Min : 0, Max : *
|
 |
property ProcedureIdentifier : TbsEI_28 read GetProcedureIdentifier write SetProcedureIdentifier; |
Procedure Identifier, Min : 0, Max : 1
|
 |
property ProcedureActionCode : TbsID_28 read GetProcedureActionCode write SetProcedureActionCode; |
Procedure Action Code, Min : 0, Max : 1
|
 |
property DrgProcedureDeterminationStatus : TbsCWE_28 read GetDrgProcedureDeterminationStatus write SetDrgProcedureDeterminationStatus; |
Drg Procedure Determination Status, Min : 0, Max : 1
|
 |
property DrgProcedureRelevance : TbsCWE_28 read GetDrgProcedureRelevance write SetDrgProcedureRelevance; |
Drg Procedure Relevance, Min : 0, Max : 1
|
 |
property TreatingOrganizationalUnit[RepCount:Integer]: TbsPL_28 read GetTreatingOrganizationalUnit write SetTreatingOrganizationalUnit; |
Treating Organizational Unit, Min : 0, Max : *
|
 |
property RespiratoryWithinSurgery : TbsID_28 read GetRespiratoryWithinSurgery write SetRespiratoryWithinSurgery; |
Respiratory Within Surgery, Min : 0, Max : 1
|
 |
property ParentProcedureId : TbsEI_28 read GetParentProcedureId write SetParentProcedureId; |
Parent Procedure Id, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|