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


"

For a list of all members of this type, see ModalityOptionsCollection members.

"

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