Uses of Class
org.hl7.fhir.r5.model.NamingSystem
-
Packages that use NamingSystem Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model org.hl7.fhir.r5.renderers -
-
Uses of NamingSystem in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type NamingSystem Modifier and Type Method Description protected voidJsonParser. composeNamingSystem(String name, NamingSystem element)protected voidRdfParser. composeNamingSystem(org.hl7.fhir.utilities.turtle.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. composeNamingSystemProperties(NamingSystem element)protected booleanXmlParser. parseNamingSystemContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, NamingSystem res)protected voidJsonParser. parseNamingSystemProperties(com.google.gson.JsonObject json, NamingSystem res) -
Uses of NamingSystem in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type NamingSystem Modifier and Type Method Description voidNamingSystem. copyValues(NamingSystem dst) -
Uses of NamingSystem in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type NamingSystem Modifier and Type Method Description voidNamingSystemRenderer. describe(org.hl7.fhir.utilities.xhtml.XhtmlNode x, NamingSystem ns)StringNamingSystemRenderer. display(NamingSystem ns)booleanNamingSystemRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, NamingSystem ns)
-