Interface | Description |
---|---|
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 | Description |
---|---|
DateRanger |
Holds a date range represented as a string with the format of YYYYMMDD
|
DiagnosisCodeComparator |
Provides a mechanism to compare the diagnosis Code by values only
|
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 formatter 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
|
IntegerFormat |
This provides a concrete wrapper around the number format in order to allow
output of decimal values.
|
IntegerUtils |
This provides generic functions for the Integer object and int type
|
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.
|
OasisCalendarFormatter |
This formats the calendar to YYYYMMDD avoiding any calendar date calculations
so that even invalid dates will be properly formatted for OASIS compatibility
|
ScoringEventFormatter | |
ScoringModelUtils | |
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.
|