LAUREL BRIDGE

HL7StructuredDocumentReferenceSequence Class

DICOM Connectivity Framework V3.4
Sequence of items defining mapping between HL7 Instance Identifiers of unencapsulated HL7 Structured Documents referenced from the current SOP Instance as if they were DICOM Composite SOP Class Instances defined by SOP Class and Instance UID pairs. May also define a means of accessing the Documents.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCF.Examples.PdfToDicom.IODHL7StructuredDocumentReferenceSequence

Namespace:  LaurelBridge.DCF.Examples.PdfToDicom.IOD
Assembly:  PdfToDicom (in PdfToDicom.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public class HL7StructuredDocumentReferenceSequence

The HL7StructuredDocumentReferenceSequence type exposes the following members.

Constructors

  NameDescription
Public methodHL7StructuredDocumentReferenceSequence
Default constructor creates a new DicomDataSet.
Public methodHL7StructuredDocumentReferenceSequence(DicomDataSet)
Constructor with a dataset. No checks are performed to make sure the dataset elements are legal for this sequence.
Top
Properties

  NameDescription
Public propertyContentCreatorName
Tag: Content Creator's Name, (0070,0084), VR=PN, VM=1, Type=2
Public propertyContentDescription
Tag: Content Description, (0070,0081), VR=LO, VM=1, Type=2
Public propertyContentLabel
Tag: Content Label, (0070,0080), VR=CS, VM=1, Type=1
Public propertyDataSet
Get/Set the Dicom dataset backing this sequence.
Public propertyHL7InstanceIdentifier
Tag: HL7 Instance Identifier, (0040,E001), VR=ST, VM=1, Type=1
Public propertyInstanceNumber
Tag: Instance Number, (0020,0013), VR=IS, VM=1, Type=1
Top
See Also

Reference