Skip to content

Conversation

@malinowskikam
Copy link
Contributor

@malinowskikam malinowskikam commented Mar 1, 2021

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

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.
@malinowskikam malinowskikam changed the base branch from master to develop March 1, 2021 08:31
@malinowskikam
Copy link
Contributor Author

@dragos-dobre Can you review?

private void fillForm(JSONObject obj)
{
try {
String newClaimNumber = "@" + obj.getString("claim_number");
Copy link
Member

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.

Copy link
Contributor Author

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.

@dragos-dobre dragos-dobre merged commit a4370f6 into develop Mar 18, 2021
@dragos-dobre dragos-dobre deleted the feature/OTC-64 branch March 18, 2021 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants