Difference between revisions of "Building Block Repository (BBR)"

(Created page with "{{Underconstruction}} An ART-DECOR Building Block Repository (BBR) is primarily intended to be used in DECOR based specifications. For example, to use or refer a template or ...")
 
Line 3: Line 3:
  
 
For example, to use or refer a template or a value set in a DECOR-based project, simply use @ref to link to the BBR artefact.
 
For example, to use or refer a template or a value set in a DECOR-based project, simply use @ref to link to the BBR artefact.
 +
 +
==List of official Building Block Repositories==
 +
This is the list of official Building Block Repositories at art-decor.org and elsewhere.
 +
 +
{|
 +
|-
 +
! Ident !! URL !! Description
 +
|-
 +
| ad1bbr- || http://art-decor.org/services/ || First BBR with CDA MIF derived templates prototypes and CDA R2 value sets
 +
|-
 +
|}
 +
 +
==Usage==
 +
To use an of define the following statement in your project part of your DECOR project
 +
<syntaxhighlight lang="xml">
 +
<buildingBlockRepository url="http://art-decor.org/services/" ident="ad1bbr-"/>
 +
</syntaxhighlight>

Revision as of 12:26, 18 March 2013

Tools.svg This article or section is in the middle of an expansion or major restructuring and is not yet ready for use. You are welcome to assist in its construction by editing it as well.

An ART-DECOR Building Block Repository (BBR) is primarily intended to be used in DECOR based specifications.

For example, to use or refer a template or a value set in a DECOR-based project, simply use @ref to link to the BBR artefact.

List of official Building Block Repositories

This is the list of official Building Block Repositories at art-decor.org and elsewhere.

Ident URL Description
ad1bbr- http://art-decor.org/services/ First BBR with CDA MIF derived templates prototypes and CDA R2 value sets

Usage

To use an of define the following statement in your project part of your DECOR project

<buildingBlockRepository url="http://art-decor.org/services/" ident="ad1bbr-"/>