-
Notifications
You must be signed in to change notification settings - Fork 2
Add hospital service to pending transfers #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 19 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
304dff4
Add hospital service to interchange message
stefpiatek 89d7ecf
Add tests for pending transfer hospital service
stefpiatek 0ab54d7
Add test for hospital service being saved
stefpiatek 8d45d51
Adds a setHospitalService to the Adt message factory and HL7 tests pa…
thompson318 7c90834
fix checkstyle errors
skeating 7ee5ffb
Merge remote-tracking branch 'origin/feature/pending-hospital-service…
skeating a63adf6
Merge branch 'develop' into feature/pending-hospital-service
skeating a1cf56f
testPendingCreatesPlannedMovement passes
thompson318 39e49cb
Fix parser style
thompson318 ac95bf3
Fix javadocstyle
thompson318 7527c93
Removed unused import
thompson318 cf0d7a3
Put setter back in pending event
thompson318 bcd5c30
Uses correct PV1 field for hospital service
skeating 98ed60d
Removed unneccessary temporary location function
thompson318 5b32208
remove whitespace
thompson318 7b99f43
Merge branch 'develop' into feature/pending-hospital-service
skeating File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,61 @@ | ||
| # Copyright (c) University College London Hospitals NHS Foundation Trust | ||
| # | ||
| # Licensed under the Apache License, Version 2.0 (the "License"); | ||
| # you may not use this file except in compliance with the License. | ||
| # You may obtain a copy of the License at | ||
| # | ||
| # http://www.apache.org/licenses/LICENSE-2.0 | ||
| # | ||
| # Unless required by applicable law or agreed to in writing, software | ||
| # distributed under the License is distributed on an "AS IS" BASIS, | ||
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| # See the License for the specific language governing permissions and | ||
| # limitations under the License. | ||
| name: Story/Task | ||
| description: Create a new story or task | ||
| projects: ["UCLH-DHCT/4"] | ||
| body: | ||
| - type: markdown | ||
| attributes: | ||
| value: | | ||
| Let's add a new task/story to the project | ||
| - type: textarea | ||
| id: definition_of_done | ||
| attributes: | ||
| label: Definition of Done / Acceptance Criteria | ||
| description: What can someone see/do when this task is done. | ||
| placeholder: "- [ ] The export data is available in the xxx format, including age of the patient at the time of imaging..." | ||
| validations: | ||
| required: true | ||
| - type: textarea | ||
| id: testing | ||
| attributes: | ||
| label: Testing | ||
| description: Specific testing considerations for this task to be done | ||
| placeholder: "- [ ] Passed integration testing that uses the correct modality..." | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| id: documentation | ||
| attributes: | ||
| label: Documentation | ||
| description: Documentation to be completed along with this task | ||
| placeholder: "- [ ] Update module README and user guide..." | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| id: dependencies | ||
| attributes: | ||
| label: Dependencies | ||
| description: Enter the github issue number that the requirement is dependent on, in the form `- [ ] #1` to make a checklist | ||
| placeholder: "- [ ] #1" | ||
| validations: | ||
| required: false | ||
| - type: textarea | ||
| id: details | ||
| attributes: | ||
| label: Details and Comments | ||
| description: Other details or comments | ||
| placeholder: The algorithm used is based on... | ||
| validations: | ||
| required: false |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
9 changes: 9 additions & 0 deletions
9
hl7-reader/src/test/resources/Adt/pending/A15_no_hospital_service.txt
This file contains hidden or 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,9 @@ | ||
| MSH|^~\&|EPIC|UCLH|||20220422002300|10018372|ADT^A15|39278859|P|2.4|||AL|NE | ||
| EVN|A15|20220422002300||PNDTRANSFER|10018372^GIANT^PANDA^^^^^^UCLHS^^^^^UCHC|20220422002258 | ||
| PID|1||40800000^^^MRENTR^MEDREC~9999999999^^^NHS^HN||AGBTESTD^Satesta^^^MRS||19800601|F||N|^^London^^T5 1TT||0200 000 0000~07777 000 000||BG|N||123412341234||||||||||||N | ||
| ZPD||Email~MYCH||ACTIVATED|||N||N|||||||||||||||F | ||
| PD1|||GP AT HAND^^E85124~~ | ||
| NTE|1||EP34C Patient|PatComments | ||
| PV1|1|E|ED^COVID MAJORS 16^16-COVID MAJORS^U^R^^^^^^DEPID|Emergency|||1236^BEAR^BLACK^^^^^^PROVID^^^^PROVID||||||||||||123412341234|SELF|||||||||||||||||||||Adm*Conf|1020100166^SDEC BY02^11 SDEC^U^D^^^^^^DEPID||20220421195000||||||123412341234 | ||
| PV2|||||||||||||||||||||n|N||||||||||||||||Walk-in | ||
| OBX|1|TX|AdminCode^ADMINISTRATIVE CATEGORY CODE|1|1|||||||||20220422 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.