-
Notifications
You must be signed in to change notification settings - Fork 2
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
NIAD-2957: adding different practitioners to immunization #395
Conversation
import java.util.stream.Collectors; | ||
|
||
import io.micrometer.core.instrument.util.StringUtils; |
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.
This is the wrong StringUtils, could you use the one from org.apache.commons.lang3 please
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.
oh, good catch Martin. Will change it to the better apache commons library.
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.
All good, other than StringUtil library
What
Assigning role to a practitioner who records vaccinations.
Why
The roles of practitioners are not recorder in transfers hence it is difficult to identify who recorded a vaccination.
Type of change
Please delete options that are not relevant.
Checklist: