Uses of Class
org.hl7.fhir.r4.model.RiskAssessment
-
Packages that use RiskAssessment Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of RiskAssessment in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return RiskAssessment Modifier and Type Method Description protected RiskAssessmentJsonParser. parseRiskAssessment(com.google.gson.JsonObject json)protected RiskAssessmentXmlParser. parseRiskAssessment(org.xmlpull.v1.XmlPullParser xpp) -
Uses of RiskAssessment in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type RiskAssessment Modifier and Type Field Description protected List<RiskAssessment>ClinicalImpression. prognosisReferenceTargetThe actual objects that are the target of the reference (RiskAssessment expressing likely outcome.)Methods in org.hl7.fhir.r4.model that return types with arguments of type RiskAssessment Modifier and Type Method Description List<RiskAssessment>ClinicalImpression. getPrognosisReferenceTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type RiskAssessment Modifier and Type Method Description voidRiskAssessment. copyValues(RiskAssessment dst)
-