Besa HL7 2.x Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TbsPR1_22
Unit
BSHL7DT22
Declaration
type TbsPR1_22 = class(TbsHL7Segment)
Description
Procedures The PR1 segment contains information relative to various types of procedures that can be performed on a patient. For example: Surgical, Nuclear Medicine, X-Ray with contrast, etc
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ProcedureCodingMethodRepCount : Integer; |
|
|
function ProcedureCodeRepCount : Integer; |
|
|
function ProcedureDescriptionRepCount : Integer; |
|
|
function ProcedurePractitionerRepCount : Integer; |
|
Properties
|
property SetIdProcedure : TbsSI_22 read GetSetIdProcedure write SetSetIdProcedure; |
Set Id - Procedure, Min : 1, Max : 1
|
|
property ProcedureCodingMethod[RepCount:Integer]: TbsID_22 read GetProcedureCodingMethod write SetProcedureCodingMethod; |
Procedure Coding Method, Min : 1, Max : *
|
|
property ProcedureCode[RepCount:Integer]: TbsID_22 read GetProcedureCode write SetProcedureCode; |
Procedure Code, Min : 1, Max : *
|
|
property ProcedureDescription[RepCount:Integer]: TbsST_22 read GetProcedureDescription write SetProcedureDescription; |
Procedure Description, Min : 0, Max : *
|
|
property ProcedureDateTime : TbsTS_22 read GetProcedureDateTime write SetProcedureDateTime; |
Procedure Date / Time, Min : 1, Max : 1
|
|
property ProcedureType : TbsID_22 read GetProcedureType write SetProcedureType; |
Procedure Type, Min : 1, Max : 1
|
|
property ProcedureMinutes : TbsNM_22 read GetProcedureMinutes write SetProcedureMinutes; |
Procedure Minutes, Min : 0, Max : 1
|
|
property Anesthesiologist : TbsCN_PERSON_22 read GetAnesthesiologist write SetAnesthesiologist; |
Anesthesiologist, Min : 0, Max : 1
|
|
property AnesthesiaCode : TbsID_22 read GetAnesthesiaCode write SetAnesthesiaCode; |
Anesthesia Code, Min : 0, Max : 1
|
|
property AnesthesiaMinutes : TbsNM_22 read GetAnesthesiaMinutes write SetAnesthesiaMinutes; |
Anesthesia Minutes, Min : 0, Max : 1
|
|
property Surgeon : TbsCN_PERSON_22 read GetSurgeon write SetSurgeon; |
Surgeon, Min : 0, Max : 1
|
|
property ProcedurePractitioner[RepCount:Integer]: TbsCM_PRACTITIONER_22 read GetProcedurePractitioner write SetProcedurePractitioner; |
Procedure Practitioner, Min : 0, Max : *
|
|
property ConsentCode : TbsID_22 read GetConsentCode write SetConsentCode; |
Consent Code, Min : 0, Max : 1
|
|
property ProcedurePriority : TbsNM_22 read GetProcedurePriority write SetProcedurePriority; |
Procedure Priority, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|