Class TbsIPC_271
Unit
BSHL7DT271
Declaration
type TbsIPC_271 = class(TbsHL7Segment)
Description
Imaging Procedure Control Segment The IPC segment contains information about tasks that need to be performed in order to fulfill the request for imaging service. The information includes location, type and instance identification of equipment (acquisition modality) and stages (procedure steps). Note: References, field names and definitions in this section were developed in collaboration with DICOM with the goal of keeping HL7 transmission of imaging procedure control information consistent with the DICOM Standard, available at http://medical.nema.org.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
function ProtocolCodeRepCount : Integer; |
|
|
function ScheduledProcedureStepLocationRepCount : Integer; |
|
Properties
|
property AccessionIdentifier : TbsEI_271 read GetAccessionIdentifier write SetAccessionIdentifier; |
Accession Identifier, Min : 1, Max : 1
|
|
property RequestedProcedureId : TbsEI_271 read GetRequestedProcedureId write SetRequestedProcedureId; |
Requested Procedure Id, Min : 1, Max : 1
|
|
property StudyInstanceUid : TbsEI_271 read GetStudyInstanceUid write SetStudyInstanceUid; |
Study Instance Uid, Min : 1, Max : 1
|
|
property ScheduledProcedureStepId : TbsEI_271 read GetScheduledProcedureStepId write SetScheduledProcedureStepId; |
Scheduled Procedure Step Id, Min : 1, Max : 1
|
|
property Modality : TbsCWE_271 read GetModality write SetModality; |
Modality, Min : 0, Max : 1
|
|
property ProtocolCode[RepCount:Integer]: TbsCWE_271 read GetProtocolCode write SetProtocolCode; |
Protocol Code, Min : 0, Max : *
|
|
property ScheduledStationName : TbsEI_271 read GetScheduledStationName write SetScheduledStationName; |
Scheduled Station Name, Min : 0, Max : 1
|
|
property ScheduledProcedureStepLocation[RepCount:Integer]: TbsCWE_271 read GetScheduledProcedureStepLocation write SetScheduledProcedureStepLocation; |
Scheduled Procedure Step Location, Min : 0, Max : *
|
|
property ScheduledStationAeTitle : TbsST_271 read GetScheduledStationAeTitle write SetScheduledStationAeTitle; |
Scheduled Station Ae Title, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|