OwS System Object: OwS: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „== Defined Properties == {| class = "wikitable" ! Property Name !! RWDS !! Type !! Subtype !! Card. !! Definition |- | Name || RD || s…“) |
(→Defined Properties) |
||
| Zeile 21: | Zeile 21: | ||
* If TraceLevel is set to "info" error messages, warnings and additional informative statements will be written to the trace log. | * If TraceLevel is set to "info" error messages, warnings and additional informative statements will be written to the trace log. | ||
The default value for this property is "info". | The default value for this property is "info". | ||
| + | |- | ||
| + | | TargetFormat || RWD || collection || object || 0..1 || List of targte fornat to be generated by the OwS compiler. Objects in this collection may be of type | ||
| + | * FHIR: HL7 FHIR code system or value set (FHIR version and binding may be set via a respective object) | ||
| + | * OwS-OL: OwS Object Language output from the OwS tokenizer | ||
| + | If no target format is defined, the OwL compiler only generates output for the default format (recently FHIR DSTU-2 with XML Binding). | ||
|} | |} | ||
Aktuelle Version vom 14. Oktober 2016, 11:29 Uhr
Defined Properties
| Property Name | RWDS | Type | Subtype | Card. | Definition |
|---|---|---|---|---|---|
| Name | RD | string | 1..1 | "OwS" | |
| Type | RD | string | 1..1 | "OwS" | |
| Date | RWD | string | 1..1 | Date that will be used wherever the current date is requested. By default this property is set to today but may be overwritten with any other value. OwS date values are provided as YYYY-MM-DD. | |
| ResolveMode | RWD | string | 1..1 | Value may be "basic" or "full".
The default value for this property is "basic". | |
| TraceLevel | RWDS | string | 1..1 | Value may be "error", "warning" or "info".
The default value for this property is "info". | |
| TargetFormat | RWD | collection | object | 0..1 | List of targte fornat to be generated by the OwS compiler. Objects in this collection may be of type
If no target format is defined, the OwL compiler only generates output for the default format (recently FHIR DSTU-2 with XML Binding). |