Source for file doQuery.php

Documentation is available at doQuery.php

  1. <?php
  2. /**
  3. * Building query for getting specimen data from original provider
  4. * <br/><br/>
  5. @author Gabriele Droege, DNA Bank Network <contact@dnabank-network.org>
  6. @version 2.0
  7. @package Input
  8. @copyright Copyright © 2011 DNA Bank Network http://www.dnabank-network.org<br>The contents of this file are subject to the Mozilla Public License Version 1.1
  9. @filesource
  10. @license http://www.mozilla.org/MPL/ MPL
  11. */
  12.  
  13.  
  14. if($formSubmitVerify and (!isset($_SESSION['guest']&& !$_SESSION['guest'])) 
  15. {
  16.  
  17. $SpecimenNumber urlencode($_POST['formSpecimenNumber']);
  18.  
  19. if(empty($formProviderInternand empty($formProviderExtern))
  20. {
  21. unset($formProviderIntern);
  22. unset($formProviderExtern)
  23. echo "<a id='Red'>Please select a Specimen Database!</a>";}
  24.  
  25. else {
  26.  
  27. if(!empty($formProviderInternand !empty($formProviderExtern))
  28. {
  29. echo '<a id="Red">Please select either an "Internal" or "External" Specimen database!</a>'}
  30.  
  31. else
  32. {
  33. if(!empty($formProviderIntern))
  34. {
  35. $sql mysql_query
  36. ("SELECT dataset.ID_Dataset, " .
  37.  "       dataset.ID_Provider, " .
  38.  "       schemata.QueryPart1, " .
  39.  "       schemata.QueryPart1_1, " .
  40.  "       schemata.QueryPart1_2, " .
  41.  "       schemata.QueryPart2, " .
  42.  "       schemata.QueryPart3, " .
  43.  "       schemata.QueryPart4, " 
  44.  "       dataset.Digir_Resource, " .
  45.  "       dataset.Digir_Source, " .
  46.  "       provider.Provider, " .
  47.  "       provider.ID_Schema " .
  48.  "  FROM dataset " .
  49.  "  LEFT JOIN provider ON dataset.ID_Provider = provider.ID_Provider " .
  50.  "  LEFT JOIN schemata ON provider.ID_Schema = schemata.ID_Schema " .
  51.  "  WHERE dataset.ID_Dataset = '$formProviderIntern'");
  52. }
  53.  
  54. if(!empty($formProviderExtern))
  55. {
  56. $sql mysql_query
  57. ("SELECT dataset.ID_Dataset, " .
  58.  "       dataset.ID_Provider, " .
  59.  "       schemata.QueryPart1, " .
  60.  "       schemata.QueryPart1_1, " .
  61.  "       schemata.QueryPart1_2, " .
  62.  "       schemata.QueryPart2, " .
  63.  "       schemata.QueryPart2a, " 
  64.  "       schemata.QueryPart3, " .
  65.  "       schemata.QueryPart4, " .
  66.  "       dataset.Digir_Resource, " .
  67.  "       dataset.Digir_Source, " .
  68.  "       provider.Provider, " 
  69.  "       provider.ID_Schema " .
  70.  "  FROM dataset " .
  71.  "  LEFT JOIN provider ON dataset.ID_Provider = provider.ID_Provider " 
  72.  "  LEFT JOIN schemata ON provider.ID_Schema = schemata.ID_Schema " .
  73.  "  WHERE dataset.ID_Dataset = '$formProviderExtern'");
  74. }
  75.  
  76. while($row mysql_fetch_object($sql)) 
  77.       {
  78.     /********************************************************************************************
  79.     * All parts of the query are recorded in a table                                            *
  80.     * it depends on required provider software and data schema which one to chose               *
  81.     * the connection to a single specimen data provider is defined via new_dataset.php          *
  82.     *********************************************************************************************/
  83.       
  84. $ID_Dataset $row->ID_Dataset;
  85. $ID_Provider $row->ID_Provider;
  86. $Provider $row->Provider
  87. $QueryPart1 $row->QueryPart1;
  88. $QueryPart1_1 $row->QueryPart1_1;
  89. $QueryPart1_2 $row->QueryPart1_2;
  90. $QueryPart2 $row->QueryPart2;
  91. $QueryPart2a $row->QueryPart2a;
  92. $QueryPart3 $row->QueryPart3;
  93. $QueryPart4 $row->QueryPart4;
  94. $Digir_Resource $row->Digir_Resource;
  95. $Digir_Source $row->Digir_Source;
  96. $ID_Schema $row->ID_Schema;
  97.  
  98. }
  99.  
  100. $Digir_Resource1 urlencode($Digir_Resource);
  101. $Digir_Source1 urlencode($Digir_Source);
  102.  
  103.  
  104. if($ID_Dataset == '1' and $ID_Provider == '0')
  105.     /**
  106.     * if specimen provider = Specimen Tool and its data are not yet availbae via a wrapper, calling this script
  107.     */
  108.     include ("../sptool/show_cache_data.php")}
  109.  
  110.     
  111.     /**
  112.     * calling script for building query and transforming received xml data into xslt and html
  113.     */
  114.     include ("verify.php")
  115. }
  116. }
  117. }
  118.  
  119.     /**********************************************************************************************
  120.     * sometimes the user received more than one specimen record, than he/she has to select one    *
  121.     * to be sure that during query process the right one is called some further help form elements*
  122.     * are filled with content and are checked here                                                *
  123.     * this parameters are filled during the xslt transformation  (see scripts in folder XSLT)     *
  124.     **********************************************************************************************/
  125.  
  126.  
  127.    $variable1 $_POST['formUnitID']
  128.    $CatalogNoText $_POST['CatalogNoText']
  129.    $variable2 $_POST['formSourceInstitutionID'];
  130.    $variable3 $_POST['formSourceID']
  131.    $variable4 $_POST['formProviderExtern'];
  132.    $variable5 $_POST['formTest'];
  133.    $variable6 $_POST['formProviderIntern'];
  134.  
  135.    
  136.    if($variable5 != "" and !$formSubmitVerify and !$formSubmitSave)
  137.    {
  138.  
  139. $mykey key($variable5);   
  140.  
  141. if(!empty($variable4))
  142. {   
  143. $sql mysql_query
  144. ("SELECT dataset.ID_Dataset AS ID_Dataset, " .
  145.  "       schema.QueryPart1b AS QueryPart1b, " .
  146.  "       schema.QueryPart1_1 AS QueryPart1_1, " .
  147.  "       schema.QueryPart1_2b AS QueryPart1_2b, " .
  148.  "       schema.QueryPart2 AS QueryPart2, " .
  149.  "       schema.QueryPart3 AS QueryPart3, " .
  150.  "       schema.QueryPart4 AS QueryPart4, " 
  151.  "       schema.QueryPart5 AS QueryPart5, " 
  152.  "       provider.Provider AS Provider, " .
  153.  "       dataset.Digir_Resource AS Digir_Resource, " .
  154.  "       dataset.Digir_Source AS Digir_Source, " .
  155.  "       provider.Provider AS Provider, " 
  156.  "       provider.ID_Schema AS ID_Schema " .
  157.  "  FROM dataset " .
  158.  "  LEFT JOIN provider ON dataset.ID_Provider = provider.ID_Provider " 
  159.  "  LEFT JOIN schemata ON provider.ID_Schema = schemata.ID_Schema " .
  160.  " WHERE dataset.ID_Dataset = '$variable4'");
  161. }
  162.  
  163. if(!empty($variable6))
  164. {  
  165.  
  166. $sql mysql_query
  167. ("SELECT dataset.ID_Dataset AS ID_Dataset, " .
  168.  "       schemata.QueryPart1b AS QueryPart1b, " .
  169.  "       schemata.QueryPart1_1 AS QueryPart1_1, " .
  170.  "       schemata.QueryPart1_2b AS QueryPart1_2b, " .
  171.  "       schemata.QueryPart2 AS QueryPart2, " .
  172.  "       schemata.QueryPart3 AS QueryPart3, " .
  173.  "       schemata.QueryPart4 AS QueryPart4, " 
  174.  "       schemata.QueryPart5 AS QueryPart5, " 
  175.  "       provider.Provider AS Provider, " .
  176.  "       dataset.Digir_Resource AS Digir_Resource, " .
  177.  "       dataset.Digir_Source AS Digir_Source, " .
  178.  "       provider.Provider AS Provider, " 
  179.  "       provider.ID_Schema AS ID_Schema " .
  180.  "  FROM dataset " .
  181.  "  LEFT JOIN provider ON dataset.ID_Provider = provider.ID_Provider " 
  182.  "  LEFT JOIN schemata ON provider.ID_Schema = schemata.ID_Schema " .
  183.  " WHERE dataset.ID_Dataset = '$variable6'");
  184. }
  185.  
  186. while($row mysql_fetch_object($sql)) 
  187.       {
  188. $ID_Dataset $row->ID_Dataset;      
  189. $Provider $row->Provider
  190. $QueryPart1b $row->QueryPart1b;
  191. $QueryPart1_1 $row->QueryPart1_1;
  192. $QueryPart1_2b $row->QueryPart1_2b;
  193. $QueryPart2 $row->QueryPart2;
  194. $QueryPart3 $row->QueryPart3;
  195. $QueryPart4 $row->QueryPart4;
  196. $QueryPart5 $row->QueryPart5;
  197. $Digir_Resource $row->Digir_Resource;
  198. $Digir_Source $row->Digir_Source;
  199. $ID_Schema $row->ID_Schema;
  200. }
  201.  
  202. $SourceUnitID urlencode($variable1[$mykey]);
  203. $SourceInstitutionCode urlencode($variable2[$mykey]);
  204. $SourceCode urlencode($variable3[$mykey]);
  205. $Digir_Resource1 urlencode($Digir_Resource);
  206. $Digir_Source1 urlencode($Digir_Source);
  207.  
  208. if($ID_Dataset == '1')
  209. {
  210.     /**
  211.     * if specimen provider = Specimen Tool and its data are not yet availbae via a wrapper, calling this script
  212.     */
  213.     include ("../sptool/show_cache_data.php");
  214. }
  215.  
  216. else {
  217.    
  218.     /**
  219.     * calling script for transferring received xml data into html
  220.     */
  221.     include ("verify.php");
  222. }
  223.  
  224.     
  225.  
  226. }
  227.  
  228.  
  229.  
  230. ?>

Documentation generated on Tue, 29 Nov 2011 10:44:49 +0100 by phpDocumentor 1.4.3