Class TbsIPC_28
Unit
BSHL7DT28
Declaration
type TbsIPC_28 = 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_28 read GetAccessionIdentifier write SetAccessionIdentifier; |
Accession Identifier, Min : 1, Max : 1
|
|
property RequestedProcedureId : TbsEI_28 read GetRequestedProcedureId write SetRequestedProcedureId; |
Requested Procedure Id, Min : 1, Max : 1
|
|
property StudyInstanceUid : TbsEI_28 read GetStudyInstanceUid write SetStudyInstanceUid; |
Study Instance Uid, Min : 1, Max : 1
|
|
property ScheduledProcedureStepId : TbsEI_28 read GetScheduledProcedureStepId write SetScheduledProcedureStepId; |
Scheduled Procedure Step Id, Min : 1, Max : 1
|
|
property Modality : TbsCWE_28 read GetModality write SetModality; |
Modality, Min : 0, Max : 1
|
|
property ProtocolCode[RepCount:Integer]: TbsCWE_28 read GetProtocolCode write SetProtocolCode; |
Protocol Code, Min : 0, Max : *
|
|
property ScheduledStationName : TbsEI_28 read GetScheduledStationName write SetScheduledStationName; |
Scheduled Station Name, Min : 0, Max : 1
|
|
property ScheduledProcedureStepLocation[RepCount:Integer]: TbsCWE_28 read GetScheduledProcedureStepLocation write SetScheduledProcedureStepLocation; |
Scheduled Procedure Step Location, Min : 0, Max : *
|
|
property ScheduledStationAeTitle : TbsST_28 read GetScheduledStationAeTitle write SetScheduledStationAeTitle; |
Scheduled Station Ae Title, Min : 0, Max : 1
|
Generated by PasDoc 0.14.0.
|