Skip to content

Instantly share code, notes, and snippets.

archetype (adl_version=2.0.4; rm_release=1.1.0)
openEHR-EHR-CLUSTER.dv_scale_example.v0.0.1
language
original_language = <[ISO_639-1::en]>
description
lifecycle_state = <"unmanaged">
copyright = <"">
details = <
{
"type" : "Observation",
"occurrences" : {
"type" : "Advanced",
"advanced" : {
"lower" : 0,
"upper_unbounded" : true
}
},
"path" : "/",
@pieterbos
pieterbos / trumpet-practice-mute.scad
Created October 27, 2018 19:23
Trumpet practice mute
/* [Mute Dimensions] */
//the radius of the top of the mute, that is inside the bell
mute_top_radius=15;// [5:0.5:100]
//the radius of the widest part of the mute
mute_wide_radius=40;// [5:0.5:200]
//the radius of the base/bottom of the mute that sticks out of the bell
mute_base_radius=25;// [5:0.5:100]
//the flare of the mute. Changes the shape.
mute_flare=0.55; // [0:0.02:8]
archetype (adl_version=2.0.5; rm_release=1.0.4)
openEHR-EHR-OBSERVATION.artistic_pain_rating_scale.v0.0.1
language
original_language = <[ISO_639-1::en]>
description
lifecycle_state = <"unmanaged">
original_author = <
["name"] = <"Pieter Bos">
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath 'org.avaje.ebeanorm:avaje-ebeanorm-mavenenhancer:4.11.1'
classpath 'org.avaje.ebeanorm:avaje-ebeanorm-typequery-generator:1.5.1'
classpath 'org.avaje.ebeanorm:querybean-maven-plugin:2.3.1'
}
}