Saves the contents of the DICOM data set in the DICOM JSON model format (specified in PS3.18) to the specified output file.
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET