Uses of Class
ca.uhn.fhir.model.dstu2.resource.NamingSystem.UniqueId
-
Uses of NamingSystem.UniqueId in ca.uhn.fhir.model.dstu2.resource
Modifier 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)Modifier and TypeMethodDescriptionNamingSystem.addUniqueId
(NamingSystem.UniqueId theValue) Adds a given new value for uniqueId ()Modifier and TypeMethodDescriptionNamingSystem.setUniqueId
(List<NamingSystem.UniqueId> theValue) Sets the value(s) for uniqueId ()