
Uses of Class
ca.uhn.fhir.model.dstu2.resource.NamingSystem.UniqueId
Packages that use NamingSystem.UniqueId
-
Uses of NamingSystem.UniqueId in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return NamingSystem.UniqueIdModifier and TypeMethodDescriptionNamingSystem.addUniqueId()
Adds and returns a new value for uniqueId ()NamingSystem.getUniqueIdFirstRep()
Gets the first repetition for uniqueId (), creating it if it does not already exist.Sets the value(s) for period ()NamingSystem.UniqueId.setPreferred
(boolean theBoolean) Sets the value for preferred ()NamingSystem.UniqueId.setPreferred
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for preferred ()NamingSystem.UniqueId.setType
(NamingSystemIdentifierTypeEnum theValue) Sets the value(s) for type ()NamingSystem.UniqueId.setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<NamingSystemIdentifierTypeEnum> theValue) Sets the value(s) for type ()NamingSystem.UniqueId.setValue
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for value (id)Sets the value for value (id)Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type NamingSystem.UniqueIdMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type NamingSystem.UniqueIdModifier and TypeMethodDescriptionNamingSystem.addUniqueId
(NamingSystem.UniqueId theValue) Adds a given new value for uniqueId ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type NamingSystem.UniqueIdModifier and TypeMethodDescriptionNamingSystem.setUniqueId
(List<NamingSystem.UniqueId> theValue) Sets the value(s) for uniqueId ()