Loads the contents of a DICOM encoded JSON file.
Overload List
Overload | Description |
LoadJson(DicomDataSet,String,DicomDataSetLoadJsonFlags,LoadJsonBeforeElementCallback,LoadJsonAfterElementCallback) | Loads the contents of a DICOM encoded JSON file. |
LoadJson(DicomDataSet,String,DicomDataSetLoadJsonFlags) | Loads the contents of a DICOM-encoded JSON file. |
LoadJson(DicomDataSet,Stream,DicomDataSetLoadJsonFlags,LoadJsonBeforeElementCallback,LoadJsonAfterElementCallback) | Loads a stream containing a DICOM-encoded JSON file. |
LoadJson(DicomDataSet,Stream,DicomDataSetLoadJsonFlags) | Loads a stream containing a DICOM-encoded JSON file. |
Requirements
See Also