Uses of Class
ca.uhn.fhir.model.dstu2.resource.Medication.PackageContent
-
Uses of Medication.PackageContent in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionMedication.Package.getContent()
Gets the value(s) for content ().Modifier and TypeMethodDescriptionMedication.Package.addContent
(Medication.PackageContent theValue) Adds a given new value for content ()Modifier and TypeMethodDescriptionMedication.Package.setContent
(List<Medication.PackageContent> theValue) Sets the value(s) for content ()