Uses of Class
com.ibm.fhir.model.resource.RiskAssessment.Prediction
-
Packages that use RiskAssessment.Prediction Package Description com.ibm.fhir.model.resource -
-
Uses of RiskAssessment.Prediction in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return RiskAssessment.Prediction Modifier and Type Method Description RiskAssessment.PredictionRiskAssessment.Prediction.Builder. build()Build theRiskAssessment.PredictionMethods in com.ibm.fhir.model.resource that return types with arguments of type RiskAssessment.Prediction Modifier and Type Method Description java.util.List<RiskAssessment.Prediction>RiskAssessment. getPrediction()Describes the expected outcome for the subject.Methods in com.ibm.fhir.model.resource with parameters of type RiskAssessment.Prediction Modifier and Type Method Description protected RiskAssessment.Prediction.BuilderRiskAssessment.Prediction.Builder. from(RiskAssessment.Prediction prediction)RiskAssessment.BuilderRiskAssessment.Builder. prediction(RiskAssessment.Prediction... prediction)Describes the expected outcome for the subject.protected voidRiskAssessment.Prediction.Builder. validate(RiskAssessment.Prediction prediction)Method parameters in com.ibm.fhir.model.resource with type arguments of type RiskAssessment.Prediction Modifier and Type Method Description RiskAssessment.BuilderRiskAssessment.Builder. prediction(java.util.Collection<RiskAssessment.Prediction> prediction)Describes the expected outcome for the subject.
-