Uses of Class
org.hl7.fhir.r4.model.EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent
-
Packages that use EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent Modifier and Type Method Description protected EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponentJsonParser. parseEffectEvidenceSynthesisEffectEvidenceSynthesisResultsByExposureComponent(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner)protected EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponentXmlParser. parseEffectEvidenceSynthesisEffectEvidenceSynthesisResultsByExposureComponent(org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner) -
Uses of EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent Modifier and Type Field Description protected List<EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent>EffectEvidenceSynthesis. resultsByExposureA description of the results for each exposure considered in the effect estimate.Methods in org.hl7.fhir.r4.model that return types with arguments of type EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent Modifier and Type Method Description List<EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent>EffectEvidenceSynthesis. getResultsByExposure()Methods in org.hl7.fhir.r4.model with parameters of type EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent Modifier and Type Method Description EffectEvidenceSynthesisEffectEvidenceSynthesis. addResultsByExposure(EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent t)voidEffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent. copyValues(EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent Modifier and Type Method Description EffectEvidenceSynthesisEffectEvidenceSynthesis. setResultsByExposure(List<EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent> theResultsByExposure)
-