View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Attributes | Operations | Relations | Constraints

Parent Package: representation
Class ELEMENT


ITEM
   |
   +--ELEMENT

The leaf variant of ITEM, to which a DATA_VALUE instance is attached.

Attributes
SignatureOptionalityMultiplicityConstantDocumentation
 null_flavor : DV_CODED_TEXT 0..1  --  flavour of null value, e.g. indeterminate, not asked etc 

Attributes from Associations
SignatureOptionalityMultiplicityDocumentation
 value : DATA_VALUE0..1  -- data value of this leaf 
 value : DATA_VALUE0..1  --  


Operations
SignatureConstraintsDocumentation
 is_null() : Boolean  True if value logically not known, e.g. if indeterminate, not asked etc. 

Constraints
NameExpression
Null_flavour_validinv: is_null implies terminology(Terminology_id_openehr).has_code_for_group_id (Group_id_null_flavour, null_flavor.defining_code) 
Null_flavor_indicatedinv: is_null xor null_flavour <> Void 
Is_null_validinv: is_null = (value = Void)