Uses of Class
org.hl7.fhir.r4.model.Age
-
Packages that use Age Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Age in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Age Modifier and Type Method Description protected AgeJsonParser. parseAge(com.google.gson.JsonObject json)protected AgeXmlParser. parseAge(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type Age Modifier and Type Method Description protected voidJsonParser. composeAge(String name, Age element)protected voidRdfParser. composeAge(Turtle.Complex parent, String parentType, String name, Age element, int index)protected voidXmlParser. composeAge(String name, Age element)protected voidXmlParser. composeAgeElements(Age element)protected voidJsonParser. composeAgeInner(Age element)protected booleanXmlParser. parseAgeContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Age res)protected voidJsonParser. parseAgeProperties(com.google.gson.JsonObject json, Age res) -
Uses of Age in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model that return Age Modifier and Type Method Description AgeAge. copy()AgeCondition. getAbatementAge()AgeFamilyMemberHistory. getAgeAge()AgeFamilyMemberHistory. getDeceasedAge()AgeAllergyIntolerance. getOnsetAge()AgeCondition. getOnsetAge()AgeFamilyMemberHistory.FamilyMemberHistoryConditionComponent. getOnsetAge()AgeProcedure. getPerformedAge()AgeActivityDefinition. getTimingAge()AgePlanDefinition.PlanDefinitionActionComponent. getTimingAge()AgeRequestGroup.RequestGroupActionComponent. getTimingAge()protected AgeAge. typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Age Modifier and Type Method Description voidAge. copyValues(Age dst)
-