Details
Description
When charging medication items if the user cancels the New Medication dialog prompting for label instructions etc the application currently removes the act.patientMedication in the patient medical records.
The medication record should always get created independent of the action the user takes on this dialogue.
Not a bug - this is by design.
When you click 'OK' in the 'New Medication' dialog, an act.patientMedication is added and the next charge item with a medication product processed.
When you click 'Cancel', no act.patientMedication is added, and no processing of the other charge items takes place.
For the behaviour you want, it sounds like you want to 'Skip' entering label instructions.