Uses of Class
ca.uhn.fhir.model.dstu2.resource.Substance.Instance
-
Packages that use Substance.Instance Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Substance.Instance in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Substance.Instance Modifier and Type Method Description Substance.InstanceSubstance. addInstance()Adds and returns a new value for instance (class)Substance.InstanceSubstance. getInstanceFirstRep()Gets the first repetition for instance (class), creating it if it does not already exist.Substance.InstanceSubstance.Instance. setExpiry(ca.uhn.fhir.model.primitive.DateTimeDt theValue)Sets the value(s) for expiry ()Substance.InstanceSubstance.Instance. setExpiry(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)Sets the value for expiry ()Substance.InstanceSubstance.Instance. setExpiryWithSecondsPrecision(Date theDate)Sets the value for expiry ()Substance.InstanceSubstance.Instance. setIdentifier(IdentifierDt theValue)Sets the value(s) for identifier ()Substance.InstanceSubstance.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.Instance Modifier and Type Method Description List<Substance.Instance>Substance. getInstance()Gets the value(s) for instance (class).Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Substance.Instance Modifier and Type Method Description SubstanceSubstance. 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.Instance Modifier and Type Method Description SubstanceSubstance. setInstance(List<Substance.Instance> theValue)Sets the value(s) for instance (class)
-