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.UniqueIdNamingSystem.UniqueId.Builder. build()Build theNamingSystem.UniqueIdMethods 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.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 org.linuxforhealth.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. 
 -