public interface ForecastResponseInterface
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getEvaluationSchedule()
A human readable description of the evaluation schedule used.
|
java.util.List<ForecastRecommendationInterface> |
getRecommendationList()
A list of recommendations, one for each antigen.
|
java.util.List<ForecastVaccinationInterface> |
getVaccinationList()
List of vaccinations the patient has received.
|
void |
setEvaluationSchedule(java.lang.String evaluationSchedule)
The CDC assigned MVX code for the manufacturer.
|
void |
setRecommendationList(java.util.List<ForecastRecommendationInterface> recommendationList)
A list of recommendations, one for each vaccination.
|
void |
setVaccinationList(java.util.List<ForecastVaccinationInterface> forecastVaccinationList)
List of vaccinations the patient has received.
|
java.lang.String getEvaluationSchedule()
void setEvaluationSchedule(java.lang.String evaluationSchedule)
evaluationSchedule
- java.util.List<ForecastRecommendationInterface> getRecommendationList()
void setRecommendationList(java.util.List<ForecastRecommendationInterface> recommendationList)
recommendationList
- java.util.List<ForecastVaccinationInterface> getVaccinationList()
void setVaccinationList(java.util.List<ForecastVaccinationInterface> forecastVaccinationList)
forecastVaccinationList
- Copyright © 2013 Texas Children's Hospital. All Rights Reserved.