DisplaySetsSequence Property (original) (raw)
Summary
Gets or sets the Hanging Protocol Display Sets Sequence (Mandatory).
Syntax
[DataMemberAttribute()]
[Element(DicomTag.DisplaySetsSequence)]
public List<[DisplaySet](datatypes-displayset.html)> DisplaySetsSequence { get; set; }
public:
[DataMemberAttribute,
ElementAttribute((gcnew DicomTag::DisplaySetsSequence()))]
property List<[DisplaySet](datatypes-displayset.html)^>^ DisplaySetsSequence
{
List<[DisplaySet](datatypes-displayset.html)^>^ get()
void set(List<[DisplaySet](datatypes-displayset.html)^>^ value)
}
Property Value
A list of DisplaySet objects that represent the Hanging Protocol Display Sets Sequence.
Leadtools.Dicom.Common Assembly