Uses of Interface
com.mmm.cms.homehealth.proto.HomeHealthRecord_C_IF

Packages that use HomeHealthRecord_C_IF
com.mmm.cms.homehealth.io   
com.mmm.cms.homehealth.test   
com.mmm.cms.homehealth.v3110_1   
com.mmm.cms.homehealth.v3210   
 

Uses of HomeHealthRecord_C_IF in com.mmm.cms.homehealth.io
 

Classes in com.mmm.cms.homehealth.io that implement HomeHealthRecord_C_IF
 class Oasis_C_Record
          This class holds the information from an OASIS-C record that pertains to Home Health scoring/grouping
 

Methods in com.mmm.cms.homehealth.io with parameters of type HomeHealthRecord_C_IF
 java.lang.StringBuilder Oasis_C_RecordUtil.convertFromHomeHealthRecDelimeted(HomeHealthRecord_C_IF homeHealthRecord, java.lang.String delimiter)
           
 

Uses of HomeHealthRecord_C_IF in com.mmm.cms.homehealth.test
 

Methods in com.mmm.cms.homehealth.test that return types with arguments of type HomeHealthRecord_C_IF
 java.util.List<HomeHealthRecord_C_IF> OasisRecord_C_ReadWriteTest.readConvertTest(java.io.File input)
           
 

Method parameters in com.mmm.cms.homehealth.test with type arguments of type HomeHealthRecord_C_IF
 void OasisRecord_C_ReadWriteTest.writeTest(java.util.List<HomeHealthRecord_C_IF> oasisRecords, java.io.File output)
           
 void OasisRecord_C_ReadWriteTest.writeTestDelimitted(java.util.List<HomeHealthRecord_C_IF> oasisRecords, java.io.File output, java.lang.String delimiter)
           
 

Uses of HomeHealthRecord_C_IF in com.mmm.cms.homehealth.v3110_1
 

Methods in com.mmm.cms.homehealth.v3110_1 with parameters of type HomeHealthRecord_C_IF
protected  HomeHealthRecordIF GrouperVersion_v3110_1.convertToHomeHealthRecord_OasisB(HomeHealthRecord_C_IF record_C)
          This takes a HomeHealthRecord_C_IF object and converts it to a basic HomeHealthRecordIF, mapping any values from the C to the basic where needed.
 

Uses of HomeHealthRecord_C_IF in com.mmm.cms.homehealth.v3210
 

Methods in com.mmm.cms.homehealth.v3210 with parameters of type HomeHealthRecord_C_IF
protected  HomeHealthRecordIF GrouperVersion_v3210.convertToHomeHealthRecord_OasisB(HomeHealthRecord_C_IF record_C)
          This takes a HomeHealthRecord_C_IF object and converts it to a basic HomeHealthRecordIF, mapping any values from the C to the basic where needed.