Skip to content

Commit b3ed143

Browse files
committed
Learn Editor: Update dicom-digital-pathology.md
1 parent 29997c1 commit b3ed143

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

articles/healthcare-apis/dicom/dicom-digital-pathology.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ Here are some samples open source tools to build your own converter:
4141

4242
### Storage
4343

44-
Each converted WSI results in a DICOM series with multiple instances. We recommend uploading each instance as a single part POST for better performance.
44+
Each converted WSI results in a DICOM series with multiple instances.
45+
46+
#### Batch upload
47+
Considering the bigger size and number of instances that needs to be uploaded, we recommend batch upload of each series or a batch of converted WSIs using [Import](./import-files.md)
48+
49+
#### Streaming upload
50+
If you want to upload each file as they get converted you can use the STOW single part request like below.
4551

4652
[Prerequisites](dicomweb-standard-apis-curl.md#prerequisites)
4753

@@ -87,6 +93,12 @@ Follow the [CORS guidelines](configure-cross-origin-resource-sharing.md) if the
8793

8894

8995

96+
97+
98+
99+
100+
101+
90102
## Find an ISV partner
91103

92104
Reach out to [email protected] if you want to work with our partner ISVs that provide end-to-end solutions and support.

0 commit comments

Comments
 (0)