Skip to:
In validateAdmission() method, apply the following checks:
validateAdmission()
the admission.getDiseaseIn() should be accepted only if within DiseaseBrowserManager.getDiseaseIpdIn()
admission.getDiseaseIn()
DiseaseBrowserManager.getDiseaseIpdIn()
the admission.getDiseaseOut(), getDiseaseOut2() and getDiseaseOut3() should be accepted only if within DiseaseBrowserManager.getDiseaseIpdOut()
admission.getDiseaseOut()
getDiseaseOut2()
getDiseaseOut3()
DiseaseBrowserManager.getDiseaseIpdOut()
Test should also be written and demo data verified to be consistent
In
validateAdmission()
method, apply the following checks:the
admission.getDiseaseIn()
should be accepted only if withinDiseaseBrowserManager.getDiseaseIpdIn()
the
admission.getDiseaseOut()
,getDiseaseOut2()
andgetDiseaseOut3()
should be accepted only if withinDiseaseBrowserManager.getDiseaseIpdOut()
Test should also be written and demo data verified to be consistent