Uses of Class
ca.uhn.fhir.model.dstu2.resource.Condition.Evidence
-
Packages that use Condition.Evidence Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Condition.Evidence in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Condition.Evidence Modifier and Type Method Description Condition.EvidenceCondition. addEvidence()Adds and returns a new value for evidence ()Condition.EvidenceCondition. getEvidenceFirstRep()Gets the first repetition for evidence (), creating it if it does not already exist.Condition.EvidenceCondition.Evidence. setCode(CodeableConceptDt theValue)Sets the value(s) for code ()Condition.EvidenceCondition.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.Evidence Modifier and Type Method Description List<Condition.Evidence>Condition. getEvidence()Gets the value(s) for evidence ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Condition.Evidence Modifier and Type Method Description ConditionCondition. 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.Evidence Modifier and Type Method Description ConditionCondition. setEvidence(List<Condition.Evidence> theValue)Sets the value(s) for evidence ()
-