Interface | Description |
---|---|
CaseMixAdjustmentItemIF |
This represents a single Casemix Adjustment set.
|
CodePositionalIF |
This provides code position indicators such as primary or secondary only
|
CodeUlcerIF |
Provides methods for identifying codes with ulcers or diabetic ulcers
|
CommonMessageText | |
DataManagerIF |
Defines access to the low level elements of codes, groups and casemix.
|
DataValidityFlagIF |
Holds the data issues associated with a processed record, and generates
the Validity flag to use in the grouper output.
|
DiagnosisCodeIF |
Holds the information specific to the ICD-9 Diagnosis codes (as opposed to
a procedure code) that supports Home Health scoring.
|
DiagnosisScoringGridIF |
This provides a holder for the scores for the diagnosis codes.
|
DiagnosticGroupIF |
Holds the ID and the description for a Diagnostic Group
October 2012 - added alternate scoring methods for use in versions
V3413 and later
|
EtiologyPairingIF |
This holds a list of Codes that can be paired with the owning code.
|
EtiologyPairingListIF |
Holds a list of codes that can be used to pair with the owning code.
|
HIPPSCodeIF |
This represents the 5 character code used to report the HIPPS for the
Grouper.
|
HomeHealthEventIF |
Describes the Home Health Event used for notify programmatic listeners
during the scoring process.
|
HomeHealthEventListenerIF |
This defines a class the listens for events for the Home Health grouper.
|
HomeHealthEventNotifierIF | Deprecated
as of 2014, because this interface promotes unsafe Thread coding
for the HomeHealthGrouperIF - scheduled for removal in 2015
|
HomeHealthGrouperFactoryIF |
This defines a means for selecting a Grouper based on the date range of the
Home Health record.
|
HomeHealthGrouperIF |
Describes the high level class that will score the Home Health Record.
|
HomeHealthRecord_B_IF |
This represents the data required by the Home Health Grouper in order to
effect scoring claim.
|
HomeHealthRecord_C_IF |
This is a marker to identify a record built from an OASIS-C record string
|
HomeHealthRecord_C1_IF |
This interface describes an OASIS-C1 record
|
HomeHealthRecord_C2_IF |
This interface describes an OASIS-C1 record
|
HomeHealthRecordIF |
This represents the data required by the Home Health Grouper in order to
effect scoring claim.
|
HomeHealthRecordValidatorIF |
Provides validation on the Oasis Record and can be performed specific
to the version.
|
HomeHealthScoringModelIF |
This represents a single model for scoring a HomeHealth record.
|
OptionalPaymentCodeIF |
Indicates that the code is an optional payment code.
|
PointsScoringEquationsIF |
This holds a single set of scoring values based on the scoring equations
for the combinations of:
Episode Timing (M0110) - UK or 01 as Early, and 02 as Later
Therapy Visits (M0826) - two main groups of 0-13, and 14+
These combine to create 4 separate values, or equations for scoring the
case mix.
|
PrimaryAwardableIF |
Helps indicate that a code allows subsequent codes to score as a primary
code, a concept introduced in v3413
|
RecordItemValidator_HH_PPS_IF |
Defines validator for a specific item which may be associated with a specific
grouper version for a specific criteria for a Home Health Record.
|
RecordItemValidatorIF |
Defines validator for a specific item for a specific criteria for a Home
Health Record.
|
RecordValidator_2_IF |
Users a collection of record item validators in order to validate the Home
Health Record
|
RecordValidatorFactoryIF |
Provides a mechanism to look up the validations items required for a specific
record, and/or Grouper
|
ScoringPointsIF |
Holds points accumulated by the Scoring Model.
|
ScoringResultsIF |
Holds the HIPPS, OASIS Treatment Authorization, Version and Flag
information accumulated during the Grouper scoring process.
|
TreatmentAuthorizationIF |
This represents the 18 character code used to report the Oasis Treatment
and Authorization for the Grouper results.
|
Enum | Description |
---|---|
CodeType_EN |
Identifies a code type instead of using an integer
|
DiagnosisScoringStatus_EN |
This indicates that status of a diagnosis code during the scoring
process, such as a valid or invalid code and a code that is valid
and available for scoring, i.e.
|
EventId_EN |
Provides Event Ids and descriptions for event types during the record scoring
process.
|
HH_PPS_OasisC1EditsEN |
Defines edits used internally by the HH-PPS for validating OASIS-C1 records
an a manner consistent with the VUT (another CMS contract).
|
HH_PPS_OasisC2EditsEN |
Defines edits used internally by the HH-PPS for validating OASIS-C1 records
an a manner consistent with the VUT (another CMS contract).
|
RecordType |
This indicates the Record type for the HomeHealthRecord.
|
Exception | Description |
---|---|
AlreadyScoredException |
This exception will not contain any stack trace.
|
InvalidDateException |
Exception used when the date is not a valid format.
|
ServiceIssueException |
Exception used when Therapy N/A = 1, i.e.
|