newDicomMetadataFromFile(fileName, checkFormat = TRUE)
isDicomMetadata(object)
## S3 method for class 'metadata.dicom':
print(x, descriptions = FALSE, ...)
metadata.dicom
.print
(though none are supported for this type of object).newDicomMetadataFromFile
returns a DicomMetadata object, or NULL on failure. isDicomMetadata
returns TRUE if object
is a DicomMetadata object. print.metadata.dicom
is only called for its side-effect.
A DicomMetadata object is a list object (see list.object
) with class c("metadata.dicom", "list.object", "list")
and the following function elements.dictionary
.dictionary
, and newMriImageFromDicom
for information on how to create MriImage objects from DICOM files.