Exemplo n.º 1
0
 def processSubSection(self, *args, **kwargs):
     classDictionary = {'Compound':Compound, 
                        #from BioMaterial_assnlist 
                        "LabeledExtract":LabeledExtract,
                        "BioSource":BioSource, 
                        "BioSample":BioSample}
     Identifiable.iterateProcessSubSections(self, classDictionary)
Exemplo n.º 2
0
 def processSubSection(self, *args, **kwargs):
     classDictionary = {
         'Compound': Compound,
         #from BioMaterial_assnlist
         "LabeledExtract": LabeledExtract,
         "BioSource": BioSource,
         "BioSample": BioSample
     }
     Identifiable.iterateProcessSubSections(self, classDictionary)
Exemplo n.º 3
0
 def processSubSection(self, *args,**kwargs):
     classDictionary = {"Compound_ref":Compound, 
                        "Treatment":Treatment
                        }
     Identifiable.iterateProcessSubSections(self, classDictionary)
Exemplo n.º 4
0
 def processSubSection(self, *args, **kwargs):
     classDictionary = {"Compound_ref": Compound, "Treatment": Treatment}
     Identifiable.iterateProcessSubSections(self, classDictionary)