Search



Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please note that the childOf function may only be executed against a finite and pre-classified substrate, and that the results of this function are specific to the substrate used. The childOf function may also be applied to nested expression constraints (as discussed in  6.7 Nested Expression Constraints).

Child or Self of

Two consecutive 'less than' signs directly followed by an exclamation mark (i.e. "<<!") indicates that the expression constraint is satisfied by the set of proximal children of the specified concept plus the specified concept itself. The children of a concept are those concepts that are the source of a non-redundant 

Concept
t116680003|is a|
 relationship whose target is the given concept. The expression constraint below, represented using the brief syntax, evaluates to the set of immediate children of the concept 
Concept
t404684003|Clinical finding|
, plus the concept
Concept
t404684003|Clinical finding|
 itself.

Scg expression
Borderridge
ShowFormatblock
	<<! 404684003|Clinical finding|

Using the long syntax, the above expression constraint may be represented as:

Scg expression
Borderridge
ShowFormatblock
	childOrSelfOf 404684003|Clinical finding|

Please note that the childOrSelfOf function may only be executed against a finite and pre-classified substrate, and that the results of this function are specific to the substrate used. The childOrSelfOf function may also be applied to nested expression constraints (as discussed in  6.7 Nested Expression Constraints).

Ancestor of

A single 'greater than' sign (i.e. ">") indicates that the expression constraint is satisfied by all ancestors of the specified concept. The expression constraint below, using the brief syntax, evaluates to the set of all supertypes (both direct parents and transitive supertypes) of

Concept
t40541001 |Acute pulmonary edema|
:

...

Please note that the parentOf function should only be executed against a finite and pre-classified substrate, and that the results of this function are specific to the substrate used. The parentOf function may also be applied to nested expression constraints (as discussed in  6.7 Nested Expression Constraints).

Parent or Self of

Two consecutive 'greater than' signs directly followed by an exclamation mark (i.e. ">>!") indicates that the expression constraint is satisfied by the set of proximal parents of the specified concept plus the specified concept itself. The parents of a concept are those concepts that are the target of a non-redundant 

Concept
ShowPartsterm
t116680003 |is a|
 relationship whose source is the given concept. The expression constraint below, represented using the brief syntax, evaluates to the set of immediate parents of the concept 
Concept
t40541001 |Acute pulmonary edema|
, plus the concept
Concept
t40541001 |Acute pulmonary edema|
 itself.

Scg expression
Borderridge
ShowFormatblock
	>>! 40541001 |Acute pulmonary edema|

Using the long syntax, the above expression constraint may be represented as:

Scg expression
Borderridge
ShowFormatblock
	parentOrSelfOf 40541001 |Acute pulmonary edema|

Please note that the parentOrSelfOf function should only be executed against a finite and pre-classified substrate, and that the results of this function are specific to the substrate used. The parentOrSelfOf function may also be applied to nested expression constraints (as discussed in  6.7 Nested Expression Constraints).

...