Uses of Class
org.linuxforhealth.fhir.model.resource.NamingSystem.UniqueId
-
Packages that use NamingSystem.UniqueId Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of NamingSystem.UniqueId in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return NamingSystem.UniqueId Modifier and Type Method Description NamingSystem.UniqueId
NamingSystem.UniqueId.Builder. build()
Build theNamingSystem.UniqueId
Methods in org.linuxforhealth.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 org.linuxforhealth.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.protected void
NamingSystem.UniqueId.Builder. validate(NamingSystem.UniqueId uniqueId)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type NamingSystem.UniqueId Modifier and Type Method Description NamingSystem.Builder
NamingSystem.Builder. uniqueId(java.util.Collection<NamingSystem.UniqueId> uniqueId)
Indicates how the system may be identified when referenced in electronic exchange.
-