1 Star 0 Fork 1

Uni-Minds/bridge-pacs

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
struct_dcm4chee.go 614 Bytes
一键复制 编辑 原始数据 按行查看 历史
Liuxy 提交于 2022-10-15 14:30 +08:00 . Release 0.0.2
package global
type Dcm4cheStudiesInfo struct {
StudiesId string
StudyDatetime string
URL string
SeriesInfo []Dcm4cheSeriesInfo
PatientName string
PatientId string
}
type Dcm4cheSeriesInfo struct {
SeriesId string
SeriesNumber int
URL string
StudyDatetime string
PatientName string
PatientId string
InstanceInfo []Dcm4cheInstanceInfo
}
type Dcm4cheInstanceInfo struct {
InstanceId string
InstanceNumber int
URL string
ContentDatetime string
ContentType string
Height int
Width int
Frames int
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/uni-minds/bridge-pacs.git
git@gitee.com:uni-minds/bridge-pacs.git
uni-minds
bridge-pacs
bridge-pacs
v1.0.10

搜索帮助