-
Notifications
You must be signed in to change notification settings - Fork 2
Sarah/add location metadata #121
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
Conversation
PR checklistDefault guide for a PR (if multiple PRs for the work, only keep one version of it and link to it on the other PRs)
|
| this.rptGrpNine = rptGrpNine; | ||
| this.isWardOrFlowArea = isWardOrFlowArea; | ||
| this.isCoreInpatientArea = isCoreInpatientArea; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can any of these change over time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checking with Zella
emap-star/emap-star/src/main/java/uk/ac/ucl/rits/inform/informdb/movement/DepartmentState.java
Show resolved
Hide resolved
Adds site location information to the Department table to allow for easier querying of locations. Renames rptGrpNine to departmentType. Populates the site location based on sending facility in HL7 messages.
No description provided.