Uses of Class
org.hl7.fhir.r4.model.EvidenceVariable
-
Packages that use EvidenceVariable Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of EvidenceVariable in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return EvidenceVariable Modifier and Type Method Description protected EvidenceVariableJsonParser. parseEvidenceVariable(com.google.gson.JsonObject json)protected EvidenceVariableXmlParser. parseEvidenceVariable(org.xmlpull.v1.XmlPullParser xpp) -
Uses of EvidenceVariable in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model declared as EvidenceVariable Modifier and Type Field Description protected EvidenceVariableEffectEvidenceSynthesis. exposureAlternativeTargetThe actual object that is the target of the reference (A reference to a EvidenceVariable resource that defines the comparison exposure for the research.)protected EvidenceVariableEvidence. exposureBackgroundTargetThe actual object that is the target of the reference (A reference to a EvidenceVariable resource that defines the population for the research.)protected EvidenceVariableEffectEvidenceSynthesis. exposureTargetThe actual object that is the target of the reference (A reference to a EvidenceVariable resource that defines the exposure for the research.)protected EvidenceVariableRiskEvidenceSynthesis. exposureTargetThe actual object that is the target of the reference (A reference to a EvidenceVariable resource that defines the exposure for the research.)protected EvidenceVariableEffectEvidenceSynthesis. outcomeTargetThe actual object that is the target of the reference (A reference to a EvidenceVariable resomece that defines the outcome for the research.)protected EvidenceVariableRiskEvidenceSynthesis. outcomeTargetThe actual object that is the target of the reference (A reference to a EvidenceVariable resomece that defines the outcome for the research.)protected EvidenceVariableEffectEvidenceSynthesis. populationTargetThe actual object that is the target of the reference (A reference to a EvidenceVariable resource that defines the population for the research.)protected EvidenceVariableRiskEvidenceSynthesis. populationTargetThe actual object that is the target of the reference (A reference to a EvidenceVariable resource that defines the population for the research.)Fields in org.hl7.fhir.r4.model with type parameters of type EvidenceVariable Modifier and Type Field Description protected List<EvidenceVariable>Evidence. exposureVariantTargetThe actual objects that are the target of the reference (A reference to a EvidenceVariable resource that defines the exposure for the research.)protected List<EvidenceVariable>Evidence. outcomeTargetThe actual objects that are the target of the reference (A reference to a EvidenceVariable resomece that defines the outcome for the research.)Methods in org.hl7.fhir.r4.model that return types with arguments of type EvidenceVariable Modifier and Type Method Description List<EvidenceVariable>Evidence. getExposureVariantTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadList<EvidenceVariable>Evidence. getOutcomeTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type EvidenceVariable Modifier and Type Method Description voidEvidenceVariable. copyValues(EvidenceVariable dst)EffectEvidenceSynthesisEffectEvidenceSynthesis. setExposureAlternativeTarget(EvidenceVariable value)EvidenceEvidence. setExposureBackgroundTarget(EvidenceVariable value)EffectEvidenceSynthesisEffectEvidenceSynthesis. setExposureTarget(EvidenceVariable value)RiskEvidenceSynthesisRiskEvidenceSynthesis. setExposureTarget(EvidenceVariable value)EffectEvidenceSynthesisEffectEvidenceSynthesis. setOutcomeTarget(EvidenceVariable value)RiskEvidenceSynthesisRiskEvidenceSynthesis. setOutcomeTarget(EvidenceVariable value)EffectEvidenceSynthesisEffectEvidenceSynthesis. setPopulationTarget(EvidenceVariable value)RiskEvidenceSynthesisRiskEvidenceSynthesis. setPopulationTarget(EvidenceVariable value)
-