LAUREL BRIDGE

EncryptedAttributesSequence Class

DICOM Connectivity Framework V3.4
Class containing all attributes that were removed or replaced by other values in the main data set.
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.PdfToDicom.IODEncryptedAttributesSequence

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

C#
public class EncryptedAttributesSequence

The EncryptedAttributesSequence type exposes the following members.

Constructors

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

  NameDescription
Public propertyDataSet
Get/Set the Dicom dataset backing this sequence.
Public propertyEncryptedContent
Tag: Encrypted Content, (0400,0520), VR=OB, VM=1, Type=1
Public propertyEncryptedContentTransferSyntaxUID
Tag: Encrypted Content Transfer Syntax UID, (0400,0510), VR=UI, VM=1, Type=1
Top
See Also

Reference