Uses of Class
org.hl7.fhir.r4.model.NamingSystem
-
Packages that use NamingSystem Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of NamingSystem in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return NamingSystem Modifier and Type Method Description protected NamingSystemJsonParser. parseNamingSystem(com.google.gson.JsonObject json)protected NamingSystemXmlParser. parseNamingSystem(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r4.formats with parameters of type NamingSystem Modifier and Type Method Description protected voidJsonParser. composeNamingSystem(String name, NamingSystem element)protected voidRdfParser. composeNamingSystem(Turtle.Complex parent, String parentType, String name, NamingSystem element, int index)protected voidXmlParser. composeNamingSystem(String name, NamingSystem element)protected voidXmlParser. composeNamingSystemElements(NamingSystem element)protected voidJsonParser. composeNamingSystemInner(NamingSystem element)protected booleanXmlParser. parseNamingSystemContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NamingSystem res)protected NamingSystem.NamingSystemUniqueIdComponentJsonParser. parseNamingSystemNamingSystemUniqueIdComponent(com.google.gson.JsonObject json, NamingSystem owner)protected NamingSystem.NamingSystemUniqueIdComponentXmlParser. parseNamingSystemNamingSystemUniqueIdComponent(org.xmlpull.v1.XmlPullParser xpp, NamingSystem owner)protected booleanXmlParser. parseNamingSystemNamingSystemUniqueIdComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NamingSystem owner, NamingSystem.NamingSystemUniqueIdComponent res)protected voidJsonParser. parseNamingSystemNamingSystemUniqueIdComponentProperties(com.google.gson.JsonObject json, NamingSystem owner, NamingSystem.NamingSystemUniqueIdComponent res)protected voidJsonParser. parseNamingSystemProperties(com.google.gson.JsonObject json, NamingSystem res) -
Uses of NamingSystem in org.hl7.fhir.r4.model
Methods in org.hl7.fhir.r4.model with parameters of type NamingSystem Modifier and Type Method Description voidNamingSystem. copyValues(NamingSystem dst)
-