Uses of Class
ca.uhn.fhir.model.dstu2.resource.FamilyMemberHistory.Condition
-
Uses of FamilyMemberHistory.Condition in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionFamilyMemberHistory.getCondition()
Gets the value(s) for condition ().Modifier and TypeMethodDescriptionFamilyMemberHistory.addCondition
(FamilyMemberHistory.Condition theValue) Adds a given new value for condition ()Modifier and TypeMethodDescriptionFamilyMemberHistory.setCondition
(List<FamilyMemberHistory.Condition> theValue) Sets the value(s) for condition ()