Uses of Class
ca.uhn.fhir.model.dstu2.resource.FamilyMemberHistory.Condition
-
Packages that use FamilyMemberHistory.Condition Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of FamilyMemberHistory.Condition in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return FamilyMemberHistory.Condition Modifier and Type Method Description FamilyMemberHistory.ConditionFamilyMemberHistory. addCondition()Adds and returns a new value for condition ()FamilyMemberHistory.ConditionFamilyMemberHistory. getConditionFirstRep()Gets the first repetition for condition (), creating it if it does not already exist.FamilyMemberHistory.ConditionFamilyMemberHistory.Condition. setCode(CodeableConceptDt theValue)Sets the value(s) for code ()FamilyMemberHistory.ConditionFamilyMemberHistory.Condition. setNote(AnnotationDt theValue)Sets the value(s) for note ()FamilyMemberHistory.ConditionFamilyMemberHistory.Condition. setOnset(ca.uhn.fhir.model.api.IDatatype theValue)Sets the value(s) for onset[x] ()FamilyMemberHistory.ConditionFamilyMemberHistory.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.Condition Modifier and Type Method Description List<FamilyMemberHistory.Condition>FamilyMemberHistory. getCondition()Gets the value(s) for condition ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type FamilyMemberHistory.Condition Modifier and Type Method Description FamilyMemberHistoryFamilyMemberHistory. 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.Condition Modifier and Type Method Description FamilyMemberHistoryFamilyMemberHistory. setCondition(List<FamilyMemberHistory.Condition> theValue)Sets the value(s) for condition ()
-