Uses of Interface
com.mmm.cms.homehealth.proto.DiagnosticCategoryIF

Packages that use DiagnosticCategoryIF
com.mmm.cms.homehealth   
com.mmm.cms.homehealth.proto   
com.mmm.cms.homehealth.proto.logic   
com.mmm.cms.homehealth.v2308_1   
 

Uses of DiagnosticCategoryIF in com.mmm.cms.homehealth
 

Classes in com.mmm.cms.homehealth that implement DiagnosticCategoryIF
 class DiagnosticCategory
          Each valid code for a version belongs to a Diagnosis Category.
 

Fields in com.mmm.cms.homehealth declared as DiagnosticCategoryIF
static DiagnosticCategoryIF DiagnosticCategory.CATEGORY_UNKNOWN
          The default "unknown" category object.
 

Methods in com.mmm.cms.homehealth that return DiagnosticCategoryIF
 DiagnosticCategoryIF AbstractIcd9Code.getDiagnosticGroup()
          Get the value of diagnosticGroup
 DiagnosticCategoryIF DiagnosisCode_Empty.getDiagnosticGroup()
           
 DiagnosticCategoryIF GrouperDataManager.getDiagnosticGroup(long id)
          Searches for the Diagnostic Group object based on its ID
 DiagnosticCategoryIF GrouperDataManager.getNRSDiagnosticGroup(long id)
          Searches for the Non-Routine Supplies Diagnostic Category/Group based on the ID
 

Methods in com.mmm.cms.homehealth with parameters of type DiagnosticCategoryIF
 void AbstractIcd9Code.setDiagnosticGroup(DiagnosticCategoryIF diagnosticGroup)
          Set the value of diagnosticGroup
 void DiagnosisCode_Empty.setDiagnosticGroup(DiagnosticCategoryIF diagnosticGroup)
           
 

Method parameters in com.mmm.cms.homehealth with type arguments of type DiagnosticCategoryIF
protected  void GrouperDataManager.loadDiagnosticCategoriesBase(java.io.File file, java.util.Hashtable<java.lang.Integer,DiagnosticCategoryIF> categoryHash)
          Loads the Diagnostic Group information from a text file.
 

Uses of DiagnosticCategoryIF in com.mmm.cms.homehealth.proto
 

Methods in com.mmm.cms.homehealth.proto that return DiagnosticCategoryIF
 DiagnosticCategoryIF Icd9CodeIF.getDiagnosticGroup()
          gets the Diagnostic Group indicator
 

Methods in com.mmm.cms.homehealth.proto with parameters of type DiagnosticCategoryIF
 void Icd9CodeIF.setDiagnosticGroup(DiagnosticCategoryIF dg)
          sets the Diagnostic Grouper indicator
 

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

Fields in com.mmm.cms.homehealth.proto.logic declared as DiagnosticCategoryIF
protected  DiagnosticCategoryIF LogicRow.diagnosticCategory
           
 

Methods in com.mmm.cms.homehealth.proto.logic that return DiagnosticCategoryIF
 DiagnosticCategoryIF LogicRow.getDiagnosticCategory()
          Get the value of diagnosticCategory
 

Methods in com.mmm.cms.homehealth.proto.logic with parameters of type DiagnosticCategoryIF
 void LogicRow.setDiagnosticCategory(DiagnosticCategoryIF diagnosticCategory)
          Set the value of diagnosticCategory
 

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

Uses of DiagnosticCategoryIF in com.mmm.cms.homehealth.v2308_1
 

Methods in com.mmm.cms.homehealth.v2308_1 that return DiagnosticCategoryIF
 DiagnosticCategoryIF GrouperDataManager_v2308.getDiagnosticGroup(long id)
          Searches for the Diagnostic Group object based on its ID
 DiagnosticCategoryIF GrouperDataManager_v2308.getNRSDiagnosticGroup(long id)
          Searches for the Non-Routine Supplies Diagnostic Category/Group based on the ID
 

Method parameters in com.mmm.cms.homehealth.v2308_1 with type arguments of type DiagnosticCategoryIF
protected  void GrouperDataManager_v2308.loadDiagnosticCategoriesBase(java.io.File file, java.util.Hashtable<java.lang.Integer,DiagnosticCategoryIF> categoryHash)
          Loads the Diagnostic Group information from a text file.