forked from nus-cs2113-AY2425S1/tp
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #348 from yentheng0110/YenTheng-CreateParserClass
Create a Parser class for more OOP
- Loading branch information
Showing
4 changed files
with
226 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Name: John Doe | NRIC: S1234567A | Phone Number: 98765432 | Date_Of_Birth: | Home Address: | Allergy: [] | Sex: | Medical History: [] | Visit: [01-10-2024 15:30, Diagnosis: [], Medications: [], 21-10-2024 15:48, Diagnosis: [], Medications: []]; | ||
Name: Patricia Chan | NRIC: S8907890J | Phone Number: | Date_Of_Birth: | Home Address: | Allergy: [] | Sex: | Medical History: [] | Visit: [21-11-2024 18:00, Diagnosis: [], Medications: []]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Nov 09, 2024 7:14:04 PM bookbob.Main logAndExecute | ||
INFO: Processing help command | ||
Nov 09, 2024 7:14:04 PM bookbob.Main logAndExecute | ||
INFO: Successfully processed help command | ||
Nov 09, 2024 7:16:38 PM bookbob.Main logAndExecute | ||
INFO: Processing list command | ||
Nov 09, 2024 7:16:38 PM bookbob.Main logAndExecute | ||
INFO: Successfully processed list command | ||
Nov 09, 2024 7:16:53 PM bookbob.Main validateParameters | ||
INFO: Missing required parameter: ic/ | ||
Nov 09, 2024 7:17:02 PM bookbob.Main validateParameters | ||
INFO: Missing required parameter: n/ | ||
Nov 09, 2024 7:17:25 PM bookbob.Main logAndExecute | ||
INFO: Processing add command | ||
Nov 09, 2024 7:17:25 PM bookbob.Main logAndExecute | ||
INFO: Successfully processed add command | ||
Nov 09, 2024 7:17:47 PM bookbob.Main logAndExecute | ||
INFO: Processing exit command |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.