Uses of Class
org.hl7.fhir.r5.model.EvidenceVariable.EvidenceVariableCharacteristicCombinationComponent
-
Packages that use EvidenceVariable.EvidenceVariableCharacteristicCombinationComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of EvidenceVariable.EvidenceVariableCharacteristicCombinationComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return EvidenceVariable.EvidenceVariableCharacteristicCombinationComponent Modifier and Type Method Description protected EvidenceVariable.EvidenceVariableCharacteristicCombinationComponentJsonParser. parseEvidenceVariableCharacteristicCombinationComponent(com.google.gson.JsonObject json)protected EvidenceVariable.EvidenceVariableCharacteristicCombinationComponentXmlParser. parseEvidenceVariableCharacteristicCombinationComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of EvidenceVariable.EvidenceVariableCharacteristicCombinationComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as EvidenceVariable.EvidenceVariableCharacteristicCombinationComponent Modifier and Type Field Description protected EvidenceVariable.EvidenceVariableCharacteristicCombinationComponentEvidenceVariable. characteristicCombinationUsed to specify how two or more characteristics are combined.Methods in org.hl7.fhir.r5.model with parameters of type EvidenceVariable.EvidenceVariableCharacteristicCombinationComponent Modifier and Type Method Description voidEvidenceVariable.EvidenceVariableCharacteristicCombinationComponent. copyValues(EvidenceVariable.EvidenceVariableCharacteristicCombinationComponent dst)EvidenceVariableEvidenceVariable. setCharacteristicCombination(EvidenceVariable.EvidenceVariableCharacteristicCombinationComponent value)
-