-
Notifications
You must be signed in to change notification settings - Fork 10
OTC-64: RfC 112 Acquring of claims #25
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
Conversation
Added option to fill ClaimActivity with retrived claim, Added date conversion to ClaimAdapter, Added option to restore claim in ClaimReview, Added insurance number to ReviewFragment, Added otion to retrive disease code with name.
|
@dragos-dobre Can you review? |
claimManagement/src/main/java/org/openimis/imisclaims/SQLHandler.java
Outdated
Show resolved
Hide resolved
| private void fillForm(JSONObject obj) | ||
| { | ||
| try { | ||
| String newClaimNumber = "@" + obj.getString("claim_number"); |
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.
The '@' prefix is configured in Web.config in WebApp. We should be able to change easily this prefix. Nepal put 're' as prefix. Please add this in strings.xml and take the value from there.
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.
I replaced it with a resource, so now i can be easily changed.
a059843 to
2ebf31a
Compare
Changes:
-Added option to fill ClaimsActivity with JSON data (for restoring claims)
-Changed how claim restore works (to fit the rfc)
-Added functionality to get disease code with name
-Changed some layouts to fit new funcionality
-Added changes from build variants for compability