You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 21, 2020. It is now read-only.
I must add
“
dcm := &dicom.DicomFile{}
gw := new(sync.WaitGroup)
dcm.Discard(c,gw)
gw.Wait()
”
before
“
for _, elem := range datax.Elements {
fmt.Printf("%+v\n", &elem)
}
"
than it can print elem
I use the code "data, _ := parser.Parse(bytes)" to parse my dcm, but data is empty.
I wonder why DicomMessage'msg is not Msg
The text was updated successfully, but these errors were encountered: