From 223f9c4007a7b0aa2d622af8fc3500b0260c87b4 Mon Sep 17 00:00:00 2001 From: gpawel <gpawel> Date: Wed, 29 Jun 2011 14:54:44 +0000 Subject: [PATCH] LMS-2332 Sanofi admin console script SVN: 21909 --- .../resource/adminConsole/sanofi-script.txt | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sanofi/resource/adminConsole/sanofi-script.txt diff --git a/sanofi/resource/adminConsole/sanofi-script.txt b/sanofi/resource/adminConsole/sanofi-script.txt new file mode 100644 index 00000000000..4909a66400d --- /dev/null +++ b/sanofi/resource/adminConsole/sanofi-script.txt @@ -0,0 +1,21 @@ +register-type SAMPLE POSITIVE_CONTROL listable=false show-container=true show-parents=false +register-type SAMPLE NEGATIVE_CONTROL listable=false show-container=true show-parents=false +register-type SAMPLE COMPOUND_WELL listable=false show-container=true show-parents=false + +register-type MATERIAL COMPOUND_BATCH + +set type = concentration +register-property-type ${type} with data type REAL +assign-to SAMPLE:COMPOUND_WELL ${type} + +set type = compound_batch +register-property-type ${type} with data type MATERIAL(COMPOUND_BATCH) +assign-to SAMPLE:COMPOUND_WELL ${type} + +set type = observer-emails +register-property-type ${type} with data type VARCHAR +assign-to EXPERIMENT:HCS_COMPOUND ${type} + +set type = library-template +register-property-type ${type} with data type MULTILINE_VARCHAR +assign-to EXPERIMENT:HCS_COMPOUND ${type} -- GitLab