preparation.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <odML version="1.1">
  4. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  5. <version>1.0</version>
  6. <date>2011-01-21</date>
  7. <!-- ********************************************************* -->
  8. <!-- Preparation section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>preparation</type>
  12. <name>Preparation</name>
  13. <definition>Description of the preparation procedure.</definition>
  14. <property>
  15. <name>Description</name>
  16. <definition>A textual description of the preparation.</definition>
  17. <type>text</type>
  18. </property>
  19. <property>
  20. <name>Date</name>
  21. <definition>Actual preparation date.</definition>
  22. <type>date</type>
  23. </property>
  24. <property>
  25. <name>Type</name>
  26. <definition>In vivo or in vitro?</definition>
  27. <type>string</type>
  28. </property>
  29. <property>
  30. <name>RingersSolution</name>
  31. <definition>The Ringer solution used during preparation.</definition>
  32. <type>string</type>
  33. </property>
  34. <property>
  35. <name>SlicingMethod</name>
  36. <definition>How was the brain sliced: Microtome etc.</definition>
  37. <type>string</type>
  38. </property>
  39. <property>
  40. <name>SliceThickness</name>
  41. <definition>The thickness of the slice.</definition>
  42. <type>string</type>
  43. <unit>&#181;m</unit>
  44. </property>
  45. <property>
  46. <name>SliceOrientation</name>
  47. <definition>The slice orientation: horizontal, sagittal etc.</definition>
  48. <type>string</type>
  49. </property>
  50. <property>
  51. <name>BathSolution</name>
  52. <definition>The solution the slice is bathed in.</definition>
  53. <type>string</type>
  54. </property>
  55. <property>
  56. <name>SolutionFlowSpeed</name>
  57. <definition>The flow speed of the bath solution.</definition>
  58. <type>string</type>
  59. <unit>ml/min</unit>
  60. </property>
  61. <property>
  62. <name>BathTemperature</name>
  63. <definition>The temperature of the bath solution.</definition>
  64. <type>float</type>
  65. </property>
  66. <property>
  67. <name>Anaestesia</name>
  68. <definition>Is the animal under anaesthesia (true) or awake (false)?</definition>
  69. <type>boolean</type>
  70. </property>
  71. <property>
  72. <name>Anaesthetic</name>
  73. <definition>The drug used for anaesthesia.</definition>
  74. <type>string</type>
  75. </property>
  76. <property>
  77. <name>AnaestheticDose</name>
  78. <definition>The dose of the used anaesthetic.</definition>
  79. <type>float</type>
  80. </property>
  81. <property>
  82. <name>LocalAnaesthesia</name>
  83. <definition>Was there some local anaesthesia applied (true or false).</definition>
  84. <type>boolean</type>
  85. </property>
  86. <property>
  87. <name>LocalAnaesthetic</name>
  88. <definition>The drug that was used for local anaesthesia.</definition>
  89. <type>string</type>
  90. </property>
  91. <property>
  92. <name>LocalAnaestheticDose</name>
  93. <definition>The dose of the used local anaesthetic.</definition>
  94. <type>float</type>
  95. </property>
  96. <property>
  97. <name>LocalAnaestheticLocation</name>
  98. <definition>Describes the place the local anaesthetic was applied.</definition>
  99. <type>string</type>
  100. </property>
  101. </section>
  102. </odML>