Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**
- * @see org.openmrs.module.webservices.rest.web.resource.impl.BaseDelegatingResource#getUpdatableProperties()
- */
- @Override
- public DelegatingResourceDescription getUpdatableProperties() {
- DelegatingResourceDescription description = super.getUpdatableProperties();
- description.addProperty("causeOfDeathNonCoded");
- return description;
- }
Add Comment
Please, Sign In to add comment