-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 #381 from k-joseph/TRUNK-3258
TRUNK-3258
- Loading branch information
Showing
9 changed files
with
58 additions
and
27 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
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
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
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
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
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
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
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
35 changes: 27 additions & 8 deletions
35
api/src/test/resources/org/openmrs/api/include/NoteServiceTest-initial.xml
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,28 +1,47 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<dataset> | ||
<patient patient_id="8" creator="1" date_created="2006-01-18 00:00:00.0" | ||
changed_by="1" date_changed="2008-08-18 12:24:34.0" voided="false" | ||
void_reason="" /> | ||
<notification_note_type | ||
notification_note_type_id="8" name="sample note type" description="" /> | ||
<notification_note note_id="1" text="sample text1" | ||
creator="1" date_created="2013-04-15 16:35:35.0" changed_by="1" | ||
date_changed="2013-05-15 17:00:35.0" is_voided="false" /> | ||
date_changed="2013-05-15 17:00:35.0" is_voided="false" | ||
uuid="559fa1a8-fe06-11e2-8ebb-f23c91aec05e" patient="8" | ||
notification_note_type_id="8" /> | ||
<notification_note note_id="2" text="sample text2" | ||
creator="1" date_created="2013-04-15 16:35:35.0" changed_by="1" | ||
date_changed="2013-05-15 17:00:35.0" is_voided="true" date_voided="2013-07-31 13:47:35.0" | ||
voided_by="1" void_reason="testing" note_type_id="2" name="sample name" /> | ||
voided_by="1" void_reason="testing" uuid="559f9fc8-fe06-11e2-8ebb-f23c91aec05e" | ||
patient="8" notification_note_type_id="8" /> | ||
<notification_note note_id="3" text="sample text3" | ||
creator="1" date_created="2013-04-15 16:35:35.0" changed_by="1" | ||
date_changed="2013-05-15 17:00:35.0" is_voided="true" date_voided="2013-05-15 17:47:35.0" | ||
voided_by="1" void_reason="testing" /> | ||
voided_by="1" void_reason="testing" uuid="559f9de8-fe06-11e2-8ebb-f23c91aec05e" | ||
patient="8" notification_note_type_id="8" /> | ||
<notification_note note_id="4" text="sample text4" | ||
creator="1" date_created="2013-05-14 16:35:35.0" changed_by="1" | ||
date_changed="2013-05-15 17:00:35.0" is_voided="false" /> | ||
date_changed="2013-05-15 17:00:35.0" is_voided="false" | ||
uuid="559f9bfe-fe06-11e2-8ebb-f23c91aec05e" patient="8" | ||
notification_note_type_id="8" /> | ||
<notification_note note_id="5" text="sample text5" | ||
creator="1" date_created="2013-05-14 16:35:35.0" changed_by="1" | ||
date_changed="2013-05-15 17:00:35.0" is_voided="false" /> | ||
date_changed="2013-05-15 17:00:35.0" is_voided="false" | ||
uuid="559f9a00-fe06-11e2-8ebb-f23c91aec05e" patient="8" | ||
notification_note_type_id="8" /> | ||
<notification_note note_id="6" text="sample text6" | ||
creator="1" date_created="2013-05-14 16:35:35.0" changed_by="1" | ||
date_changed="2013-05-15 17:00:35.0" is_voided="false" /> | ||
date_changed="2013-05-15 17:00:35.0" is_voided="false" | ||
uuid="559f973a-fe06-11e2-8ebb-f23c91aec05e" patient="8" | ||
notification_note_type_id="8" /> | ||
<notification_note note_id="7" text="sample text7" | ||
creator="1" date_created="2013-05-14 16:35:35.0" changed_by="1" | ||
date_changed="2013-05-15 17:00:35.0" is_voided="false" /> | ||
date_changed="2013-05-15 17:00:35.0" is_voided="false" | ||
uuid="559f9528-fe06-11e2-8ebb-f23c91aec05e" patient="8" | ||
notification_note_type_id="8" /> | ||
<notification_note note_id="8" is_voided="false" | ||
text="sample text8" creator="1" date_created="2013-07-31 18:47:35.0" /> | ||
text="sample text8" creator="1" date_created="2013-07-31 18:47:35.0" | ||
uuid="559f921c-fe06-11e2-8ebb-f23c91aec05e" patient="8" | ||
notification_note_type_id="8" /> | ||
</dataset> |