encounter.state SiteSettings API addition #627
Labels
enhancement
new or improvements on existing features
good first issue
small, contained tasks that can be done with minimal onboarding
modernization
Updating the tech stack iteratively
Feature description and context
In support of the React front end, we need APIs for all valid value lists.
encounter.state
is one of them!Note: related to #626, but not dependent.
Feature sign-off requirements
unapproved
(default)approved
unidentifiable
Technical Notes
api/SiteSettings.java
servlet, using the api keyencounterStates
List<String> states = CommonConfiguration.getIndexedPropertyValues("encounterState",context)
sex
being set viaVALUES_SEX = { "unknown", "male", "female" }
as an example.The text was updated successfully, but these errors were encountered: