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,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. |
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,Stream,DicomDataSetSaveJsonFlags) | Saves the contents of the DICOM data set in DICOM JSON model format (specified in PS3.18) to the specified output file. |
Requirements
See Also