tissue

— empty element

Occurrence

compulsory, multiple

Attributes

gas=h2 | he | n2 — compulsory

halflife=halflife of the tissue, given in seconds as a real number — compulsory

number=number of tissue, given as an integer — compulsory

a=parameter "a" of the Bühlmann model, given as a real number — compulsory

b=parameter "b" of the Bühlmann model, given as a real number — compulsory

Description

The element describes the parameters and their values for a tissue ("compartment"). At least one <tissue/> element must appear inside the respective parent element (<buehlmann>, <rgbm>, or <vpm>) in order to make sense.

The individual parameters and their values are given as attributes of the element. All attributes must be given.

Parent Elements

<buehlmann>, <rgbm>, <vpm>

Child Elements

See Also

<decomodel>, <gradientfactorhigh>, <gradientfactorlow>

Examples

(see also <decomodel>)

<!-- tissue with parameters for nitrogen: -->
<!-- tissue number 6, the halflife is 38.3 min -->
<tissue gas="n2" number="6" halflife="2298.0" a="0.5043" b="0.8434"/>