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

ALS-7581: Implement multiple values per patient in CSV output #122

Merged
merged 7 commits into from
Nov 15, 2024

Conversation

ramari16
Copy link
Contributor

No description provided.

@ramari16 ramari16 added the enhancement New feature or request label Oct 22, 2024

AsyncResult asyncResult = queryService.runQuery(query);

Thread.sleep(1000);
Copy link
Member

@Luke-Sikina Luke-Sikina Oct 23, 2024

Choose a reason for hiding this comment

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

>:|

this.abstractProcessor = abstractProcessor;
ID_BATCH_SIZE = Integer.parseInt(System.getProperty("ID_BATCH_SIZE", "0"));
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Undo this


@Component
public class PfbProcessor implements HpdsProcessor {
public class MultiValueQueryProcessor implements HpdsProcessor {

public static final String PATIENT_ID_FIELD_NAME = "patient_id";
private final int ID_BATCH_SIZE;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Value annotation


Thread.sleep(1000);

System.out.println(asyncResult.getStatus());
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Add validation

@ramari16 ramari16 merged commit 0ecb88d into genomic-v2 Nov 15, 2024
3 checks passed
@ramari16 ramari16 deleted the ALS-7581 branch November 15, 2024 16:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants