Exemplo n.º 1
0
 /// <summary>
 /// Method used to return the drugs currently on the prescription.
 /// </summary>
 /// <returns>The drugs held in the prescription</returns>
 public string getPrescription()
 {
     return(Prescription.ToString());
 }