
Uses of Class
ca.uhn.fhir.model.dstu2.resource.ImmunizationRecommendation.Recommendation
Packages that use ImmunizationRecommendation.Recommendation
-
Uses of ImmunizationRecommendation.Recommendation in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return ImmunizationRecommendation.RecommendationModifier and TypeMethodDescriptionImmunizationRecommendation.Recommendation.addDateCriterion(ImmunizationRecommendation.RecommendationDateCriterion theValue) Adds a given new value for dateCriterion ()ImmunizationRecommendation.addRecommendation()Adds and returns a new value for recommendation ()ImmunizationRecommendation.getRecommendationFirstRep()Gets the first repetition for recommendation (), creating it if it does not already exist.ImmunizationRecommendation.Recommendation.setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for date ()ImmunizationRecommendation.Recommendation.setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for date ()ImmunizationRecommendation.Recommendation.setDateCriterion(List<ImmunizationRecommendation.RecommendationDateCriterion> theValue) Sets the value(s) for dateCriterion ()ImmunizationRecommendation.Recommendation.setDateWithSecondsPrecision(Date theDate) Sets the value for date ()ImmunizationRecommendation.Recommendation.setDoseNumber(int theInteger) Sets the value for doseNumber ()ImmunizationRecommendation.Recommendation.setDoseNumber(ca.uhn.fhir.model.primitive.PositiveIntDt theValue) Sets the value(s) for doseNumber ()ImmunizationRecommendation.Recommendation.setForecastStatus(CodeableConceptDt theValue) Sets the value(s) for forecastStatus ()ImmunizationRecommendation.Recommendation.setProtocol(ImmunizationRecommendation.RecommendationProtocol theValue) Sets the value(s) for protocol ()ImmunizationRecommendation.Recommendation.setSupportingImmunization(List<ResourceReferenceDt> theValue) Sets the value(s) for supportingImmunization ()ImmunizationRecommendation.Recommendation.setSupportingPatientInformation(List<ResourceReferenceDt> theValue) Sets the value(s) for supportingPatientInformation ()ImmunizationRecommendation.Recommendation.setVaccineCode(CodeableConceptDt theValue) Sets the value(s) for vaccineCode ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type ImmunizationRecommendation.RecommendationModifier and TypeMethodDescriptionImmunizationRecommendation.getRecommendation()Gets the value(s) for recommendation ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type ImmunizationRecommendation.RecommendationModifier and TypeMethodDescriptionImmunizationRecommendation.addRecommendation(ImmunizationRecommendation.Recommendation theValue) Adds a given new value for recommendation ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type ImmunizationRecommendation.RecommendationModifier and TypeMethodDescriptionImmunizationRecommendation.setRecommendation(List<ImmunizationRecommendation.Recommendation> theValue) Sets the value(s) for recommendation ()