OwS Style Sheet Directive: pattern
Version vom 21. September 2016, 21:08 Uhr von Caumanns (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Syntax == <font face="courier"> {|border="0" |- style="vertical-align:top" | style="width:10em" | ''PatternDirective'' | style="width:3em" | := | style=…“)
Syntax
| PatternDirective | := | #pattern StyleName => PatternMask => PatternTemplate | ||
| PatternMask | := | VariableName? ( Separator VariableName? )* | ||
| VariableName | := | %SimpleName | ||
| PatternTemplate | := | Text |
description
Examples
| Style Sheet | Text | Comment | ||
|---|---|---|---|---|
| OwS | #heading 2 codesystem .Name ( .Version ) | Comment | ||
| OwS | define system OPS = CTS2LE.Systems[OID=(1.2.276.0.76.5.425)] | Comment | ||
| OwS | #pattern Bullet 1 => %name ( %system : %code ) => define concept(%name) = (%code)@(%system) | Comment | ||
| Überschrift 2 | Offered Procedures (0.1) | Comment | ||
| OwS.URI | http://hospital.com/V13 | Comment | ||
| OwS.Description | This value set lists all procedures that are performed by the clinics of the ABC-hospital. | Comment | ||
| Bullet 1 | - heart valve surgery (OPS: 5-35) | Comment | ||
| Bullet 1 | - coronar vessel surgery (OPS: 5-36) | Comment | ||
| Bullet 1 | - athroscopic surgery (OPS: 5-81) | Comment |