The format for the commands are: add-prescription APPOINTMENT_INDEX pi/PATIENT_INDEX mn/MEDICATION_NAME..., edit-prescription APPOINTMENT_INDEX pi/PATIENT_INDEX mn/MEDICATION_NAME... and delete-prescription APPOINTMENT_INDEX pi/PATIENT_INDEX.
In my opinion, the pi/patient-index does not seem to be necessary since the users should perform this command after doing list-appointments patient-index, then it does not add more value to probably add/edit/delete another patient's prescriptions here.
The format for the commands are:
add-prescription APPOINTMENT_INDEX pi/PATIENT_INDEX mn/MEDICATION_NAME...
,edit-prescription APPOINTMENT_INDEX pi/PATIENT_INDEX mn/MEDICATION_NAME...
anddelete-prescription APPOINTMENT_INDEX pi/PATIENT_INDEX
. In my opinion, thepi/patient-index
does not seem to be necessary since the users should perform this command after doinglist-appointments patient-index
, then it does not add more value to probably add/edit/delete another patient's prescriptions here.