Uses of Class
ca.uhn.fhir.model.dstu2.resource.NamingSystem.UniqueId
-
Packages that use NamingSystem.UniqueId Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of NamingSystem.UniqueId in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return NamingSystem.UniqueId Modifier and Type Method Description NamingSystem.UniqueIdNamingSystem. addUniqueId()Adds and returns a new value for uniqueId ()NamingSystem.UniqueIdNamingSystem. getUniqueIdFirstRep()Gets the first repetition for uniqueId (), creating it if it does not already exist.NamingSystem.UniqueIdNamingSystem.UniqueId. setPeriod(PeriodDt theValue)Sets the value(s) for period ()NamingSystem.UniqueIdNamingSystem.UniqueId. setPreferred(boolean theBoolean)Sets the value for preferred ()NamingSystem.UniqueIdNamingSystem.UniqueId. setPreferred(ca.uhn.fhir.model.primitive.BooleanDt theValue)Sets the value(s) for preferred ()NamingSystem.UniqueIdNamingSystem.UniqueId. setType(NamingSystemIdentifierTypeEnum theValue)Sets the value(s) for type ()NamingSystem.UniqueIdNamingSystem.UniqueId. setType(ca.uhn.fhir.model.primitive.BoundCodeDt<NamingSystemIdentifierTypeEnum> theValue)Sets the value(s) for type ()NamingSystem.UniqueIdNamingSystem.UniqueId. setValue(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for value (id)NamingSystem.UniqueIdNamingSystem.UniqueId. setValue(String theString)Sets the value for value (id)Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type NamingSystem.UniqueId Modifier and Type Method Description List<NamingSystem.UniqueId>NamingSystem. getUniqueId()Gets the value(s) for uniqueId ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type NamingSystem.UniqueId Modifier and Type Method Description NamingSystemNamingSystem. 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.UniqueId Modifier and Type Method Description NamingSystemNamingSystem. setUniqueId(List<NamingSystem.UniqueId> theValue)Sets the value(s) for uniqueId ()
-