Uses of Class
ca.uhn.fhir.model.dstu2.resource.RiskAssessment.Prediction
-
Uses of RiskAssessment.Prediction in ca.uhn.fhir.model.dstu2.resource
Modifier 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] ()Modifier and TypeMethodDescriptionRiskAssessment.getPrediction()
Gets the value(s) for prediction ().Modifier and TypeMethodDescriptionRiskAssessment.addPrediction
(RiskAssessment.Prediction theValue) Adds a given new value for prediction ()Modifier and TypeMethodDescriptionRiskAssessment.setPrediction
(List<RiskAssessment.Prediction> theValue) Sets the value(s) for prediction ()