
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Substance.Instance
Packages that use Substance.Instance
-
Uses of Substance.Instance in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Substance.InstanceModifier and TypeMethodDescriptionSubstance.addInstance()
Adds and returns a new value for instance (class)Substance.getInstanceFirstRep()
Gets the first repetition for instance (class), creating it if it does not already exist.Substance.Instance.setExpiry
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for expiry ()Substance.Instance.setExpiry
(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision) Sets the value for expiry ()Substance.Instance.setExpiryWithSecondsPrecision
(Date theDate) Sets the value for expiry ()Substance.Instance.setIdentifier
(IdentifierDt theValue) Sets the value(s) for identifier ()Substance.Instance.setQuantity
(SimpleQuantityDt theValue) Sets the value(s) for quantity ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Substance.InstanceModifier and TypeMethodDescriptionSubstance.getInstance()
Gets the value(s) for instance (class).Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Substance.InstanceModifier and TypeMethodDescriptionSubstance.addInstance
(Substance.Instance theValue) Adds a given new value for instance (class)Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Substance.InstanceModifier and TypeMethodDescriptionSubstance.setInstance
(List<Substance.Instance> theValue) Sets the value(s) for instance (class)