From 20b8b6e7959e9f82e6c8fa7d40f0b2a1a8d5ee41 Mon Sep 17 00:00:00 2001 From: Zhi Wei Date: Mon, 15 Apr 2024 19:26:09 +0800 Subject: [PATCH] Docs: Update SortCommand description in DG This prevent repetition from UG. --- docs/DeveloperGuide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index bfa9c9f3f9e..0c522df84cb 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -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.