
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Condition.Evidence
Packages that use Condition.Evidence
-
Uses of Condition.Evidence in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Condition.EvidenceModifier and TypeMethodDescriptionCondition.addEvidence()
Adds and returns a new value for evidence ()Condition.getEvidenceFirstRep()
Gets the first repetition for evidence (), creating it if it does not already exist.Condition.Evidence.setCode
(CodeableConceptDt theValue) Sets the value(s) for code ()Condition.Evidence.setDetail
(List<ResourceReferenceDt> theValue) Sets the value(s) for detail ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Condition.EvidenceMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Condition.EvidenceModifier and TypeMethodDescriptionCondition.addEvidence
(Condition.Evidence theValue) Adds a given new value for evidence ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Condition.EvidenceModifier and TypeMethodDescriptionCondition.setEvidence
(List<Condition.Evidence> theValue) Sets the value(s) for evidence ()