Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions computable/BMM/openehr_rm_1.2.0.bmm.json
Original file line number Diff line number Diff line change
Expand Up @@ -3528,7 +3528,7 @@
"multiply": {
"name": "multiply",
"aliases": [
"*"
"*"
],
"documentation": "Product of this Proportion and `_factor_`.",
"parameters": {
Expand Down Expand Up @@ -3737,7 +3737,7 @@
"multiply": {
"name": "multiply",
"aliases": [
"*"
"*"
],
"documentation": "Product of this Amount and `_factor_`.",
"parameters": {
Expand Down Expand Up @@ -3903,7 +3903,7 @@
"multiply": {
"name": "multiply",
"aliases": [
"*"
"*"
],
"documentation": "Product of this `DV_QUANTITY` and `_factor_`.",
"parameters": {
Expand Down Expand Up @@ -4051,7 +4051,7 @@
"multiply": {
"name": "multiply",
"aliases": [
"*"
"*"
],
"documentation": "Product of this `DV_COUNT` and `_factor_`.",
"parameters": {
Expand Down Expand Up @@ -4356,7 +4356,7 @@
"multiply": {
"name": "multiply",
"aliases": [
"*"
"*"
],
"documentation": "Product of this Duration and `_factor_`.",
"parameters": {
Expand Down
2 changes: 1 addition & 1 deletion docs/UML/classes/org.openehr.rm.composition.activity.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ h|*1..1*
|*action_archetype_id*: `link:/releases/BASE/{base_release}/foundation_types.html#_string_class[String^]`
a|Perl-compliant regular expression pattern, enclosed in '//' delimiters, indicating the valid identifiers of archetypes for Actions corresponding to this Activity specification.

Defaults to `/.*/`, meaning any archetype.
Defaults to `/.*/`, meaning any archetype.

h|*1..1*
|*description*: `link:/releases/RM/{rm_release}/data_structures.html#_item_structure_class[ITEM_STRUCTURE^]`
Expand Down
2 changes: 1 addition & 1 deletion docs/UML/classes/org.openehr.rm.data_types.dv_amount.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ other: `<<_dv_amount_class,DV_AMOUNT>>[1]` +
a|Return True if this `DV_AMOUNT` is considered equal to `_other_`.

h|*1..1*
|*multiply* __alias__ "&#42;" ( +
|*multiply* __alias__ "*" ( +
factor: `link:/releases/BASE/{base_release}/foundation_types.html#_real_class[Real^][1]` +
): `<<_dv_amount_class,DV_AMOUNT>>`
a|Product of this Amount and `_factor_`.
Expand Down
2 changes: 1 addition & 1 deletion docs/UML/classes/org.openehr.rm.data_types.dv_count.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ a|Difference of this `DV_COUNT` and `_other_`.

h|*1..1 +
(redefined)*
|*multiply* __alias__ "&#42;" ( +
|*multiply* __alias__ "*" ( +
factor: `link:/releases/BASE/{base_release}/foundation_types.html#_real_class[Real^][1]` +
): `<<_dv_count_class,DV_COUNT>>`
a|Product of this `DV_COUNT` and `_factor_`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ a|Difference of this Duration and `_other_`.

h|*1..1 +
(redefined)*
|*multiply* __alias__ "&#42;" ( +
|*multiply* __alias__ "*" ( +
factor: `link:/releases/BASE/{base_release}/foundation_types.html#_real_class[Real^][1]` +
): `<<_dv_duration_class,DV_DURATION>>`
a|Product of this Duration and `_factor_`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ a|Return True if this `DV_AMOUNT` is considered equal to `_other_`.

h|*1..1 +
(redefined)*
|*multiply* __alias__ "&#42;" ( +
|*multiply* __alias__ "*" ( +
factor: `link:/releases/BASE/{base_release}/foundation_types.html#_real_class[Real^][1]` +
): `<<_dv_proportion_class,DV_PROPORTION>>`
a|Product of this Proportion and `_factor_`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ a|Difference of this `DV_QUANTITY` and `_other_`.

h|*1..1 +
(redefined)*
|*multiply* __alias__ "&#42;" ( +
|*multiply* __alias__ "*" ( +
factor: `link:/releases/BASE/{base_release}/foundation_types.html#_real_class[Real^][1]` +
): `<<_dv_quantity_class,DV_QUANTITY>>`
a|Product of this `DV_QUANTITY` and `_factor_`.
Expand Down