This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = < |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type" : "Observation", | |
"occurrences" : { | |
"type" : "Advanced", | |
"advanced" : { | |
"lower" : 0, | |
"upper_unbounded" : true | |
} | |
}, | |
"path" : "/", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* [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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | |
} | |
} |