-
Notifications
You must be signed in to change notification settings - Fork 6
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
Conversation
|
||
AsyncResult asyncResult = queryService.runQuery(query); | ||
|
||
Thread.sleep(1000); |
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.
>:|
this.abstractProcessor = abstractProcessor; | ||
ID_BATCH_SIZE = Integer.parseInt(System.getProperty("ID_BATCH_SIZE", "0")); |
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.
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; |
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.
Value annotation
|
||
Thread.sleep(1000); | ||
|
||
System.out.println(asyncResult.getStatus()); |
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.
Add validation
No description provided.