Uses of Class
org.hl7.fhir.r5.model.ActivityDefinition
-
Packages that use ActivityDefinition Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model org.hl7.fhir.r5.patterns -
-
Uses of ActivityDefinition in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return ActivityDefinition Modifier and Type Method Description protected ActivityDefinitionJsonParser. parseActivityDefinition(com.google.gson.JsonObject json)protected ActivityDefinitionXmlParser. parseActivityDefinition(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type ActivityDefinition Modifier and Type Method Description protected voidJsonParser. composeActivityDefinition(String name, ActivityDefinition element)protected voidRdfParser. composeActivityDefinition(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, ActivityDefinition element, int index)protected voidXmlParser. composeActivityDefinition(String name, ActivityDefinition element)protected voidXmlParser. composeActivityDefinitionElements(ActivityDefinition element)protected voidJsonParser. composeActivityDefinitionProperties(ActivityDefinition element)protected booleanXmlParser. parseActivityDefinitionContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ActivityDefinition res)protected voidJsonParser. parseActivityDefinitionProperties(com.google.gson.JsonObject json, ActivityDefinition res) -
Uses of ActivityDefinition in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type ActivityDefinition Modifier and Type Method Description voidActivityDefinition. copyValues(ActivityDefinition dst) -
Uses of ActivityDefinition in org.hl7.fhir.r5.patterns
Constructors in org.hl7.fhir.r5.patterns with parameters of type ActivityDefinition Constructor Description ActivityDefinitionDefinitionImpl(ActivityDefinition wrapped)
-