Fo-Dicom 添加更新、删除和搜索 Header 标签
Fo-Dicom addupdate,delete and search Header Tages
有没有人可以帮助我在 Dicom header 和 fo-dicom 中添加更新、删除和搜索功能。我想在 dicom header.
中保存图像像素数据
我在 https://github.com/fo-dicom/fo-dicom
工作
在桌面 c# 中
从 DicomDataset 添加或删除 DicomTags(dicomdataset 是一个 collection,它包含 header 中的所有 dicomtags)只需使用方法
- DicomDataset.Add
- DicomDataset.Add或更新
- DicomDataset.Remove
要访问像素数据,请在此处查看 fo-dicom 的维基:https://github.com/fo-dicom/fo-dicom/wiki。在那里你可以看到一些描述。
如果这对您没有帮助,请更详细地说明您到底需要什么。很高兴能为您提供帮助。
有没有人可以帮助我在 Dicom header 和 fo-dicom 中添加更新、删除和搜索功能。我想在 dicom header.
中保存图像像素数据我在 https://github.com/fo-dicom/fo-dicom
工作在桌面 c# 中
从 DicomDataset 添加或删除 DicomTags(dicomdataset 是一个 collection,它包含 header 中的所有 dicomtags)只需使用方法 - DicomDataset.Add - DicomDataset.Add或更新 - DicomDataset.Remove 要访问像素数据,请在此处查看 fo-dicom 的维基:https://github.com/fo-dicom/fo-dicom/wiki。在那里你可以看到一些描述。
如果这对您没有帮助,请更详细地说明您到底需要什么。很高兴能为您提供帮助。