
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Medication.PackageContent
Packages that use Medication.PackageContent
-
Uses of Medication.PackageContent in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Medication.PackageContentModifier and TypeMethodDescriptionMedication.Package.addContent()Adds and returns a new value for content ()Medication.Package.getContentFirstRep()Gets the first repetition for content (), creating it if it does not already exist.Medication.PackageContent.setAmount(SimpleQuantityDt theValue) Sets the value(s) for amount ()Medication.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.PackageContentModifier and TypeMethodDescriptionMedication.Package.getContent()Gets the value(s) for content ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Medication.PackageContentModifier and TypeMethodDescriptionMedication.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.PackageContentModifier and TypeMethodDescriptionMedication.Package.setContent(List<Medication.PackageContent> theValue) Sets the value(s) for content ()