Uses of Class
org.hl7.fhir.r5.model.Evidence.EvidenceStatisticModelCharacteristicComponent
-
Packages that use Evidence.EvidenceStatisticModelCharacteristicComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Evidence.EvidenceStatisticModelCharacteristicComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Evidence.EvidenceStatisticModelCharacteristicComponent Modifier and Type Method Description protected Evidence.EvidenceStatisticModelCharacteristicComponentJsonParser. parseEvidenceStatisticModelCharacteristicComponent(com.google.gson.JsonObject json)protected Evidence.EvidenceStatisticModelCharacteristicComponentXmlParser. parseEvidenceStatisticModelCharacteristicComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Evidence.EvidenceStatisticModelCharacteristicComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Evidence.EvidenceStatisticModelCharacteristicComponent Modifier and Type Field Description protected List<Evidence.EvidenceStatisticModelCharacteristicComponent>Evidence.EvidenceStatisticComponent. modelCharacteristicA component of the method to generate the statistic.Methods in org.hl7.fhir.r5.model that return types with arguments of type Evidence.EvidenceStatisticModelCharacteristicComponent Modifier and Type Method Description List<Evidence.EvidenceStatisticModelCharacteristicComponent>Evidence.EvidenceStatisticComponent. getModelCharacteristic()Methods in org.hl7.fhir.r5.model with parameters of type Evidence.EvidenceStatisticModelCharacteristicComponent Modifier and Type Method Description Evidence.EvidenceStatisticComponentEvidence.EvidenceStatisticComponent. addModelCharacteristic(Evidence.EvidenceStatisticModelCharacteristicComponent t)voidEvidence.EvidenceStatisticModelCharacteristicComponent. copyValues(Evidence.EvidenceStatisticModelCharacteristicComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type Evidence.EvidenceStatisticModelCharacteristicComponent Modifier and Type Method Description Evidence.EvidenceStatisticComponentEvidence.EvidenceStatisticComponent. setModelCharacteristic(List<Evidence.EvidenceStatisticModelCharacteristicComponent> theModelCharacteristic)
-