The following tables list the members exposed by ModalityOptionsCollection.
Public Constructors
Name | Description | |
---|---|---|
ModalityOptionsCollection | Initializes a new instance of the ModalityOptionsCollection class. |
Public Methods
Name | Description | |
---|---|---|
Add | Adds a the specified Leadtools.Dicom.Common.DataTypes.ModalityType and ModalityOptions to the ModalityOptionsCollection. | |
Clear | Removes all of the objects from the ModalityOptionsCollection. | |
Contains | Determines if the given key value pair is contained within this ModalityOptionsCollection. | |
ContainsKey | Determines if the specified key is contained within this ModalityOptionsCollection. | |
CopyTo | Copies all of the items in the ModalityOptionsCollection to the specified one-dimensional array starting at the specified index. | |
GetEnumerator | Returns a generic enumerator that can iterate through the ModalityOptionsCollection. | |
GetSchema | This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in VB) from this method, and instead, if specifying a custom schema is required, apply the System.Xml.Serialization.XmlSchemaProviderAttribute to the class. | |
ReadXml | Generates a ModalityOptionsCollection object from its XML representation. | |
Remove | Removes the specified Leadtools.Dicom.Common.DataTypes.ModalityType from the ModalityOptionsCollection. | |
TryGetValue | Gets the ModalityOptions value for the specified Leadtools.Dicom.Common.DataTypes.ModalityType. | |
WriteXml | Converts the ModalityOptionsCollection object to an XML representation. |
Public Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements in the ModalityOptionsCollection. | |
IsReadOnly | Gets a value that indicates whether the ModalityOptionsCollection is Read Only. | |
Item | Gets or sets the ModalityOptions for the specified Leadtools.Dicom.Common.DataTypes.ModalityType. | |
Keys | Gets an System.Collections.ICollection containing the keys for the ModalityOptionsCollection. | |
Values | Gets an System.Collections.ICollection containing the values for the ModalityOptionsCollection. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET