Skip to content

Commit

Permalink
format tables
Browse files Browse the repository at this point in the history
  • Loading branch information
ohr committed Dec 14, 2024
1 parent 295053f commit 8bf6789
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions _pages/ihe/atna.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ ATNA auditing functionality is fully integrated into the corresponding IPF IHE c
that bundles all relevant details around ATNA auditing (e.g. whether auditing is enabled, where the Audit Repository
is located, which wire protocol is to be used, etc.)

| Parameter name | Values | Behavior | Default | Example |
|:---------------|:---------------------------|:----------------------------------------------|:---------|:--------------------------------|
| `auditContext` | `AuditContext` reference | uses the referenced AuditContext for auditing | n/a | `?auditContext=#myAuditContext` |
| `audit` | `true` or `false` | if true, uses a unique AuditContext bean for auditing | `true` | `?audit=false` |
| Parameter name | Values | Behavior | Default | Example |
|:---------------|:-------------------------|:------------------------------------------------------|:--------|:--------------------------------|
| `auditContext` | `AuditContext` reference | uses the referenced AuditContext for auditing | n/a | `?auditContext=#myAuditContext` |
| `audit` | `true` or `false` | if true, uses a unique AuditContext bean for auditing | `true` | `?audit=false` |

You can have as many `AuditContext` beans as you wish (for auditing being turned on/off, using different queue implementations, etc.).
In this case, you _must_ use the `auditContext` parameter.
Expand Down
16 changes: 8 additions & 8 deletions _pages/ihe/fhir/fhirDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ Here is an example:

The following servlet init parameters are supported:

| Parameter name | Type | Default value | Short description |
|:---------------------|:----------------|:--------------|:-------------------------------------------------------------------------------------|
| `fhirVersion` | FhirVersionEnum | - | which FHIR version to be used: STU3 or R4 |
| `logging` | Boolean | false | writes incoming requests into the log |
| Parameter name | Type | Default value | Short description |
|:---------------------|:----------------|:--------------|:---------------------------------------------------------------------|
| `fhirVersion` | FhirVersionEnum | - | which FHIR version to be used: STU3 or R4 |
| `logging` | Boolean | false | writes incoming requests into the log |
| `highlight` | Boolean | false | whether responses to requests from browsers are (syntax-)highlighted |
| `pretty` | Boolean | false | whether responses are indented |
| `pagingProviderSize` | Integer | 50 | amount of [paging requests] being maintained concurrently |
| `defaultPageSize` | Integer | 20 | default page size of returned resources |
| `maximumPageSize` | Integer | 100 | maximum page size of returned resources |
| `pretty` | Boolean | false | whether responses are indented |
| `pagingProviderSize` | Integer | 50 | amount of [paging requests] being maintained concurrently |
| `defaultPageSize` | Integer | 20 | default page size of returned resources |
| `maximumPageSize` | Integer | 100 | maximum page size of returned resources |


A special case is the [ITI-68] transaction. This is not a FHIR
Expand Down

0 comments on commit 8bf6789

Please sign in to comment.