preparation.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <odML version="1">
  4. <repository>http://portal.g-node.org/odml/terminologies/v1.0/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. <value>
  17. <type>text</type>
  18. </value>
  19. <definition>A textual description of the preparation.</definition>
  20. </property>
  21. <property>
  22. <name>Date</name>
  23. <value>
  24. <type>date</type>
  25. </value>
  26. <definition>Actual preparation date.</definition>
  27. </property>
  28. <property>
  29. <name>Type</name>
  30. <value>
  31. <type>string</type>
  32. </value>
  33. <definition>In vivo or in vitro?</definition>
  34. </property>
  35. <property>
  36. <name>RingersSolution</name>
  37. <value>
  38. <type>string</type>
  39. </value>
  40. <definition>The Ringer solution used during preparation.</definition>
  41. </property>
  42. <property>
  43. <name>SlicingMethod</name>
  44. <value>
  45. <type>string</type>
  46. </value>
  47. <definition>How was the brain sliced: Microtome etc.</definition>
  48. </property>
  49. <property>
  50. <name>SliceThickness</name>
  51. <value>
  52. <type>string</type>
  53. <unit>&#181;m</unit>
  54. </value>
  55. <definition>The thickness of the slice.</definition>
  56. </property>
  57. <property>
  58. <name>SliceOrientation</name>
  59. <value>
  60. <type>string</type>
  61. </value>
  62. <definition>The slice orientation: horizontal, sagittal etc.</definition>
  63. </property>
  64. <property>
  65. <name>BathSolution</name>
  66. <value>
  67. <type>string</type>
  68. </value>
  69. <definition>The solution the slice is bathed in.</definition>
  70. </property>
  71. <property>
  72. <name>SolutionFlowSpeed</name>
  73. <value>
  74. <type>string</type>
  75. <unit>ml/min</unit>
  76. </value>
  77. <definition>The flow speed of the bath solution.</definition>
  78. </property>
  79. <property>
  80. <name>BathTemperature</name>
  81. <value>
  82. <type>float</type>
  83. </value>
  84. <definition>The temperature of the bath solution.</definition>
  85. </property>
  86. <property>
  87. <name>Anaestesia</name>
  88. <value>
  89. <type>boolean</type>
  90. </value>
  91. <definition>Is the animal under anaesthesia (true) or awake (false)?</definition>
  92. </property>
  93. <property>
  94. <name>Anaesthetic</name>
  95. <value>
  96. <type>string</type>
  97. </value>
  98. <definition>The drug used for anaesthesia.</definition>
  99. </property>
  100. <property>
  101. <name>AnaestheticDose</name>
  102. <value>
  103. <type>float</type>
  104. </value>
  105. <definition>The dose of the used anaesthetic.</definition>
  106. </property>
  107. <property>
  108. <name>LocalAnaesthesia</name>
  109. <value>
  110. <type>boolean</type>
  111. </value>
  112. <definition>Was there some local anaesthesia applied (true or false).</definition>
  113. </property>
  114. <property>
  115. <name>LocalAnaesthetic</name>
  116. <value>
  117. <type>string</type>
  118. </value>
  119. <definition>The drug that was used for local anaesthesia.</definition>
  120. </property>
  121. <property>
  122. <name>LocalAnaestheticDose</name>
  123. <value>
  124. <type>float</type>
  125. </value>
  126. <definition>The dose of the used local anaesthetic.</definition>
  127. </property>
  128. <property>
  129. <name>LocalAnaestheticLocation</name>
  130. <value>
  131. <type>string</type>
  132. </value>
  133. <definition>Describes the place the local anaesthetic was applied.</definition>
  134. </property>
  135. </section>
  136. </odML>