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.UniqueIdNamingSystem.UniqueId.Builder. build()Build theNamingSystem.UniqueIdMethods in com.ibm.fhir.model.resource that return types with arguments of type NamingSystem.UniqueId Modifier and Type Method Description java.util.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.BuilderNamingSystem.UniqueId.Builder. from(NamingSystem.UniqueId uniqueId)NamingSystem.BuilderNamingSystem.Builder. uniqueId(NamingSystem.UniqueId... uniqueId)Indicates how the system may be identified when referenced in electronic exchange.protected voidNamingSystem.UniqueId.Builder. validate(NamingSystem.UniqueId uniqueId)Method parameters in com.ibm.fhir.model.resource with type arguments of type NamingSystem.UniqueId Modifier and Type Method Description NamingSystem.BuilderNamingSystem.Builder. uniqueId(java.util.Collection<NamingSystem.UniqueId> uniqueId)Indicates how the system may be identified when referenced in electronic exchange.
-