dicomquery
Syntax
Description
queries the PACS server indicated by the returnedKey
= dicomquery(dConn
,level
,keysToReturn
)dicomConnection
object dConn
at the specified query level level
,
for the specified DICOM attributes keysToReturn
, and returns the details
of each attribute for each DICOM file.
searches all the DICOM files on the PACS server indicated by the returnedKey
= dicomquery(dConn
,level
,keysToMatch
)dicomConnection
object dConn
whose details match those specified by the structure
keysToMatch
at the specified query level level
.
If successful, the function returns returnedKey
as an empty structure,
without error.
searches all the DICOM files on the PACS server indicated by the returnedKey
= dicomquery(dConn
,level
,keysToMatch
,keysToReturn
)dicomConnection
object dConn
whose details match those specified by the structure
keysToMatch
at the specified query level level
,
and returns the details of the specified attributes keysToReturn
.
specifies the root level of the query, in addition to any combination of input arguments
from previous syntaxes.returnedKey
= dicomquery(___,Root=root
)
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2024b