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
anna-dodd edited this page Jun 3, 2015
·
1 revision
headerTREs = record.header.getXHD() for tre in headerTREs: print' --- TRE [%s] ---' % tre.getTag() for fieldname, field in tre: print"%s(%s) = '%s'" % (fieldname, field.getLength(), str(field))