Allergic Episode
Return to types list
Type Properties
Properties
| Property | Value |
| id | d65ad514-c492-4b59-bd05-f3f6cb43ceb3 |
| name | Allergic Episode |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt |
|
Type Details
|
|
|
|
allergic-episode Information related to a single instance of an allergic
reaction.
| Name | Type | IsRequired | Description |
| when | d:date-time | No | The date and time the episode occurred. |
| name | t:codable-value | No | The name of the allergy. |
| reaction | t:codable-value | No | The description of the symptoms of this
allergic reaction. |
| treatment | t:codable-value | No | A description of the treatment taken for this
allergic reaction. |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:allergic-episode="urn:com.microsoft.wc.thing.allergic-episode" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:d="urn:com.microsoft.wc.dates" xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:com.microsoft.wc.thing.allergic-episode">
<import namespace="urn:com.microsoft.wc.thing.types" schemaLocation="base.xsd" />
<import namespace="urn:com.microsoft.wc.dates" schemaLocation="dates.xsd" />
<annotation>
<documentation>
<type-id>d65ad514-c492-4b59-bd05-f3f6cb43ceb3</type-id>
<type-name>Allergic Episode</type-name>
<wrapper-class-name>AllergicEpisode</wrapper-class-name>
<wrapper-class-fwlink>136032</wrapper-class-fwlink>
<sample-xml-fwlink>136033</sample-xml-fwlink>
<data-type-guide-fwlink>136031</data-type-guide-fwlink>
<summary>Information related to a single instance of an allergicreaction.</summary>
<effective-date-element>when</effective-date-element>
</documentation>
</annotation>
<element name="allergic-episode">
<complexType>
<annotation>
<documentation>
<summary>Information related to a single instance of an allergicreaction.</summary>
</documentation>
</annotation>
<sequence>
<element name="when" minOccurs="1" maxOccurs="1" type="d:date-time">
<annotation>
<documentation>
<summary>The date and time the episode occurred.</summary>
</documentation>
</annotation>
</element>
<element name="name" minOccurs="1" maxOccurs="1" type="t:codable-value">
<annotation>
<documentation>
<summary>The name of the allergy.</summary>
</documentation>
</annotation>
</element>
<element name="reaction" minOccurs="0" maxOccurs="1" type="t:codable-value">
<annotation>
<documentation>
<summary>The description of the symptoms of this allergic reaction.</summary>
</documentation>
</annotation>
</element>
<element name="treatment" type="t:codable-value" minOccurs="0" maxOccurs="1">
<annotation>
<documentation>
<summary>A description of the treatment taken for thisallergic reaction.</summary>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
</element>
</schema>
Columns
Columns describe this type in the STT and MTT transformations.
Columns
| Tag | Label | Type | Width |
| when | Date | String | 100 |
| what | Name | String | 100 |
| reaction | Reaction | String | 100 |
| treatment | Treatment | String | 100 |
| wc-id | ID | String | 50 |
| wc-version | Version Stamp | String | 50 |
| wc-note | Note | String | 100 |
| wc-tags | Tags | String | 100 |
| wc-date | Effective Date | DateTime | 50 |
| wc-type | Type Name | String | 50 |
| wc-typeid | Type ID | String | 50 |
| wc-source | Source | String | 100 |
| wc-brands | Brands | String | 100 |
| wc-relatedthings | Related Items | String | 100 |
| wc-ispersonal | Is Personal | Boolean | 40 |
| wc-audit-personname | Changed by | String | 100 |
| wc-audit-date | Date | DateTime | 100 |
| wc-audit-action | Action | String | 100 |
| wc-audit-appname | Program | String | 100 |
| wc-issigned | Signed | Boolean | 50 |
| wc-isdownversioned | Down Versioned | Boolean | 50 |
| wc-isupversioned | Up Versioned | Boolean | 50 |
| wc-state | Item State | String | 50 |
|