Uses of Class
org.hl7.fhir.dstu2.model.NamingSystem
-
Packages that use NamingSystem Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of NamingSystem in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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) -
Uses of NamingSystem in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model declared as NamingSystem Modifier and Type Field Description protected NamingSystemNamingSystem. replacedByTargetThe actual object that is the target of the reference (For naming systems that are retired, indicates the naming system that should be used in their place (if any).)Methods in org.hl7.fhir.dstu2.model with parameters of type NamingSystem Modifier and Type Method Description NamingSystemNamingSystem. setReplacedByTarget(NamingSystem value)
-