Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: Fix removal of '-' from patientId
The use of std::remove was not correctly implemented. After removing '-' from the string and shuffling items forward into the space, the remaining items in the string need to be explicitly erased.
- Loading branch information