Uses of Class
org.hl7.fhir.r4.model.EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent
Packages that use EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent
-
Uses of EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponentModifier and TypeMethodDescriptionJsonParser.parseEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponent(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner)XmlParser.parseEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponent(org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner)Methods in org.hl7.fhir.r4.formats with parameters of type EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent element)protected voidRdfParser.composeEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponent(Turtle.Complex parent, String parentType, String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent element, int index)protected voidXmlParser.composeEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent element)protected voidXmlParser.composeEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponentElements(EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent element)protected voidJsonParser.composeEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponentInner(EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent element)protected booleanXmlParser.parseEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent res)protected voidJsonParser.parseEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponentProperties(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent res) -
Uses of EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponentModifier and TypeFieldDescriptionEffectEvidenceSynthesis.effectEstimateThe estimated effect of the exposure variant.Methods in org.hl7.fhir.r4.model that return EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponentModifier and TypeMethodDescriptionEffectEvidenceSynthesis.addEffectEstimate()EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.addPrecisionEstimate(EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent t)EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.copy()EffectEvidenceSynthesis.getEffectEstimateFirstRep()EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setDescription(String value)EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setDescriptionElement(StringType value)EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setPrecisionEstimate(List<EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent> thePrecisionEstimate)EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setType(CodeableConcept value)EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setUnitOfMeasure(CodeableConcept value)EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setValue(double value)EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setValue(long value)EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setValue(BigDecimal value)EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setValueElement(DecimalType value)EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.setVariantState(CodeableConcept value)Methods in org.hl7.fhir.r4.model that return types with arguments of type EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponentMethods in org.hl7.fhir.r4.model with parameters of type EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponentModifier and TypeMethodDescriptionEffectEvidenceSynthesis.addEffectEstimate(EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent t)voidEffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent.copyValues(EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponentModifier and TypeMethodDescriptionEffectEvidenceSynthesis.setEffectEstimate(List<EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent> theEffectEstimate)