Uses of Class
ca.uhn.fhir.model.dstu2.resource.Medication.PackageContent
-
Packages that use Medication.PackageContent Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Medication.PackageContent in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Medication.PackageContent Modifier and Type Method Description Medication.PackageContentMedication.Package. addContent()Adds and returns a new value for content ()Medication.PackageContentMedication.Package. getContentFirstRep()Gets the first repetition for content (), creating it if it does not already exist.Medication.PackageContentMedication.PackageContent. setAmount(SimpleQuantityDt theValue)Sets the value(s) for amount ()Medication.PackageContentMedication.PackageContent. setItem(ResourceReferenceDt theValue)Sets the value(s) for item ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Medication.PackageContent Modifier and Type Method Description List<Medication.PackageContent>Medication.Package. getContent()Gets the value(s) for content ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Medication.PackageContent Modifier and Type Method Description Medication.PackageMedication.Package. addContent(Medication.PackageContent theValue)Adds a given new value for content ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Medication.PackageContent Modifier and Type Method Description Medication.PackageMedication.Package. setContent(List<Medication.PackageContent> theValue)Sets the value(s) for content ()
-