Skip to content
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

Pepper 1040 unable obtain tissue fix #2928

Merged
merged 7 commits into from
Aug 22, 2024

Conversation

ssettipalli
Copy link
Contributor

@ssettipalli ssettipalli commented Aug 21, 2024

PEPPER-1040
set the tissue request : status/value to "UnableToObtain" when the "unable to obtain tissue" checkbox is checked/true

nameValues.add(setAdditionalValue("oD.request",
new Patch(patch.getId(), PARTICIPANT_ID, patch.getParentId(), patch.getUser(), patch.getNameValue(),
patch.getNameValues(), patch.getDdpParticipantId()), "sent"));
patch.getNameValues(), patch.getDdpParticipantId()), OncHistoryDetail.UNABLE_OBTAIN_TISSUE));
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

set the request : status/value when the "unable to obtain tissue" checkbox is checked/true

@@ -11,7 +16,9 @@ public OncHistoryDetailUnableObtainTissueStrategy(GeneratorPayload generatorPayl
@Override
public Map<String, Object> generate() {
if (isUnableToObtain()) {
return Map.of();
Map<String, Object> resultMap = new HashMap<>();
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to update in elastic

Copy link
Contributor

@denniscunningham denniscunningham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment.

@ssettipalli ssettipalli merged commit e92bed3 into develop Aug 22, 2024
8 checks passed
@ssettipalli ssettipalli deleted the PEPPER-1040-unableObtainTissue-fix branch August 22, 2024 12:41
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.

2 participants