←Select platform

HangingProtocolDefinitionSequence Property

Summary

Gets or sets the Hanging Protocol Definition Sequence (Mandatory).

Syntax
C#
C++/CLI
[Element(DicomTag.HangingProtocolDefinitionSequence)] 
[DataMemberAttribute()] 
public List<HangingProtocolDefinition> HangingProtocolDefinitionSequence { get; set; } 
public:  
   [ElementAttribute(7471116),  
   DataMemberAttribute] 
   property System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::HangingProtocolDefinition^>^ HangingProtocolDefinitionSequence 
   { 
      System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::HangingProtocolDefinition^>^ get() 
      void set(System::Collections::Generic::List<Leadtools::Dicom::Common::DataTypes::HangingProtocol::HangingProtocolDefinition^>^ value) 
   } 

Property Value

The Hanging Protocol Definition Sequence.

Remarks

This is a list of items that defines the type of imaging studies to which this Hanging Protocol applies. One or more Items should be in this list.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.