Uses of Class
com.mmm.cms.homehealth.proto.logic.DiagnosticCategoryLogicTypeID

Packages that use DiagnosticCategoryLogicTypeID
com.mmm.cms.homehealth.proto.logic   
 

Uses of DiagnosticCategoryLogicTypeID in com.mmm.cms.homehealth.proto.logic
 

Fields in com.mmm.cms.homehealth.proto.logic declared as DiagnosticCategoryLogicTypeID
protected  DiagnosticCategoryLogicTypeID LogicRow.logicTypeID
           
 

Methods in com.mmm.cms.homehealth.proto.logic that return DiagnosticCategoryLogicTypeID
 DiagnosticCategoryLogicTypeID LogicRow.getLogicTypeID()
          Get the value of logicTypeID
static DiagnosticCategoryLogicTypeID DiagnosticCategoryLogicTypeID.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DiagnosticCategoryLogicTypeID[] DiagnosticCategoryLogicTypeID.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.mmm.cms.homehealth.proto.logic with parameters of type DiagnosticCategoryLogicTypeID
 void LogicRow.setLogicTypeID(DiagnosticCategoryLogicTypeID logicTypeID)
          Set the value of logicTypeID
 

Constructors in com.mmm.cms.homehealth.proto.logic with parameters of type DiagnosticCategoryLogicTypeID
LogicRow(int rowId, DiagnosticCategoryIF diagnosticCategory, DiagnosticCategoryLogicTypeID logicTypeID, PointsScoringEquations pointsScoringEquations, java.lang.String Description, FieldConditionGroup[] fieldConditionGroup)