1
14
15"""
16"""
17
18import gdcm
19import sys,os
20
21if __name__ == "__main__":
22
24
25
26 globInst.LoadResourcesFiles()
27
28
29
30
31
32 d = globInst.GetDicts()
33 print d.GetDictEntry(
gdcm.Tag(0x0029,0x0010) ,
"SIEMENS CSA HEADER" )
34 pd = d.GetPrivateDict()
35 print pd.GetDictEntry(
gdcm.PrivateTag(0x0029,0x0010,
"SIEMENS CSA HEADER") )
static Global & GetInstance()
return the singleton instance
Class to represent a Private DICOM Data Element (Attribute) Tag (Group, Element, Owner)
Definition gdcmPrivateTag.h:39
Class to represent a DICOM Data Element (Attribute) Tag (Group, Element).
Definition gdcmTag.h:39