We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe2e7a commit 7136f3bCopy full SHA for 7136f3b
1 file changed
docs/pacs/README.md
@@ -7,7 +7,7 @@ DICOM PACS (Picture Archiving and Communication System) server for receiving and
7
The PACS server is a lightweight, production-ready DICOM storage solution that:
8
9
- Receives medical images via DICOM C-STORE protocol
10
-- Stores the images using hash-based directory structure
+- Stores the images using [hash-based directory structure](https://en.wikipedia.org/wiki/Content-addressable_storage)
11
- Indexes metadata in SQLite database
12
- Runs in a separate container alongside the [MWL Server](../mwl/README.md) (see [ADR-003](../adr/ADR-003_Separate_containers_for_PACS_and_MWL.md))
13
0 commit comments