OwS Macro Language (OML): Unterschied zwischen den Versionen

Aus CTS2-LE
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „ ==== OwS Object Language (OOL) Statements ==== ;define :define a new OwS object ;set :set the value of a name…“)
 
 
Zeile 1: Zeile 1:
  
==== OwS Object Language (OOL) Statements ====
+
==== OwS Macro Language (OML) Directives ====
;[[OwS Statement: define|define]]
 
:define a new OwS object
 
;[[OwS Statement: set|set]]
 
:set the value of a named property of an identifiable object
 
;[[OwS Statement: default|default]]
 
:set a default value for a named property
 
;[[OwS Statement: Object Relationship|--''predicate''-->]]
 
:define a concept relationship
 
  
All OOL Statements build upon a small set of [[OwS Statement: Base Types|'''Base Types''']].
+
;[[OwS Style Sheet Directive: OwS.StyleName|''OwS.StyleName'']]
 +
:directly may a style sheet onto a property
  
==== OwS Object Language (OOL) Object Types ====
+
;[[OwS Style Sheet Directive: heading|''#heading'']]
;[[OwS Object Type: codesystem|codesystem]]
+
:define a concept hierarchy from a Word section hierarchy
:object representing the OwS definition of an ontology, terminology or value set
 
;[[OwS Object Type: system|system]]
 
:object representing an externally defined ontology, terminology or value set
 
;[[OwS Object Type: concept|concept]]
 
:object representing a concept (internally or externally defined)
 
;[[OwS Object Type: predicate|predicate]]
 
:object representing the definition of a predicate that defines a relationship between two concepts
 
;[[OwS Object Type: property|property]]
 
:object representing the definition of a property to an object
 
;[[OwS Object Type: string|string]]
 
:object representing a text, name, URI, etc.
 
;[[OwS Object Type: collection|collection]]
 
:object representing a set of objects
 
  
==== OwS Object Language (OOL) System Objects ====
+
;[[OwS Style Sheet Directive: obligation|''#obligation'']]
;[[OwS System Object: CTS2LE|CTS2LE]]
+
:perform pre- and/or postprocessing of a defined style sheet
:system object for configuring how OwS interacts with a CTS2LE terminology server
+
 
;[[OwS System Object: OwS|OwS]]
+
;[[OwS Style Sheet Directive: pattern|''#pattern'']]
:system object for configuring the OwS Interpreter
+
:perform pattern based text transformations
;[[OwS System Object: FHIR|FHIR]]
+
 
:system object for controlling how the OwS Interpreter transforms your document to a set of FHIR resources
+
;[[OwS Style Sheet Directive: table|''#table'' ]]
 +
:read a concept hierarchy from a table
 +
 
 +
;[[OwS Style Sheet Directive: stylemapping|''#stylemapping'' ]]
 +
:control style sheets from sub-headings
 +
 
 +
;[[OwS Tokenizer Directive: goto|''#goto ... #return'']]
 +
:control the order in which an OwS document is processed
 +
 
 +
;[[OwS Tokenizer Directive: package|''#package ... #endpackage'']]
 +
:define simple procedures

Aktuelle Version vom 5. Oktober 2016, 13:30 Uhr

OwS Macro Language (OML) Directives

OwS.StyleName
directly may a style sheet onto a property
#heading
define a concept hierarchy from a Word section hierarchy
#obligation
perform pre- and/or postprocessing of a defined style sheet
#pattern
perform pattern based text transformations
#table
read a concept hierarchy from a table
#stylemapping
control style sheets from sub-headings
#goto ... #return
control the order in which an OwS document is processed
#package ... #endpackage
define simple procedures