Guest User

Untitled

a guest
Jun 21st, 2020
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. /**
  2. * @see org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource#getUpdatableProperties()
  3. */
  4. @Override
  5. public DelegatingResourceDescription getUpdatableProperties() {
  6. DelegatingResourceDescription description = super.getUpdatableProperties();
  7. description.addProperty("causeOfDeathNonCoded");
  8. return description;
  9. }
Add Comment
Please, Sign In to add comment