LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ModalityOptionsCollection Class Members
See Also  Properties  Methods 
Leadtools.Medical.Workstation Namespace : ModalityOptionsCollection Class

The following tables list the members exposed by ModalityOptionsCollection.

Public Constructors

 NameDescription
public Constructor ModalityOptionsCollection ConstructorInitializes a new instance of the ModalityOptionsCollection class.  
Top

Public Properties

 NameDescription
public Property CountGets the number of elements in the ModalityOptionsCollection.  
public Property IsReadOnlyGets a value that indicates whether the ModalityOptionsCollection is Read Only.  
public Property ItemGets or sets the ModalityOptions for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.  
public Property KeysGets an System.Collections.ICollection containing the keys for the ModalityOptionsCollection.  
public Property ValuesGets an System.Collections.ICollection containing the values for the ModalityOptionsCollection.  
Top

Public Methods

 NameDescription
public Method AddOverloaded. Adds a ModalityOptions value for the provided Leadtools.Dicom.Common.DataTypes.ModalityType  
public Method ClearRemoves all of the objects from the ModalityOptionsCollection.  
public Method ContainsDetermines if the given key value pair is contained within this ModalityOptionsCollection.  
public Method ContainsKeyDetermines if the specified key is contained within this ModalityOptionsCollection.  
public Method CopyToCopies all of the items in the ModalityOptionsCollection to the specified one-dimensional array starting at the specified index.  
public Method GetEnumeratorReturns a generic enumerator that can iterate through the ModalityOptionsCollection.  
public Method GetSchemaThis method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the System.Xml.Serialization.XmlSchemaProviderAttribute to the class.  
public Method ReadXmlGenerates a ModalityOptionsCollection object from its XML representation.  
public Method RemoveOverloaded. Removes the specified KeyValuePair from the ModalityOptionsCollection.  
public Method TryGetValueGets the ModalityOptions value for the specified Leadtools.Dicom.Common.DataTypes.ModalityType.  
public Method WriteXmlConverts the ModalityOptionsCollection object to an XML representation.  
Top

See Also