The LookupCodeDa type exposes the following members.

Constructors

  NameDescription
Public methodLookupCodeDa
Initializes a new instance of the LookupCodeDa class

Methods

  NameDescription
Public methodDeleteLookupCode
Removes lookupcodeid from ParentChildCodes table before deleting form LookupCodes table
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetChildCodesByLookupIdAndChildLookupName
Returns a list of child lookup codes based on child lookup code fieldname
Public methodGetChildsCodeByLookupId
Returns a list of all child lookup codes
Public methodGetDistinctLookupCodeAttributes
Returns a list of distinct LookupCodeAttribute.AttributeValue
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLookupAttributeByName
Returns lookup attibute by AttributeName
Public methodGetLookupAttributesByLookupCodeIdAndAttributeId
Return a list of attributes for a Lookup code based on the attribute id
Public methodGetLookupAttributesByLookupCodeIdAndLookupAttributeName
Return a list of attributes for a Lookup code based on the attribute name
Public methodGetLookupCodeAttributesByAttributeId
Returns a list of lookup code attributes based on attribute id, i.e. all records with foreign key AttributeId= attributeId
Public methodGetLookupCodeAttributesByLkpFieldAndAttribute(String, Int32)
Public methodGetLookupCodeAttributesByLkpFieldAndAttribute(String, Int32, String)
Public methodGetLookupCodes
Public methodGetLookupCodesAttributeValues
Gets a list of lookup codes and attribute values by lookupfieldname and attribute name
Public methodGetLookupCodesByAttributeByNameAndValue
Returns lookup codes for a field name with associated name/value
Public methodGetLookupCodesExcludingCodesByParentLookupId
Gets a List of Lookup Codes by name, excluding those which are child codes of a parent lookup code.
Public methodGetLookupCodesRecord
Public methodGetLookupCodeStats
Returns a DataSet containing Lookup Code stats. Table 1: TableName, FieldName, LkpFieldNameCount representing metadata fields associated with lookup code. Table 2: count of lookup code by lkpFieldName. Table 3: count of lookup codes tagged with diseaseName.
Public methodGetLookupCodesWithoutAttribute
Returns a list of Lookup Codes Where LookupCodes.LkpFieldName = lookupFieldName AND LookupAttributes.AttributeName != attributeName
Public methodStatic memberGetLookupData
Public methodGetLookupFieldNames
Public methodGetLookupsByFieldName
Public methodGetParentLookupCodeByChildCode
Returns a list of parent lookup codes of the child lookp code value.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInsertChildCodes
Public methodLookupCodeExists
Returns true is the specified lookup code exists for the specified lookup field name
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveChildCodes
Protected methodSetParams (Overrides BaseDA..::..SetParams()()()().)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Protected field_DeleteStoredProc (Inherited from BaseDA.)
Protected field_GetByParentStoredProc (Inherited from BaseDA.)
Protected field_GetStoredProc (Inherited from BaseDA.)
Protected field_InsertStoredProc (Inherited from BaseDA.)
Protected field_UpdateStoredProc (Inherited from BaseDA.)

See Also