Package com.mmm.cms.util

Interface Summary
Describable This interface provides a standard for setting and getting the internal description of an object.
Identifiable Provides a consistent means of identifying an object by its id number.
Initializable Provides a consistent way to initialize the properties of an object
Namable Provides a consistent way to get the name associated with an object at run-time.
 

Class Summary
HexavigesimalCalendarFormat This formatter converts a Calendar to the day of the year consistent Hexavigesimal value.
HexavigesimalDateFormat This formatter converts a Date to the day of the year consistent Hexavigesimal value.
HexavigesimalFormat This formatted provides the conversion of a number to the Hexavigesmal value with the possibility of handling 26 unique values.
HHEventConsole When this class is registered as an Event Listener, it will log the events to the HomeHealthGrouper logger.
HomeHealthUtils Holds general utility methods that don't need to be associated with any specific class
Icd9DiagnosisCodeComparator Provides a mechanism to compare the Icd 9 diagnosis Code values only
IntegerFormat This provides a concrete wrapper around the number format in order to allow output of decimal values.
MacroProperties This extends the java.util.Properties class to override the getProperty() methods to allow automatic conversion of macros in the property to the actual property value.
ScoringResultsFormatter This utility class consolidates formatting of scoring results to return to the DLL, or to output to a file.
ValidateUtils Utility class that provides consolidate String validation methods, and predefined sets of data to validate against.