LAUREL BRIDGE

SourceInstanceSequence Class

DICOM Connectivity Framework V3.4
Class that identifies the set of Instances that were used to derive the encapsulated document.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.PdfToDicom.IODSourceInstanceSequence

Namespace:  LaurelBridge.DCFExamples.PdfToDicom.IOD
Assembly:  PdfToDicom (in PdfToDicom.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public class SourceInstanceSequence

The SourceInstanceSequence type exposes the following members.

Constructors

  NameDescription
Public methodSourceInstanceSequence
Default constructor creates a new DicomDataSet.
Public methodSourceInstanceSequence(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 propertyInstanceNumber
Tag: Instance Number, (0020,0013), VR=IS, VM=1, Type=1
Top
See Also

Reference