CCDSContainer Class

Represents the container for storing the patient's CCDS data categories.
Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryCCDSCategories, IListICCDSCategory
    Dtx.DataAccessExt.BLCCDSContainer

Namespace:  Dtx.DataAccessExt.BL
Assembly:  Dtx.DataAccessExt (in Dtx.DataAccessExt.dll) Version: 11.0.12.85

Syntax
C#
public class CCDSContainer : Dictionary<CCDSCategories, IList<ICCDSCategory>>

The CCDSContainer type exposes the following members.

Constructors
  Name Description
Public method CCDSContainer
Initializes a new instance of the CCDSContainer class
Top
Properties
  Name Description
Public property Comparer (Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Public property Count (Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Public property Item (Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Public property Keys (Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Public property Values (Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Top
Methods
  Name Description
Public method Add (Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Public method Clear (Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Public method ContainsKey (Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Public method ContainsValue (Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator (Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetItemsT
Retrieves the list of CCDS category objects based on a specified type.
Public method GetObjectData (Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method OnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Public method Remove (Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public method TryGetValue (Inherited from DictionaryCCDSCategories, IListICCDSCategory.)
Top
See Also