Skip to content

Commit

Permalink
Docs: Update SortCommand description in DG
Browse files Browse the repository at this point in the history
This prevent repetition from UG.
  • Loading branch information
ZhiWei1010 committed Apr 15, 2024
1 parent 8f3f960 commit 20b8b6e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -899,8 +899,6 @@ The `SortCommand` class is responsible for sorting the patients by the specified
* `SortCommand` will update the patient list with the sorted patient list and the display the sorted patient list.
* If no attribute is specified, the default sorting method is by patient name.
* SortCommand only can sort by patient's name or patient's preferred name.
* Sort attribute `n` is used to sort patients by patients' name.
* Sort attribute `p` is used to sort patients by patients' preferred name.
* If multiple patients have the same name, the original order (with respect to the affected patients only) will be
preserved for the affected patients.

Expand Down

0 comments on commit 20b8b6e

Please sign in to comment.