Medical Image Study
Return to types list
Type Properties
Properties
| Property | Value |
| id | c75651c8-548e-449f-8942-9e6379b0b88a |
| name | Medical Image Study |
| uncreatable | false |
| immutable | false |
| singleton | false |
| transforms | mtt, stt, form, upversion |
|
Type Details
|
|
|
|
medical-image-study A collection of medical images.
| Name | Type | IsRequired | Description |
| when | d:date-time | Yes | The date and time the study was created. DICOM tags (0008,0020) and (0008,0030) |
| patient-name | t:stringnznw | No | The name of the patient as contained in the medical image. DICOM tag (0010,0010) |
| description | t:stringnznw | No | A description of the study. DICOM tag (0008,1030) |
| series | this:medical-image-study-series | Yes | A collection of series. |
| reason | t:codable-value | No | The reason for the study DICOM tag (0032,1030) |
| preview-blob-name | t:stringnznw | No | The name of the blob holding a smaller version of the image suitable for web viewing or email. Previews should be stored using the jpeg or png format.
It is recommended that the shorter dimension of the image be no less than 500 pixels in size. |
| key-images | this:medical-image-study-series-image | No | The important images in the study. |
| study-instance-uid | t:stringnznw | No | The study instance UID. DICOM tag (0020,000D) |
|
medical-image-study-series-image Information about a single image in a series.
| Name | Type | IsRequired | Description |
| image-blob-name | t:stringnznw | Yes | The name of the blob holding the original data for this image. DICOM tag (0008,0018). |
| image-preview-blob-name | t:stringnznw | No | The name of the blob holding a smaller version of the image suitable for web viewing or email. Previews should be stored using the jpeg or png format.
It is recommended that the shorter dimension of the image be no less than 500 pixels in size. |
|
medical-image-study-series A specific series of images.
| Name | Type | IsRequired | Description |
| acquisition-datetime | d:date-time | Yes | The date and time that the image was acquired. DICOM tag: (0008,0022), (0008,0032) |
| description | t:stringnznw | No | A description of the series. DICOM tag (0008,103E) |
| images | this:medical-image-study-series-image | Yes | The collection of images. |
| institution-name | t:Organization | No | The name of the institution where the images were acquired. DICOM tag (0008,0080) |
| referring-physician | t:person | No | The physician who ordered the study. DICOM tag (0008,0090) |
| modality | t:codable-value | No | The method (or modality) in which the images were acquired. DICOM tag (0008,0060) |
| body-part | t:codable-value | No | The body part that was imaged. DICOM tag (0018,0015) |
| preview-blob-name | t:stringnznw | No | The name of the blob holding a smaller version of the image suitable for web viewing or email. Previews should be stored using the jpeg or png format.
It is recommended that the shorter dimension of the image be no less than 500 pixels in size. |
| series-instance-uid | t:stringnznw | No | The series instance UID. DICOM tag (0020,000E) |
|
Schema
Open schema as a file
Verify XML against this schema
<?xml version="1.0" encoding="utf-16"?>
<schema xmlns:d="urn:com.microsoft.wc.dates" xmlns:t="urn:com.microsoft.wc.thing.types" xmlns:this="urn:com.microsoft.wc.thing.medical-images" targetNamespace="urn:com.microsoft.wc.thing.medical-images" xmlns="http://www.w3.org/2001/XMLSchema">
<import schemaLocation="base.xsd" namespace="urn:com.microsoft.wc.thing.types" />
<import schemaLocation="dates.xsd" namespace="urn:com.microsoft.wc.dates" />
<annotation>
<documentation>
<type-id xmlns="http://www.w3.org/2001/XMLSchema">c75651c8-548e-449f-8942-9e6379b0b88a</type-id>
<type-name xmlns="http://www.w3.org/2001/XMLSchema">Medical Image Study</type-name>
<wrapper-class-name xmlns="http://www.w3.org/2001/XMLSchema">MedicalImageStudy</wrapper-class-name>
<summary xmlns="http://www.w3.org/2001/XMLSchema">A study containing medical images.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM data is stored in the named blob portion of the data type, and it is recommended that normalDICOM conventions are used for naming.An application may store XDS-i manifest information in XML format in the xds-i element.</remarks>
</documentation>
</annotation>
<complexType name="medical-image-study-series-image">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">Information about a single image in a series.</summary>
</documentation>
</annotation>
<sequence>
<element name="image-blob-name" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The name of the blob holding the original data for this image. </summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM tag (0008,0018).</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="image-preview-blob-name" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The name of the blob holding a smaller version of the image suitable for web viewing or email. </summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">Previews should be stored using the jpeg or png format.It is recommended that the shorter dimension of the image be no less than 500 pixels in size.</remarks>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
<complexType name="medical-image-study-series">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">A specific series of images.</summary>
</documentation>
</annotation>
<sequence>
<element name="acquisition-datetime" type="d:date-time">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The date and time that the image was acquired.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM tag: (0008,0022), (0008,0032)</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="description" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">A description of the series.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM tag (0008,103E)</remarks>
</documentation>
</annotation>
</element>
<element maxOccurs="unbounded" name="images" type="this:medical-image-study-series-image">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The collection of images.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="institution-name" type="t:Organization">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The name of the institution where the images were acquired.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM tag (0008,0080)</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="referring-physician" type="t:person">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The physician who ordered the study.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM tag (0008,0090)</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="modality" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The method (or modality) in which the images were acquired.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM tag (0008,0060)</remarks>
<preferred-vocabulary xmlns="http://www.w3.org/2001/XMLSchema">dicom.modality</preferred-vocabulary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="body-part" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The body part that was imaged. </summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM tag (0018,0015)</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="preview-blob-name" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The name of the blob holding a smaller version of the image suitable for web viewing or email. </summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">Previews should be stored using the jpeg or png format.It is recommended that the shorter dimension of the image be no less than 500 pixels in size.</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="series-instance-uid" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The series instance UID.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM tag (0020,000E)</remarks>
</documentation>
</annotation>
</element>
</sequence>
</complexType>
<element name="medical-image-study">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">A collection of medical images.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM data is stored in the named blob portion of the data type, and it is recommended that normalDICOM conventions are used for naming.An application may store XDS-i manifest information in XML format in the xds-i element. </remarks>
</documentation>
</annotation>
<complexType>
<sequence>
<element name="when" type="d:date-time">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The date and time the study was created. </summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM tags (0008,0020) and (0008,0030)</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="patient-name" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The name of the patient as contained in the medical image.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM tag (0010,0010)</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="description" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">A description of the study.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM tag (0008,1030)</remarks>
</documentation>
</annotation>
</element>
<element maxOccurs="unbounded" name="series" type="this:medical-image-study-series">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">A collection of series.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="reason" type="t:codable-value">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The reason for the study</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM tag (0032,1030)</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="preview-blob-name" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The name of the blob holding a smaller version of the image suitable for web viewing or email. </summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">Previews should be stored using the jpeg or png format.It is recommended that the shorter dimension of the image be no less than 500 pixels in size.</remarks>
</documentation>
</annotation>
</element>
<element minOccurs="0" maxOccurs="unbounded" name="key-images" type="this:medical-image-study-series-image">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The important images in the study.</summary>
</documentation>
</annotation>
</element>
<element minOccurs="0" name="study-instance-uid" type="t:stringnznw">
<annotation>
<documentation>
<summary xmlns="http://www.w3.org/2001/XMLSchema">The study instance UID.</summary>
<remarks xmlns="http://www.w3.org/2001/XMLSchema">DICOM tag (0020,000D)</remarks>
</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 |
| patient-name | Patient name | String | 100 |
| acquisition-datetime | Acquisition datetime | String | 100 |
| description | Description | String | 100 |
| body-part | Body part | String | 100 |
| modality | Type | String | 100 |
| institution-name | Institution name | String | 100 |
| referring-physician | Referring physician | String | 100 |
| reason | Reason | String | 100 |
| study-instance-uid | Study instance UID | 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 | App | 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 |
|