Uses of Class
com.ibm.fhir.model.resource.NamingSystem.UniqueId
-
Packages that use NamingSystem.UniqueId Package Description com.ibm.fhir.model.resource -
-
Uses of NamingSystem.UniqueId in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return NamingSystem.UniqueId Modifier and Type Method Description NamingSystem.UniqueId
NamingSystem.UniqueId.Builder. build()
Build theNamingSystem.UniqueId
Methods in com.ibm.fhir.model.resource that return types with arguments of type NamingSystem.UniqueId Modifier and Type Method Description List<NamingSystem.UniqueId>
NamingSystem. getUniqueId()
Indicates how the system may be identified when referenced in electronic exchange.Methods in com.ibm.fhir.model.resource with parameters of type NamingSystem.UniqueId Modifier and Type Method Description protected NamingSystem.UniqueId.Builder
NamingSystem.UniqueId.Builder. from(NamingSystem.UniqueId uniqueId)
NamingSystem.Builder
NamingSystem.Builder. uniqueId(NamingSystem.UniqueId... uniqueId)
Indicates how the system may be identified when referenced in electronic exchange.Method parameters in com.ibm.fhir.model.resource with type arguments of type NamingSystem.UniqueId Modifier and Type Method Description NamingSystem.Builder
NamingSystem.Builder. uniqueId(Collection<NamingSystem.UniqueId> uniqueId)
Indicates how the system may be identified when referenced in electronic exchange.
-