From 51807c96fc335231fd7631ec46556d7e424a98a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikkel=20E=20Lepper=C3=B8d?= Date: Wed, 5 Dec 2018 14:55:29 +0100 Subject: [PATCH] yoyo --- entities/1000/attributes.yaml | 9 +++++++++ entities/1000/messages/20181205T121549.yaml | 3 +++ expipe.yaml | 1 + templates/anaesthesia.yaml | 13 +++++++++++++ templates/anaesthesia_ketamine.yaml | 19 +++++++++++++++++++ templates/anaesthesia_local.yaml | 16 ++++++++++++++++ templates/analgesia.yaml | 14 ++++++++++++++ templates/analgesia_post.yaml | 17 +++++++++++++++++ 8 files changed, 92 insertions(+) create mode 100644 entities/1000/attributes.yaml create mode 100644 entities/1000/messages/20181205T121549.yaml create mode 100644 expipe.yaml create mode 100644 templates/anaesthesia.yaml create mode 100644 templates/anaesthesia_ketamine.yaml create mode 100644 templates/anaesthesia_local.yaml create mode 100644 templates/analgesia.yaml create mode 100644 templates/analgesia_post.yaml diff --git a/entities/1000/attributes.yaml b/entities/1000/attributes.yaml new file mode 100644 index 0000000..23b85a8 --- /dev/null +++ b/entities/1000/attributes.yaml @@ -0,0 +1,9 @@ +datetime: '2018-12-05T12:15:49' +users: +- Mikkel +location: imb +tags: +- wildtype +- sdf +registered: '2018-12-05T12:15:49' +type: Subject diff --git a/entities/1000/messages/20181205T121549.yaml b/entities/1000/messages/20181205T121549.yaml new file mode 100644 index 0000000..a24551c --- /dev/null +++ b/entities/1000/messages/20181205T121549.yaml @@ -0,0 +1,3 @@ +user: Mikkel +text: ee +datetime: '2018-12-05T12:15:49' diff --git a/expipe.yaml b/expipe.yaml new file mode 100644 index 0000000..94a2f04 --- /dev/null +++ b/expipe.yaml @@ -0,0 +1 @@ +{database_version: 2, project: cinpla-workshop, type: project} diff --git a/templates/anaesthesia.yaml b/templates/anaesthesia.yaml new file mode 100644 index 0000000..1a416a2 --- /dev/null +++ b/templates/anaesthesia.yaml @@ -0,0 +1,13 @@ +anaesthetic: + value: Isoflurane + definition: The drug used for anaesthesia. +anaesthetic_dose: + value: 1 L/M at 1.5 with a small amount of ventilation + definition: The dose of the used anaesthetic. +description: + value: Anaesthetics + definition: A textual description of the preparation. +name: anaesthesia +identifier: anaesthesia +notes: + value: '' diff --git a/templates/anaesthesia_ketamine.yaml b/templates/anaesthesia_ketamine.yaml new file mode 100644 index 0000000..b14e4e6 --- /dev/null +++ b/templates/anaesthesia_ketamine.yaml @@ -0,0 +1,19 @@ +anaesthetic: + value: Ketalar+Domitor + definition: The drug used for anaesthesia. +anaesthetic_dose: + value: '' + unit: mL +anaesthetic_antidrug_dose: + value: 0.1 + unit: mL +description: + value: Anaesthetics + definition: A textual description of the preparation. +notes: + value: '' +name: anaesthesia_ketamine +identifier: anaesthesia_ketamine +anaesthetic_antidrug: + value: Antisedan + definition: The drug used to wake up from anaesthesia. diff --git a/templates/anaesthesia_local.yaml b/templates/anaesthesia_local.yaml new file mode 100644 index 0000000..66aaf15 --- /dev/null +++ b/templates/anaesthesia_local.yaml @@ -0,0 +1,16 @@ +local_anaesthetic: + value: Marcain + definition: The drug that was used for local anaesthesia. +description: + value: Local anaesthetics + definition: A textual description of the preparation. +local_anaesthetic_location: + value: Skin covering dorsal part of head, around cut area. + definition: Describes the place the local anaesthetic was applied. +notes: + value: '' +local_anaesthetic_dose: + value: 0.05 + unit: mL +identifier: anaesthesia_local +name: anaesthesia_local diff --git a/templates/analgesia.yaml b/templates/analgesia.yaml new file mode 100644 index 0000000..b7d0567 --- /dev/null +++ b/templates/analgesia.yaml @@ -0,0 +1,14 @@ +analgesic: + value: Temgesic + definition: The drug used for analgesia. +definition: Analgesia , during surgery. +description: + value: Analgesics + definition: A textual description of the preparation. +notes: + value: '' +name: analgesia +identifier: analgesia +analgesic_dose: + value: 0.2 + unit: mL diff --git a/templates/analgesia_post.yaml b/templates/analgesia_post.yaml new file mode 100644 index 0000000..0a587c9 --- /dev/null +++ b/templates/analgesia_post.yaml @@ -0,0 +1,17 @@ +definition: Analgesia , e.g. post surgery. +post_op_analgesic_procedure: + value: Rimadyl was given in equal doses for 3 consecutive days after surgery + definition: The procedure of post surgery analgesic. +description: + value: Analgesics + definition: A textual description of the preparation. +post_op_analgesic: + value: Rimadyl + definition: The drug used for post surgery analgesia. +post_op_analgesic_dose: + value: 0.5 + unit: mL +name: analgesia_post +identifier: analgesia_post +notes: + value: ''