-
Notifications
You must be signed in to change notification settings - Fork 85
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
BAH-3869 - Document the date when an appointment was issued to a patient #154
Conversation
ping @angshu |
@angshu - I have updated the PR. Please re-review. |
api/src/main/java/org/openmrs/module/appointments/model/Appointment.java
Show resolved
Hide resolved
api/src/main/java/org/openmrs/module/appointments/model/Appointment.java
Show resolved
Hide resolved
omod/src/main/java/org/openmrs/module/appointments/web/mapper/AppointmentMapper.java
Show resolved
Hide resolved
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.
Thanks @ojwanganto , I made some nit-picky :) suggestions on wording.
api/src/main/java/org/openmrs/module/appointments/model/Appointment.java
Outdated
Show resolved
Hide resolved
api/src/main/java/org/openmrs/module/appointments/model/Appointment.java
Outdated
Show resolved
Hide resolved
api/src/main/java/org/openmrs/module/appointments/model/Appointment.java
Outdated
Show resolved
Hide resolved
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.
Seems fine to me.
Thanks, @mseaton |
@angshu - all comments have now been resolved. Thanks |
https://bahmni.atlassian.net/browse/BAH-3869
Adds dateAppointmentScheduled property to appointment model