ImageSetsSequence Property (original) (raw)
Summary
Gets or sets the Hanging Protocol Image Sets Sequence (Mandatory).
Syntax
[DataMemberAttribute()]
[Element(DicomTag.ImageSetsSequence)]
public List<[ImageSet](datatypes-hangingprotocol-imageset.html)> ImageSetsSequence { get; set; }
public:
[DataMemberAttribute,
ElementAttribute(7471136)]
property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::ImageSet^>^ ImageSetsSequence
{
System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::ImageSet^>^ get()
void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::ImageSet^>^ value)
}
Property Value
The Hanging Protocol Image Sets Sequence.
Leadtools.Dicom.Common Assembly