* <b>Definition:</b>
* The device used in administering the medication to the patient. E.g. a particular infusion pump
* </p>
*/
public ResourceReferenceDt addDevice() {
ResourceReferenceDt newType = new ResourceReferenceDt();
getDevice().add(newType);
return newType;
}