
Uses of Class
ca.uhn.fhir.model.dstu2.resource.FamilyMemberHistory.Condition
Packages that use FamilyMemberHistory.Condition
-
Uses of FamilyMemberHistory.Condition in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return FamilyMemberHistory.ConditionModifier and TypeMethodDescriptionFamilyMemberHistory.addCondition()
Adds and returns a new value for condition ()FamilyMemberHistory.getConditionFirstRep()
Gets the first repetition for condition (), creating it if it does not already exist.FamilyMemberHistory.Condition.setCode
(CodeableConceptDt theValue) Sets the value(s) for code ()FamilyMemberHistory.Condition.setNote
(AnnotationDt theValue) Sets the value(s) for note ()FamilyMemberHistory.Condition.setOnset
(ca.uhn.fhir.model.api.IDatatype theValue) Sets the value(s) for onset[x] ()FamilyMemberHistory.Condition.setOutcome
(CodeableConceptDt theValue) Sets the value(s) for outcome ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type FamilyMemberHistory.ConditionModifier and TypeMethodDescriptionFamilyMemberHistory.getCondition()
Gets the value(s) for condition ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type FamilyMemberHistory.ConditionModifier and TypeMethodDescriptionFamilyMemberHistory.addCondition
(FamilyMemberHistory.Condition theValue) Adds a given new value for condition ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type FamilyMemberHistory.ConditionModifier and TypeMethodDescriptionFamilyMemberHistory.setCondition
(List<FamilyMemberHistory.Condition> theValue) Sets the value(s) for condition ()