wetlab.TreatmentTarget¶
- class wetlab.TreatmentTarget(*args, **kwargs)¶
Bases:
Registry
,CanValidate
Treatment targets.
Attributes¶
- objects Manager¶
Fields¶
- id AutoField¶
Internal id, valid only in one DB instance.
- uid CharField¶
Universal id, valid across DB instances.
- name CharField¶
Name of the treatment target.
- description TextField¶
Description of the treatment target.
- created_at DateTimeField¶
Time of creation of record.
- updated_at DateTimeField¶
Time of last update to record.
- artifacts ManyToManyField¶
Artifacts linked to the treatment target.
Methods¶