Skip to content

Commit e82281f

Browse files
committed
Adds v2 conformance statement. Updates formatting in v1. Changes TOC.
1 parent b808185 commit e82281f

File tree

4 files changed

+1082
-129
lines changed

4 files changed

+1082
-129
lines changed

articles/healthcare-apis/dicom/api-versioning-dicom-service.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,34 @@ ms.author: mmitrik
1414

1515
This reference guide provides you with an overview of the API version policies for the DICOM service.
1616

17-
All versions of the DICOM APIs will always conform to the DICOMweb™ Standard specifications, but versions may expose different APIs based on the [DICOM Conformance Statement](dicom-services-conformance-statement.md).
18-
1917
## Specifying version of REST API in requests
2018

2119
The version of the REST API must be explicitly specified in the request URL as in the following example:
2220

2321
`<service_url>/v<version>/studies`
2422

2523
> [!NOTE]
26-
> Routes without a version are no longer supported.
24+
> Routes without a version are not supported.
2725
2826
## Supported versions
2927

3028
Currently the supported versions are:
3129

3230
* v1.0-prerelease
3331
* v1
32+
* v2
3433

3534
The OpenAPI Doc for the supported versions can be found at the following url:
3635

3736
`<service_url>/v<version>/api.yaml`
3837

38+
## DICOM Conformance Statement
39+
All versions of the DICOM APIs will always conform to the DICOMweb™ Standard specifications, but different versions may expose different APIs. See the specific version of the conformance statement for details:
40+
41+
* [DICOM Conformance Statement v1](dicom-services-conformance-statement-v1.md)
42+
* [DICOM Conformance Statement v2](dicom-services-conformance-statement-v2.md)
43+
44+
3945
## Prerelease versions
4046

4147
An API version with the label "prerelease" indicates that the version isn't ready for production, and it should only be used in testing environments. These endpoints may experience breaking changes without notice.

0 commit comments

Comments
 (0)