Device
Return to types list
Type Properties
Properties
| Property | Value |
| id | ef9cf8d5-6c0b-4292-997f-4047240bc7be |
| name | Device |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt |
|
Type Details
|
|
|
|
device Information related to medical equipment.
| Name | Type | IsRequired | Description |
| when | d:date-time | Yes | The date and time the report. |
| device-name | string | No | The name of the medical equipment. |
| vendor | t:person | No | The vendor of the medical equipment. |
| model | string | No | Free form model name of the medical equipment. |
| serial-number | string | No | Free form serial number of the medical equipment. |
| anatomic-site | string | No | The location on the body where the device
takes readings. |
| description | string | No | A free form description of the of the medical equipment. |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:device="urn:com.microsoft.wc.thing.equipment" 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.equipment">
<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>EF9CF8D5-6C0B-4292-997F-4047240BC7BE</type-id>
<type-name>Device</type-name>
<wrapper-class-name>Device</wrapper-class-name>
<wrapper-class-fwlink>136095</wrapper-class-fwlink>
<sample-xml-fwlink>136096</sample-xml-fwlink>
<data-type-guide-fwlink>136094</data-type-guide-fwlink>
<summary>Information related to medical equipment.</summary>
<remarks>This thing type describes medical equipment a person has.</remarks>
<effective-date-element>when</effective-date-element>
</documentation>
</annotation>
<element name="device">
<complexType>
<annotation>
<documentation>
<summary>Information related to medical equipment.</summary>
<remarks>This thing type describes medical equipment a person has.</remarks>
</documentation>
</annotation>
<sequence>
<element name="when" type="d:date-time">
<annotation>
<documentation>
<summary>The date and time the report.</summary>
</documentation>
</annotation>
</element>
<element name="device-name" type="string" minOccurs="0">
<annotation>
<documentation>
<summary>The name of the medical equipment.</summary>
</documentation>
</annotation>
</element>
<element name="vendor" type="t:person" minOccurs="0">
<annotation>
<documentation>
<summary>The vendor of the medical equipment.</summary>
</documentation>
</annotation>
</element>
<element name="model" type="string" minOccurs="0">
<annotation>
<documentation>
<summary>Free form model name of the medical equipment.</summary>
</documentation>
</annotation>
</element>
<element name="serial-number" type="string" minOccurs="0">
<annotation>
<documentation>
<summary>Free form serial number of the medical equipment.</summary>
</documentation>
</annotation>
</element>
<element name="anatomic-site" type="string" minOccurs="0">
<annotation>
<documentation>
<summary>The location on the body where the device takes readings.</summary>
</documentation>
</annotation>
</element>
<element name="description" type="string" minOccurs="0">
<annotation>
<documentation>
<summary>A free form description of the of the medical equipment.</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 |
| device-name | Device | String | 100 |
| model | Model | String | 100 |
| description | Description | 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 |
|