Skip to content

Commit

Permalink
Adding description for PatientBundleBatchSize
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcilvenna committed Dec 27, 2024
1 parent cf6ddc8 commit 4c6593e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/service_specs/submission.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ See [Submission Functionality](../functionality/submission_folder.md) for more i

### Additional Settings

| Name | Value | Description | Secret? |
|-----------------------------------------------------|-----------|---------------------------------------------------------------------------------------------------------------|---------|
| Name | Value | Description | Secret? |
|-----------------------------------------------------|-----------|--------------------------------------------------------------------------------------------------------------|---------|
| SubmissionServiceConfig__SubmissionDirectory | \<string> | The location of where to store submission files until they are ready to be submitted. i.e. `/data/Submission` | No |
| SubmissionServiceConfig__PatientBundleBatchSize | 1 | | No |
| SubmissionServiceConfig__MeasureNames__0__Url | \<string> | URL of measure | No |
| SubmissionServiceConfig__MeasureNames__0__MeasureId | \<string> | ID of measure | No |
| SubmissionServiceConfig__MeasureNames__0__ShortName | \<string> | Short name of the measure (used in building submission file name) | No |
| SubmissionServiceConfig__PatientBundleBatchSize | 1 | The number of patients to process during submission in parallel (as seperate threads) | No |
| SubmissionServiceConfig__MeasureNames__0__Url | \<string> | URL of measure | No |
| SubmissionServiceConfig__MeasureNames__0__MeasureId | \<string> | ID of measure | No |
| SubmissionServiceConfig__MeasureNames__0__ShortName | \<string> | Short name of the measure (used in building submission file name) | No |

## Kafka Events/Topics

Expand Down

0 comments on commit 4c6593e

Please sign in to comment.