Uses of Class
org.hl7.fhir.r4b.model.NamingSystem.NamingSystemUniqueIdComponent
-
Packages that use NamingSystem.NamingSystemUniqueIdComponent Package Description org.hl7.fhir.r4b.formats org.hl7.fhir.r4b.model -
-
Uses of NamingSystem.NamingSystemUniqueIdComponent in org.hl7.fhir.r4b.formats
Methods in org.hl7.fhir.r4b.formats that return NamingSystem.NamingSystemUniqueIdComponent Modifier and Type Method Description protected NamingSystem.NamingSystemUniqueIdComponentJsonParser. parseNamingSystemUniqueIdComponent(com.google.gson.JsonObject json)protected NamingSystem.NamingSystemUniqueIdComponentXmlParser. parseNamingSystemUniqueIdComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of NamingSystem.NamingSystemUniqueIdComponent in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.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.r4b.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.r4b.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.r4b.model with type arguments of type NamingSystem.NamingSystemUniqueIdComponent Modifier and Type Method Description NamingSystemNamingSystem. setUniqueId(List<NamingSystem.NamingSystemUniqueIdComponent> theUniqueId)Constructors in org.hl7.fhir.r4b.model with parameters of type NamingSystem.NamingSystemUniqueIdComponent Constructor Description NamingSystem(String name, Enumerations.PublicationStatus status, NamingSystem.NamingSystemType kind, Date date, NamingSystem.NamingSystemUniqueIdComponent uniqueId)Constructor
-