Insulin Injection
Return to types list
Type Properties
Properties
| Property | Value |
| id | 3b3c053b-b1fe-4e11-9e22-d4b480de74e8 |
| name | Insulin Injection |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | form, mtt, stt, rss |
|
Type Details
|
|
|
|
insulin-injection Any insulin injection used to treat diabetes.
| Name | Type | IsRequired | Description |
| type | t:codable-value | Yes | The type of the insulin used. For example, 'Analoga' or 'Normal' |
| amount | t:insulin-injection-value | Yes | The amount of insulin injected. The typical range is 0.1-50IE. An IE unit is 1/100ml. |
| device-id | string | No | The unique id or serial number for the insulin package. If available, this value can be used to
correlate results. |
|
Schema
Open schema as a file
Verify XML against this schema
<schema xmlns:insulin="urn:com.microsoft.wc.thing.insulin" 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.insulin">
<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>3B3C053B-B1FE-4E11-9E22-D4B480DE74E8</type-id>
<type-name>Insulin Injection</type-name>
<wrapper-class-name>InsulinInjection</wrapper-class-name>
<wrapper-class-fwlink>136170</wrapper-class-fwlink>
<sample-xml-fwlink>136171</sample-xml-fwlink>
<data-type-guide-fwlink>136169</data-type-guide-fwlink>
<summary>Any insulin injection used to treat diabetes.</summary>
<remarks>The injection may or may not have a device component.Each new injection package should have a new insulin-injection thing, evenif there is a containing device that is reusable.Changes in regimen (min/max doses per day) should alsocause a new thing to be created.</remarks>
</documentation>
</annotation>
<element name="insulin-injection">
<complexType>
<annotation>
<documentation>
<summary>Any insulin injection used to treat diabetes.</summary>
<remarks>The injection may or may not have a device component.Each new injection package should have a new insulin-injection thing, evenif there is a containing device that is reusable.Changes in regimen (min/max doses per day) should alsocause a new thing to be created.</remarks>
</documentation>
</annotation>
<sequence>
<element name="type" type="t:codable-value">
<annotation>
<documentation>
<summary>The type of the insulin used.</summary>
<remarks>For example, 'Analoga' or 'Normal'</remarks>
<preferred-vocabulary>insulin-types</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element name="amount" type="t:insulin-injection-value">
<annotation>
<documentation>
<summary>The amount of insulin injected.</summary>
<remarks>The typical range is 0.1-50IE. An IE unit is 1/100ml.</remarks>
</documentation>
</annotation>
</element>
<element name="device-id" type="string" minOccurs="0">
<annotation>
<documentation>
<summary>The unique id or serial number for the insulin package.</summary>
<remarks>If available, this value can be used to correlate results.</remarks>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
</element>
</schema>
Columns
Columns describe this type in the STT and MTT transformations.
Columns
| Tag | Label | Type | Width |
| type | Type | String | 100 |
| amount | Amount | String | 100 |
| device-id | Device ID | 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 |
|