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
|
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.
|