dicomstore
Description
dicomstore(
stores the DICOM file or files indicated by the path dConn
,file
)file
to the PACS
server indicated by the dicomConnection
object dConn
.
dicomstore(
specifies additional options for storing the DICOM file or files using one or more
name-value arguments.dConn
,file
,Name=Value
)
Examples
Store DICOM Files to PACS Server
Before running this example, you must get access from the administrator of the PACS server with which you intend to connect. Alternatively, you may consider setting up a local PACS server on your machine, as demonstrated in Working with PACS Server for DICOM Image Retrieval.
Establish a secure TLS connection with the PACS server using the key and certificate of your client system and the trusted certificate of the server. Display the response message of the DICOM connection.
dConn = dicomConnection("localhost",4242,"key.pem","certificate.pem","trusted-certificate.pem"); disp(dConn.ResponseMessage)
I: Requesting Association I: Association Accepted (Max Send PDV: 16372) I: Sending Echo Request (MsgID 1) I: Received Echo Response (Success) I: Releasing Association
Store an MRI volume to the PACS server.
dicomstore(dConn,"dog")
Input Arguments
dConn
— PACS server connection object
dicomConnection
object
PACS server connection object, specified as a dicomConnection
object.
file
— DICOM file or files to store
string scalar | character vector
DICOM file or files to store to the PACS server, specified as a string scalar or
character vector. If storing a single DICOM file, you must specify
file
as the full path of the DICOM file. If storing a collection of
multiple DICOM files, specify file
as the full path to the folder
containing the DICOM files or the full path to the corresponding DICOMDIR file.
Data Types: char
| string
Name-Value Arguments
Specify optional pairs of arguments as
Name1=Value1,...,NameN=ValueN
, where Name
is
the argument name and Value
is the corresponding value.
Name-value arguments must appear after other arguments, but the order of the
pairs does not matter.
Example: dicomstore(dConn,file,TransferSyntax="1.2.840.10008.1.2.2")
uses the Explicit VR Big Endian transfer syntax when storing the DICOM file.
TransferSyntax
— Transfer syntax
"1.2.840.10008.1.2.1"
(default) | string scalar | character vector | ...
Transfer syntax in which to transcode the stored DICOM file or files, specified as
a character vector or string scalar. You must specify one of the values from this
table. If you specify TransferSyntax
, you must not specify
CompressionMode
.
Transfer Syntax Code | Transfer Syntax Name |
---|---|
"1.2.840.10008.1.2.1" | Explicit VR Little Endian |
"1.2.840.10008.1.2.2" | Explicit VR Big Endian |
"1.2.840.10008.1.2" | Implicit VR Endian |
"1.2.840.10008.1.2.1.99" | Deflated Explicit VR Little Endian |
"1.2.840.10008.1.2.4.70" | JPEG Lossless, Non-hierarchical, First- order Prediction |
"1.2.840.10008.1.2.4.50" | JPEG Baseline, Lossy JPEG 8-bit Image Compression |
"1.2.840.10008.1.2.4.51" | JPEG Baseline, Lossy JPEG 12-bit Image Compression |
"1.2.840.10008.1.2.4.80" | JPEG-LS Lossless Image Compression |
"1.2.840.10008.1.2.4.81" | JPEG-LS Lossy Image Compression |
"1.2.840.10008.1.2.4.90" | JPEG 2000 Image Lossless |
"1.2.840.10008.1.2.4.91" | JPEG 2000 Image Lossy |
"1.2.840.10008.1.2.5" | RLE Lossless |
Data Types: char
| string
CompressionMode
— Compression mode
"JPEG lossless"
| "JPEG lossy"
| "JPEG2000 lossless"
| "JPEG2000 lossy"
| "JPEG-LS lossless"
| "JPEG-LS lossy"
| "RLE"
Compression mode for the stored DICOM file or files, specified as one of these values.
"JPEG lossless"
"JPEG lossy"
"JPEG2000 lossless"
"JPEG2000 lossy"
"JPEG-LS lossless"
"JPEG-LS lossy"
"RLE"
If you specify CompressionMode
, you must not specify
TransferSyntax
.
Data Types: char
| string
Version History
Introduced in R2024b
See Also
Objects
Functions
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)