Uses of Class
org.hl7.fhir.r4.model.NamingSystem.NamingSystemUniqueIdComponent
-
Packages that use NamingSystem.NamingSystemUniqueIdComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of NamingSystem.NamingSystemUniqueIdComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return NamingSystem.NamingSystemUniqueIdComponent Modifier and Type Method Description protected NamingSystem.NamingSystemUniqueIdComponentJsonParser. parseNamingSystemNamingSystemUniqueIdComponent(com.google.gson.JsonObject json, NamingSystem owner)protected NamingSystem.NamingSystemUniqueIdComponentXmlParser. parseNamingSystemNamingSystemUniqueIdComponent(org.xmlpull.v1.XmlPullParser xpp, NamingSystem owner) -
Uses of NamingSystem.NamingSystemUniqueIdComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type NamingSystem.NamingSystemUniqueIdComponent Modifier and Type Field Description protected List<NamingSystem.NamingSystemUniqueIdComponent>NamingSystem. uniqueIdIndicates how the system may be identified when referenced in electronic exchange.Methods in org.hl7.fhir.r4.model that return types with arguments of type NamingSystem.NamingSystemUniqueIdComponent Modifier and Type Method Description List<NamingSystem.NamingSystemUniqueIdComponent>NamingSystem. getUniqueId()Methods in org.hl7.fhir.r4.model with parameters of type NamingSystem.NamingSystemUniqueIdComponent Modifier and Type Method Description NamingSystemNamingSystem. addUniqueId(NamingSystem.NamingSystemUniqueIdComponent t)voidNamingSystem.NamingSystemUniqueIdComponent. copyValues(NamingSystem.NamingSystemUniqueIdComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type NamingSystem.NamingSystemUniqueIdComponent Modifier and Type Method Description NamingSystemNamingSystem. setUniqueId(List<NamingSystem.NamingSystemUniqueIdComponent> theUniqueId)
-