
Uses of Class
ca.uhn.fhir.model.dstu2.resource.RiskAssessment.Prediction
Packages that use RiskAssessment.Prediction
-
Uses of RiskAssessment.Prediction in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return RiskAssessment.PredictionModifier and TypeMethodDescriptionRiskAssessment.addPrediction()
Adds and returns a new value for prediction ()RiskAssessment.getPredictionFirstRep()
Gets the first repetition for prediction (), creating it if it does not already exist.RiskAssessment.Prediction.setOutcome
(CodeableConceptDt theValue) Sets the value(s) for outcome ()RiskAssessment.Prediction.setProbability
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for probability[x] ()RiskAssessment.Prediction.setRationale
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for rationale ()RiskAssessment.Prediction.setRationale
(String theString) Sets the value for rationale ()RiskAssessment.Prediction.setRelativeRisk
(double theValue) Sets the value for relativeRisk ()RiskAssessment.Prediction.setRelativeRisk
(long theValue) Sets the value for relativeRisk ()RiskAssessment.Prediction.setRelativeRisk
(ca.uhn.fhir.model.primitive.DecimalDt theValue) Sets the value(s) for relativeRisk ()RiskAssessment.Prediction.setRelativeRisk
(BigDecimal theValue) Sets the value for relativeRisk ()RiskAssessment.Prediction.setWhen
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for when[x] ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type RiskAssessment.PredictionModifier and TypeMethodDescriptionRiskAssessment.getPrediction()
Gets the value(s) for prediction ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type RiskAssessment.PredictionModifier and TypeMethodDescriptionRiskAssessment.addPrediction
(RiskAssessment.Prediction theValue) Adds a given new value for prediction ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type RiskAssessment.PredictionModifier and TypeMethodDescriptionRiskAssessment.setPrediction
(List<RiskAssessment.Prediction> theValue) Sets the value(s) for prediction ()