SaveJson Method (DicomExtensions) (original) (raw)

Summary

Saves the contents of the DICOM data set in the DICOM JSON model format (specified in PS3.18) to the specified output file.

Overload List

Overload Description
SaveJson(DicomDataSet,Stream,DicomDataSetSaveJsonFlags) Saves the contents of the DICOM data set in DICOM JSON model format (specified in PS3.18) to the specified output file.
SaveJson(DicomDataSet,Stream,DicomDataSetSaveJsonFlags,SaveJsonCallback) Saves the contents of the DICOM data set in DICOM JSON model format (specified in PS3.18) to the specified output file.
SaveJson(DicomDataSet,string,DicomDataSetSaveJsonFlags) Saves the contents of the DICOM data set in DICOM (JavaScript Object Notation)JSON model format (specified in PS3.18) to the specified output file.
SaveJson(DicomDataSet,string,DicomDataSetSaveJsonFlags,SaveJsonCallback) Saves the contents of the DICOM data set in the DICOM JSON model format (specified in PS3.18) to the specified output file.

Requirements

Target Platforms

See Also

DicomExtensions Class

DicomExtensions Members

Leadtools.Dicom.Common Assembly