Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def find(opt={}):
return Find(opt).run(opt)
def __init__(self, arg):
super(Find, self).__init__(arg)
# to be moved out
self.postfilter_parameters = {
'PatientSex': '',
'PerformedStationAETitle': '',
'StudyDescription': '',
'SeriesDescription': ''
}