The physician prescribed metronidazole HCI 500mg every 6 hou…

The physician prescribed metronidazole HCI 500mg every 6 hours x 7 days for patient’s bacterial infection. The available dosage is metronidazole HCI (Flagyl) 250mg capsules. Write out the prescription. A) inscription B) subscription C) signature D) Refills

The physician orders the patient Zofran 4mg IM for nausea an…

The physician orders the patient Zofran 4mg IM for nausea and vomiting STAT. The dose available is Zofran (ondansetron) 2mg/mL.. A) How much would you administer IM to the patient? ______________ B) Where would be the best site for the Zofran? _______________

Change the vector member into a pointer to instead store the…

Change the vector member into a pointer to instead store the data using a dynamic array (keep the same data member name).  Add 2 int data members: (1) to store the size of the array and (2) to store the current position being used.  E.g., first position 0 is used, then position 1.