Uses of Interface
gov.cms.hh.diagnosis.DiagnosisSubchapterIF
Packages that use DiagnosisSubchapterIF
-
Uses of DiagnosisSubchapterIF in gov.cms.hh.diagnosis
Classes in gov.cms.hh.diagnosis that implement DiagnosisSubchapterIFMethods in gov.cms.hh.diagnosis that return DiagnosisSubchapterIFModifier and TypeMethodDescriptionDiagnosis.getDiagnosisSubchapter()DiagnosisIF.getDiagnosisSubchapter()Methods in gov.cms.hh.diagnosis with parameters of type DiagnosisSubchapterIFModifier and TypeMethodDescriptionvoidDiagnosis.setDiagnosisSubchapter(DiagnosisSubchapterIF diagnosisSubchapter) voidDiagnosisIF.setDiagnosisSubchapter(DiagnosisSubchapterIF diagnosisSubchapter) Constructors in gov.cms.hh.diagnosis with parameters of type DiagnosisSubchapterIFModifierConstructorDescriptionDiagnosis(int id, DiagnosisObject diagObj, ClinicalGroupIF clinicalGroup, ComorbidityGroupIF comorbidityGroup, DiagnosisSubchapterIF diagnosisSubchapter) Diagnosis(int id, DiagnosisObject diagObj, ClinicalGroupIF clinicalGroup, ComorbidityGroupIF comorbidityGroup, DiagnosisSubchapterIF diagnosisSubchapter, CodeFirstConditionIF codeFirstCondition) Diagnosis(int id, String value, String description, boolean manifestation, boolean primaryAwarding, boolean ECOI, boolean codeFirst, boolean unacceptablePdx, boolean unspecifiedPdx, String predecessor, ClinicalGroupIF clinicalGroup, ComorbidityGroupIF comorbidityGroup, DiagnosisSubchapterIF diagnosisSubchapter)