Interface | Description |
---|---|
OasisRecordConverterIF |
This provides definitions for testing if a record converted is appropriate
and then to actually convert a record.
|
Class | Description |
---|---|
AbstractRecordConverter |
Provide basic conversion functionality
|
HomeHealthRecordUtil |
Provides generalized functionality for reading and writing a Home Health
Record
|
Oasis_B_Record |
Represents an OASIS record as an extension of the HomeHealthRecord.
|
Oasis_B_RecordUtil |
This utility class provides conversions between OASIS-B data records and the
HomeHealthRecord interface.
|
Oasis_C_Record |
This class holds the information from an OASIS-C record that pertains
to Home Health scoring/grouping
|
Oasis_C_RecordUtil_v2_00 |
This Utility converts between the OASIS-C formatted data and the internal
HomeHealtRecord_C_IF data formats.
|
Oasis_C_RecordUtil_v2_00a |
This class reads OASIS records that were originally OASIS C 2.00 at 1449 characters
but incorrectly converted to extend C at 3256 character, but did not change the
version number, so the version number is "02.00" or "2.00"
|
Oasis_C_RecordUtil_v2_10 |
This Utility converts between the OASIS-C formatted data and the internal
HomeHealtRecord_C_IF data formats.
|
Oasis_C1_Record_2_11 |
OASIS-C1 Record
|
Oasis_C1_Record_2_12 |
OASIS-C1 2.12 Record
This is the same as the OASIS C1 2.11, except for the name of the optional
diagnosis codes have changed from PMT_...
|
Oasis_C1_RecordUtil_v2_11 |
Converts a flat file record to Oasis_C1_Record
|
Oasis_C1_RecordUtil_v2_12 |
Converts data to/from OASIS C1 2.12 flat file format
|
Oasis_C2_Record_2_20 |
OASIS-C2 2.20 Record
This is the same as the OASIS C1 2.12, except for the name of the
PRESSURE ULCER fields
|
Oasis_C2_RecordUtil_v2_20 |
Converts data to/from OASIS C1 2.12 flat file format
|
Oasis_C2_RecordUtil_v2_21 |
Converts data to/from OASIS C1 2.12 flat file format
|
OasisReaderFactory |
This class determines the OASIS record type and provides the appropriate
converter for the string record.
|
OasisXMLConverter |
This class parses an XML file building a list of Home Health Record IF
objects for various OASIS xml formats.
|
OasisXmlHandler |
In conjunction with SAX XML parsing, this collects the tags with values and
then creates a record, either C or C1, based on the M0090 and the version
identifier.
|