DICOM Conformance Statement for Scanner Interface. Release 4.7.1

Size: px
Start display at page:

Download "DICOM Conformance Statement for Scanner Interface. Release 4.7.1"

Transcription

1 DICOM Conformance Statement for Scanner Interface Release Document: Pd088CONFSTAT edition 3 11 August Elekta. All rights reserved.

2 Issued by: P. O. BOX 7593 SE STOCKHOLM SWEDEN Tel: Fax: Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 2

3 Contents 1 Introduction Scope and field of application Reference documents Terminology Important notes 6 2 Implementation Model... 8 Applications data flow diagram Functional definitions of Application Entities Sequencing of Real World Activities 10 3 AE specifications Storage Server AE Specification Image Converter AE Networking Specification Image Converter AE Media Storage Specifications Echo Utility AE Specifications 21 4 Communication profiles Supported Communication Stacks TCP/IP Stack Physical Media Support 23 5 Extensions, Specialization, Privatization Configuration AE Title/Presentation Address Mapping Configurable Parameters 25 7 Support of Extended Character Sets A. Image Objects Attributes Stored in the Local ENS Database Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 3

4 List of tables Table 1: SOP Classes supported by the Storage Server Table 2: Presentation context table: C-STORE service...13 Table 3: Presentation context table: C-ECHO service...14 Table 4: SOP Classes supported by the Image Converter Table 5: Presentation context table: C-FIND service...16 Table 6: Patient Level Attributes used as Keys in C-FIND queries...16 Table 7: Study Level Attributes used as Keys in C-FIND queries...17 Table 8 Series Level Attributes used as Keys in C-FIND queries...17 Table 9: Image Level Attributes used as Keys in C-FIND queries...17 Table 10 Status handled in C-FIND response...18 Table 11: Presentation context table: C-MOVE service user...18 Table 12 Attributes used in C-MOVE requests...19 Table 13 Status handled in C-MOVE response...19 Table 14 Media Storage specification...20 Table 15 Media Storage: Objects and Transfer...21 Table 16: Presentation context table: C-ECHO service user...22 Table 17 Attributes used by Elekta applications...28 Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 4

5 1 Introduction 1.1 Scope and field of application The scope of this DICOM conformance statement is to facilitate data exchange with equipment of Elekta Neuro Sciences. This document specifies the conformance to the DICOM standard (formally called the NEMA PS3.X-1993 standards). It contains a short description of the applications involved and provides technical information about the data exchange capabilities of the equipment. The main elements describing these capabilities are the supported DICOM service object pairs (SOP) classes, Roles and Transfer Syntaxes. 1.2 Reference documents Digital Imaging and Communications in Medicine (DICOM). Version 3.0. National Electrical Manufacturer s Association. Rosslyn, VA, United States of America Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 5

6 1.3 Terminology Term AE AET AP Elekta workstation ENS FSR PDU SCP SCU SOP UID Explanation Application Entity Application Entity Title Application Profile The workstation that supports Storage Server and Image Converter AEs Elekta Neuro Sciences File Set Reader Protocol data unit Service Class Provider Service Class User Service Object Pair Unique Identifier 1.4 Important notes This Conformance Statement by itself does not guarantee successful interoperability of Elekta equipment with non-elekta equipment. The user (or user's agent) should be aware of the following issues: Scope The goal of DICOM is to facilitate inter-connectivity rather than interoperability. Interoperability refers to the ability of application functions, distributed over two or more systems, to work successfully together. The integration of medical devices into a networked environment may require application functions that are not specified within the scope of DICOM. Consequently, using only the information provided by this Conformance Statement does not guarantee interoperability of Elekta equipment with non-elekta equipment. It is the user's responsibility to analyze thoroughly the application requirements and to specify a solution that integrates Elekta equipment with non- Elekta equipment. Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 6

7 Validation Elekta equipment has been carefully tested to assure that the actual implementation of the DICOM interface corresponds with this Conformance Statement. Where Elekta equipment is linked to non- Elekta equipment, the first step is to compare the relevant Conformance Statements. If the Conformance Statements indicate that successful information exchange should be possible, additional validation tests will be necessary to ensure the functionality, performance, accuracy and stability of image and image related data. It is the responsibility of the user (or user's agent) to specify the appropriate test suite and to carry out the additional validation tests. New versions of the DICOM Standard The DICOM standard will evolve in future to meet the user's growing requirements and to incorporate new features and technologies. Elekta plans to adapt its equipment to future versions of the DICOM standard. In order to do so, Elekta reserves the right to make changes to its products or to discontinue its delivery. The user should ensure that any non-elekta provider linking to Elekta equipment also adapts to future versions of the DICOM Standard. If not, the incorporation of DICOM enhancements into Elekta equipment may lead to loss of connectivity (in case of networking) and incompatibility (in case of media). Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 7

8 2 Implementation Model The scanner interface consists of three different Application Entities: Storage Server, Image Converter and Echo Utility 2.1 Applications data flow diagram Local Remote Storage Server DICOM AE C-STORE request Verify request Query/ Retrieve Request Image Converter DICOM AE Query/ Retrieve Respons Display Directory of MO-disk Copy to local Storage FSR (M-READ) DICOM 1,2 GB MO-disk Verify respons Echo utility DICOM AE Verify request Verify respons DICOM Standard Interface Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 8

9 2.2 Functional definitions of Application Entities Storage Server The Elekta Storage Server waits for another application to connect at the TCP/IP port number specified when the application is installed. When another application makes a DICOM association request, the Storage Server acts as a SCP for the storage service class: It stores some attributes of the received image in the local database of the Elekta workstation. The only purpose of the Storage Server is to provide source DICOM images to the Elekta Image Converter. The Storage Server also acts as a SCP for the verification service class: It responds to C- ECHO requests from other applications. Image Converter The Elekta Image Converter interacts with the DICOM standard in three ways: as a SCU of the Query/Retrieve (C-FIND and C-MOVE) service class, as a partially conformant FSR to read files from some DICOM conformant media, and to extract from DICOM objects (image files) useful information for other Elekta applications. As a SCU of Query/Retrieve service class, the Image Converter tries to initiate association with selected applications on other DICOM nodes. When the other application accept the association, the Image Converter first sends "Find" requests to get lists of patients, studies, series and images stored on the other node. The Image Converter then sends move requests for images selected from the above lists in order to retrieve the selected images from the Elekta Workstation. The normal result of these "move" requests is a "Storage" request emitted by the other node and handled by the Elekta Storage Server. As a partially conformant FSR, the Image Converter is able to perform the M-READ Media Storage Operation: it recognizes the DICOMDIR structure and the DICOM files stored on some media (optical disks). The Image Converter does not perform the M-INQUIRE Media Storage Operation. Echo Utility The Echo Utility is available to Elekta Service engineers for test and validation purposes. It sends a verify request to a specified DICOM node. It therefore acts as a SCU for the verification service class. Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 9

10 2.3 Sequencing of Real World Activities Not applicable Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 10

11 3 AE specifications 3.1 Storage Server AE Specification The Storage Server Application Entity provides Standard Conformance the following DICOM V3.0 SOP classes as a SCP: SOP Class Name UID CT Image Storage STORE MR Image Storage - STORE XA Image Storage - STORE PET Image Storage STORE SC Image Storage - STORE Verification Table 1: SOP Classes supported by the Storage Server. Association Establishment Policies General The Elekta Storage Server accepts association in response to C-STORE requests from other Applications Entities. It will only accept C-STORE requests for CT, MR, XA, PET and SC SOP classes and in this case will act as storage service class provider. It also accepts association in response to C-ECHO requests and act as verification service class provider. The Storage Server is a UNIX daemon, waits for C-STORE or C-ECHO requests, and performs the necessary operations upon it receiving such requests. Upon receiving a Query/Retrieve MOVE request from the Image Converter, the Storage Server provides the C-STORE service. Number of Associations The number of simultaneous associations that will be accepted by the Elekta Storage Server is limited to 1. Asynchronous Nature The Elekta Storage Server does not perform asynchronous operations window negotiation. Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 11

12 Implementation Identifying Information The Elekta Storage Server does not export any DICOM object. The only occasion where an Implementation Identifier may be used is during the establishment of the association with a DICOM peer. For this reason the implementation identifying information of the underlying Merge COM3 toolkit has been kept unchanged: IMPLEMENTATION_CLASS_UID = IMPLEMENTATION_VERSION= MergeCOM3_251 Association Initiation by Real World Activity The Elekta Storage Server never initiates an association. Association Acceptance Policy Remote System Requests Image Storage Associated Real World Activity A DICOM AE sends a storage request to the Elekta Storage Server. If the request is accepted the images are stored on the Elekta Storage Server. Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 12

13 Presentation context table Presentation Context Table Abstract Syntax Transfer Syntax List Role Extended Negotiation Name UID Name UID CT Image Storage Implicit VR Little Endian SCP None Explicit VR Little Endian Explicit VR Big Endian MR Image Storage Implicit VR Little Endian SCP None Explicit VR Little Endian Explicit VR Big Endian PET Image Storage Implicit VR Little Endian SCP None Explicit VR Little Endian Explicit VR Big Endian X-Ray Angiografic Implicit VR Little Endian SCP None Image Storage Explicit VR Little Endian Explicit VR Big Endian Secondary Capture Implicit VR Little Endian SCP None Image Storage Explicit VR Little Endian Table 2: Presentation context table: C-STORE service Explicit VR Big Endian C-STORE SCP conformance The Elekta Storage Server is Conformance Level 0 Storage SCP. Only a subset of the attributes of the received images is stored (see Appendix A). All other attributes are discarded. On the Elekta workstation, the stored attributes may be accessed only through Elekta applications and only for display. The duration of storage of these attributes is at the user discretion. Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 13

14 Presentation context acceptance criterion The Elekta Storage Server will accept any context listed in Table 2. There is no check for duplicate contexts. Transfer syntax selection policies The preference in acceptance of Transfer Syntaxes is: Explicit Big Endian above Explicit Little Endian above Implicit Little Endian. Remote system requests verification Associated real world activity A remote DICOM AE wish to verify the application level communication using the C-ECHO command. Presentation context table Presentation Context Table Abstract Syntax Transfer Syntax List Role Extended Name UID Name UID Negotiation Verification Implicit VR Little Endian SCP None Explicit VR Little Endian SCP None Explicit VR Big Endian SCP None Table 3: Presentation context table: C-ECHO service C-ECHO SCP conformance The Elekta Storage Server provides standard conformance to the C-ECHO service as a Service Class Provider. Presentation context acceptance criterion The only accepted presentation context is defined in Table 3. Transfer syntax selection policies The preference in acceptance of Transfer Syntaxes is: Explicit Big Endian above Explicit Little Endian above Implicit Little Endian Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 14

15 3.2 Image Converter AE Networking Specification The Image Converter Application Entity provides Standard Conformance with the following DICOM V3.0 SOP classes as an SCU: SOP Class Name UID Patient Root Q/R Information Model FIND Patient Root Q/R Information Model MOVE Table 4: SOP Classes supported by the Image Converter. Association Establishment Policies General The Elekta Image Converter attempts to initiate associations and issues C-FIND and C-MOVE requests to other Applications Entities. Number of Associations The number of concurrent associations that will be initiated by the Elekta Image Converter is limited to 1. Asynchronous Nature The Elekta Image Converter does not perform asynchronous operations window negotiation Implementation Identifying Information The Elekta Image Converter does not export any DICOM object. The only occasion where an Implementation Identifier may be used is during the establishment of the association with a DICOM peer. For this reason the implementation identifying information of the underlying Merge COM3 toolkit has been kept unchanged: IMPLEMENTATION_CLASS_UID = IMPLEMENTATION_VERSION= MergeCOM3_251 Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 15

16 Association Initiation by Real World Activity Query a Remote Database Associated Real World Activity A remote database is queried when the user selects a pre-registered peer DICOM AE in the user interface of the ENS product. This initiates the C-FIND service. Proposed Presentation Context Image Converter proposes the presentation context shown in the table below when performing C- FIND requests. Presentation Context Table Abstract Syntax Transfer Syntax List Role Extended Negotiation Name UID Name UID Patient Root Q/R Implicit VR Little Endian SCU None Information Model FIND Explicit VR Little Endian Explicit VR Big Endian Table 5: Presentation context table: C-FIND service C-FIND SCU conformance For each level of the Patient Root Information Model, the Image Converter generates queries containing the Required, Unique and Optional keys listed in the tables below. An 'Empty' value means that the SCP will perform a universal match on that key. Name TAG Type Programmed value Patient Name (0010, 0010) Required Programmed PN Patient ID (0010, 0020) Unique Empty Table 6: Patient Level Attributes used as Keys in C-FIND queries "Programmed PN" is built as '*XYZ*', where X, Y and Z are the three first letters of the patient name typed by the user. Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 16

17 Name TAG Type Programmed value Patient Name (0010, 0010) Optional as returned from Patient level Patient ID (0010, 0020) Optional as returned from Patient level Study date (0008, 0020) Required Empty Study Time (0008, 0030) Required Empty Accession number (0008, 0050) Required Empty Study ID (0020, 0010) Required Empty Study Instance UID (0020, 000D) Unique Empty Table 7: Study Level Attributes used as Keys in C-FIND queries Name TAG Type Programmed value Patient ID (0010, 0020) Optional as returned from Patient level Study ID (0010, 0020) Optional Empty Study Instance UID (0020,000D) Optional as returned from Study level Modality (0008, 0060) Required Empty Series number (0020, 0011) Required Empty Series Instance UID (0020, 000E) Unique Empty Table 8 Series Level Attributes used as Keys in C-FIND queries Name TAG Type Programmed value Patient ID (0010, 0020) Optional as returned from Patient level Study Instance UID (0020,000D) Optional as returned from Study level Modality (0008, 0060) Optional Empty Series number (0020, 0011) Optional Empty Series Instance UID (0020, 000E) Optional as returned from Series level Image number (0020, 0013) Required Empty SOP instance UID (0008, 0018) Unique Empty Table 9: Image Level Attributes used as Keys in C-FIND queries Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 17

18 The Image Converter recognizes and handles the following statuses in the C-FIND response: Status Hex Code C_FIND_SUCCESS 0000 C_FIND_PENDING C_FIND_PENDING_NO_OPTIONAL_KEY_SUPPORT C_FIND_FAILURE_REFUSED_NO_RESOURCES C_FIND_FAILURE_INVALID_DATASET C_FIND_FAILURE_UNABLE_TO_PROCESS FF00 FF01 A700 A900 C001 Table 10 Status handled in C-FIND response Retrieve Image(s) from a Remote Database Associated Real World Activity The C-MOVE operation is initiated after the user has selected images to retrieve and asked for their transfer. The "retrieve" operation is performed only at the image level, but a shortcut in the User Interface allows asking in one request for all images of the same series. Proposed Presentation Context Presentation Context Table Abstract Syntax Transfer Syntax List Role Extended Negotiation Name UID Name UID Patient Root Q/R Implicit VR Little Endian SCU None Information Model MOVE Explicit VR Little Endian Explicit VR Big Endian Table 11: Presentation context table: C-MOVE service user C-MOVE SCU Conformance The Image Converter provides standard conformance. The Image Converter issues the C-MOVE Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 18

19 request at the image level and specifies the following attributes in this request: Name TAG Programmed value Patient ID (0010, 0020) as returned from Patient level C_FIND Study Instance UID (0020,000D) as returned from Study level C_FIND Series Instance UID (0020, 000E) as returned from Series level C_FIND SOP instance UID (0008, 0018) as returned from Image level C_FIND Move destination (0000, 0600) see 6.1 "AE Title/Presentation Address Mapping" Table 12 Attributes used in C-MOVE requests The Image Converter recognizes and handles the following status of the C-MOVE response: Status Hex Code C_MOVE_SUCCESS_NO_FAILURES 0000 C_MOVE_PENDING_MORE_SUB_OPERATIONS FF00 C_MOVE_FAILURE_REFUSED_CANT_CALCULATE C_MOVE_FAILURE_REFUSED_CANT_PERFORM C_MOVE_FAILURE_REFUSED_DEST_UNKNOWN C_MOVE_FAILURE_INVALID_DATASET C_MOVE_FAILURE_UNABLE_TO_PROCESS A701 A702 A801 A900 C001 C_STORE_FAILURE_CANNOT_UNDERSTAND C_STORE_FAILURE_REFUSED_NO_RESOURCES C000 A700 C_STORE_FAILURE_PROCESSING_FAILURE 0110 C_STORE_FAILED_OPERATION C002 Table 13 Status handled in C-MOVE response Association Acceptance Policy The Image Converter does not accept associations initiated by another DICOM AE. Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 19

20 3.3 Image Converter AE Media Storage Specifications Specification The Image Converter can be used to read DICOMDIR directories with CT/MR/SC images on 130 mm 1.2GB magneto-optical disks with 512 byte records. The Image Converter is then partially conformant to the following application profiles: Supported AP Real world activity Role SC Option STD-CTMR-MOD12 Read DICOMDIR CT/MR/SC images FSR Interchange Table 14 Media Storage specification The application is only partially conformant as FSR because it supports the M-READ service but does not support the M-INQUIRE service. The following table defines which objects are read by the application and which transfer syntaxes are supported: Information Object Definition Service Object Pair Class UID Transfer Syntax UID FSR requirement Status Basic Directory Explicit VR Little Endian Uncompressed CT Image JPEG Lossless Process 14 (selection value 1) CT Image Explicit VR Little Endian Uncompressed MR Image JPEG Lossless Process 14 (selection value 1) MR Image Explicit VR Little Endian Uncompressed Mandatory Mandatory Mandatory Mandatory Mandatory Supported Supported Supported Supported Supported SC Image (gray scale) JPEG Lossless Process 14 (selection value 1) Mandatory Supported SC Image (gray scale) Explicit VR Little Endian Uncompressed Mandatory Supported SC Image (palette) JPEG Lossless Process 14 (selection value 1) Optional Not Supported Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 20

21 SC Image (palette) Explicit VR Little Endian Uncompressed Optional Not Supported Detached Patient Management Explicit VR Little Endian Uncompressed Optional Not Supported Table 15 Media Storage: Objects and Transfer Note: The scanner interface do not use the application profile information in the 128 byte preamble of the DICOM file. DICOM files with modality tag (0008,0060) PT, XA and DS can therefore also be imported from magneto-optical disks. Augmented and Private Application Profile Not applicable Extensions, Specialization, Privatization of SOP Classes Not applicable Configuration The M-READ service does not need configuration. Character Sets No extended character sets are supported 3.4 Echo Utility AE Specifications The Echo Utility is available to Elekta Service engineers for test and validation purposes. It sends a verify request to a specified DICOM node. Association Establishment Policies General The Echo Utility attempts to initiate associations and issues C-ECHO request to other Applications Entities. Number of Associations The number of concurrent associations that will be initiated by the Echo Utility is limited to 1. Asynchronous Nature The Echo Utility does not perform asynchronous operations window negotiation Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 21

22 Implementation Identifying Information The Implementation Identifying Information of the underlying Merge COM3 toolkit has been kept unchanged: IMPLEMENTATION_CLASS_UID = IMPLEMENTATION_VERSION = MergeCOM3_251 Association Initiation by Real World Activity Verify Application Level Communication Associated Real World Activity The Elekta Service engineer starts the Echo Utility from the terminal window. Proposed presentation contexts Presentation Context Table Abstract Syntax Transfer Syntax List Role Extended Negotiation Name UID Name UID Verification Implicit VR Little Endian SCU None Explicit VR Little Endian Explicit VR Big Endian Table 16: Presentation context table: C-ECHO service user C-ECHO SCU conformance The Echo Utility provides standard conformance. Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 22

23 4 Communication profiles 4.1 Supported Communication Stacks The Elekta Storage Server and the Image Converter provide DICOM V3.0 TCP/IP Network Communication Support as defined in part 8 of the DICOM standard. 4.2 TCP/IP Stack Elekta Storage Server and Image Converter inherit their TCP/IP stack from the HP-UX (Unix) operating system upon which they execute. 4.3 Physical Media Support See paragraph 3.3 Image Converter AE Media Storage Specifications. Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 23

24 5 Extensions, Specialization, Privatization Not applicable. Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 24

25 6 Configuration Configuration is done by editing application configuration files and resource files. It is intended to be performed by Elekta service engineers only. 6.1 AE Title/Presentation Address Mapping Application Entity Title for the Image Converter is determined by a resource. The value of this resource is defined in the resource file and may be modified by Elekta service engineers during installation/upgrade of the system. The default value (as generated when the application is installed) is ELEKTA_QR. Application Entity Title for the Storage Server is determined by a resource. The value of this resource is defined in the resource file and may be modified by Elekta service engineers during installation/upgrade of the system. The default value (as generated when the application is installed) is ELEKTA_STORAGE. 6.2 Configurable Parameters In addition to the AETs defined in the previous paragraph, the following parameters defining the query/retrieve service provider may be set in the "Image Converter configuration file" by Elekta service engineers: IP address or network node name of the machine supporting the query/retrieve SCP AE title of the query/retrieve SCP port number at which the query/retrieve SCP is waiting for queries Elekta service engineers may also configure the maximum PDU size by editing the mergecom.pro file. Its default value is bytes. Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 25

26 7 Support of Extended Character Sets Extended characters can be handled, but are not fully supported. Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 26

27 A. Image Objects Attributes Stored in the Local ENS Database As explained in paragraph "C-STORE SCP conformance", only a subset of the attributes of the received images is stored and used by other Elekta applications. The tables below list these attributes together with their DICOM tags. Name TAG Usage/Comment Patient Name (0010, 0010) Identification Patient Orientation (0020, 0020) 3D reconstruction Modality (0008, 0060) Identification/Validation See Note 1 Image Orientation Patient (0020, 0037) 3D reconstruction Bits Allocated (0028, 0100) Pixel data interpretation and display Bits stored (0028, 0101) Pixel data interpretation and display Samples per pixel (0028, 0002) Pixel data interpretation and display Photometric Interpretation (0028, 0004) Pixel data interpretation High Bit (0028, 0102) Pixel data interpretation and display Pixel Representation (0028, 0103) Pixel data interpretation and display Columns (0028, 0011) Pixel data interpretation and display Rows (0028, 0010) Pixel data interpretation and display Pixel Data (7FE0, 0010) Pixel data interpretation and display Transfer Syntax UID (0002, 0010) Criteria to perform byte swapping Pixel spacing (0028, 0030) 3D reconstruction Series Number (0020, 0011) Separation of a stack in several series Image Number (0020, 0013) User information Slice Location (0020, 1041) Separation of a stack in several series Study Instance UID (0020, 000D) Separation of a stack in several series Image Position Patient (0020, 0032) 3D reconstruction Slice Thickness (0018, 0050) 3D reconstruction/validation. See Note 2 Echo Numbers (0018, 0086) Separation of a stack in several series Spacing between Slices (0018, 0088) 3D reconstruction/validation See Note 2 Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 27

28 CT rescale slope (0028, 1053) Pixel data interpretation and display CT rescale intercept (0028, 1052) Pixel data interpretation and display Window Center (0028, 1050) Pixel data interpretation and display Window Width (0028, 1051) Pixel data interpretation and display Manufacturer (0008, 0070) User information Series Instance UID (0020, 000E) Separation of a stack in several series SOP Instance UID (0008, 0018) Discriminates between ACR-NEMA 2.0 and DICOM images. Series Type (0054,1000) For rejection of dynamic PET studies. Table 17 Attributes used by Elekta applications Note 1 The accepted values for "modality" are: CT, MR, XA. PT and DS. Note DS is a retired enumerated value for modality since the introduction of XA, but it can still be found in some image headers. Note 2 For a valid 3D reconstruction, it is required that "slice thickness" and "spacing between slices" do not differ more than a site-configured tolerance. Scanner Interface Release Elekta Instrument AB. All rights reserved. Page 28

Technical Publication. DICOM Conformance Statement. Patient Browser 2.1. Document Revision 2. April 13, Copyright BrainLAB AG

Technical Publication. DICOM Conformance Statement. Patient Browser 2.1. Document Revision 2. April 13, Copyright BrainLAB AG Technical Publication DICOM Conformance Statement 2.1 Document Revision 2 April 13, 2011 2011 Copyright BrainLAB AG 1 Conformance Statement Overview This is a conformance statement for the BrainLAB software.

More information

DICOM CONFORMANCE STATEMENT. BrainLAB PatXfer 5

DICOM CONFORMANCE STATEMENT. BrainLAB PatXfer 5 Technical Publication DICOM CONFORMANCE STATEMENT BrainLAB PatXfer 5 Revision 1.0 BrainLAB AG last change: 22.10.2007 17:48 Page 1 of 11 Table of contents DICOM Conformance Statement 0. INTRODUCTION...3

More information

Digital Lightbox 1.0

Digital Lightbox 1.0 Technical Publication DICOM Conformance Statement 1.0 Document Revision 1 June 3, 2008 2008 Copyright BrainLAB AG 1 Conformance Statement Overview This is a conformance statement for the BrainLAB software.

More information

DICOM Conformance Statement. EasyGuide R2.1

DICOM Conformance Statement. EasyGuide R2.1 Philips Medical Systems DICOM Conformance Statement EasyGuide R2.1 Document Number 4522 220 84441 11 March 1998 Philips Medical Systems Page ii DICOM Conformance Statement 4522 220 84441-11 Mar 98 Issued

More information

DICOM Conformance Statement. PCR R5.2 and EasyVision RAD R2.2. Document Number November 1996

DICOM Conformance Statement. PCR R5.2 and EasyVision RAD R2.2. Document Number November 1996 Philips Medical Systems DICOM Conformance Statement PCR R5.2 and EasyVision RAD R2.2 Document Number 4522 220 83581 27 November 1996 Copyright Philips Medical Systems Nederland B.V. 1996 Philips Medical

More information

Punctual Dicom Workstation

Punctual Dicom Workstation DICOM Conformance Statement Punctual Dicom Workstation Company Name Product Name Product Version 2.0 Document number 2008-1001 Date June 1, 2009 Punctual Software Inc. Punctual Dicom Workstation TABLE

More information

Privilege/Prestige. DICOM Conformance Statement. Version Algotec Systems Ltd.

Privilege/Prestige. DICOM Conformance Statement. Version Algotec Systems Ltd. Privilege/Prestige DICOM Conformance Statement Version 1.0.0 Algotec Systems Ltd. April 12, 1995 Elscint Ltd. DICOM Conformance Statement Contents Introduction 1 1. Implementation Model 2 1.1 Application

More information

DICOM Conformance Statement. CT AV Series Product Line. Document Number February 1997

DICOM Conformance Statement. CT AV Series Product Line. Document Number February 1997 Philips Medical Systems DICOM Conformance Statement CT AV Series Product Line Document Number 4522 983 65911 28 February 1997 Copyright Philips Medical Systems Nederland B.V. 1997 Philips Medical Systems

More information

HCP DICOM Net DICOM Conformance Statement

HCP DICOM Net DICOM Conformance Statement HCP DICOM Net DICOM Conformance Statement Version 4.00.00 32-bit version for Windows NT/2000/XP Copyright - 1997-2004 SoftLink International Pvt. Ltd. Microsoft, Windows NT, 2000,XP are trademarks of Microsoft

More information

SonoWin Picture Archiving System

SonoWin Picture Archiving System Page 1 of 12 SonoWin Picture Archiving System DICOM SSCP Module Version 4.5 DICOM Conformance Statement Page 2 of 12 Table of Contents 1 DOCUMENT HISTORY... 4 2 INTRODUCTION... 4 2.1 SOURCES OF INFORMATION...

More information

Technical Publications

Technical Publications Technical Publications Direction 2009076-070 Revision A Centricity Cardiology Data Management System 2.0 CONFORMANCE STATEMENT for DICOM Copyright 2002 By General Electric Co. Do not duplicate THIS PAGE

More information

Philips Medical Systems DICOM Conformance Statement. Inturis Suite R2.2

Philips Medical Systems DICOM Conformance Statement. Inturis Suite R2.2 Philips Medical Systems DICOM Conformance Statement Inturis Suite R2.2 Document Number XZR 080-010044 8 February 2002 Copyright Philips Medical Systems Nederland B.V. 2002 Page ii DICOM Conformance Statement

More information

Technical Publications

Technical Publications Technical Publications Direction FB250691 Rev 2 EchoServer 7.0 for DICOM Copyright 2003 By General Electric Co. g Do not duplicate GE Ultrasound THIS PAGE LEFT INTENTIONALLY BLANK TABLE OF CONTENTS 1.

More information

Technical Publication. DICOM Conformance Statement. BrainSUITE NET 1.5. Document Revision 1. March 5, Copyright BrainLAB AG

Technical Publication. DICOM Conformance Statement. BrainSUITE NET 1.5. Document Revision 1. March 5, Copyright BrainLAB AG Technical Publication DICOM Conformance Statement Document Revision 1 March 5, 2009 2009 Copyright BrainLAB AG 1 Conformance Statement Overview This is a conformance statement for the BrainLAB software

More information

Philips Medical Systems. Xcelera R1.1L1. Document Number XPR July 2003

Philips Medical Systems. Xcelera R1.1L1. Document Number XPR July 2003 Philips Medical Systems DICOM CONFORMANCE STATEMENT Xcelera R1.1L1 Document Number XPR 080-030073 11 July 2003 Copyright Philips Medical Systems Nederland B.V. 2003 All rights reserved 3 DICOM Conformance

More information

AVIA (Dx MM) DICOM 3.0 Conformance Statement

AVIA (Dx MM) DICOM 3.0 Conformance Statement AVIA (Dx MM) DICOM 3.0 Conformance Statement AVIA (Dx MM) is a product of Medasys Digital Systems. Table of Contents 1INTRODUCTION... 4 1.1SCOPE AND AUDIENCE... 4 1.2REFERENCES... 4 1.3ACRONYMS AND ABBREVIATIONS...

More information

SCORE 3D Workstation DICOM CONFORMANCE STATEMENT

SCORE 3D Workstation DICOM CONFORMANCE STATEMENT Document No.: S517-E105 Revision No.: A DIGITAL ANGIOGRAPHY SYSTEM DAR-9500f SCORE 3D Workstation DICOM CONFORMANCE STATEMENT Revision History Rev. Date Content of Change First 2013.09 Newly issued. A

More information

Philips Medical Systems DICOM Conformance Statement. EasyWeb 2.0. Document Number April 1999

Philips Medical Systems DICOM Conformance Statement. EasyWeb 2.0. Document Number April 1999 Philips Medical Systems DICOM Conformance Statement EasyWeb 2.0 Document Number 9896 050 60201 12 April 1999 Copyright Philips Medical Systems Nederland B.V. 1999 Philips Medical Systems apple PHILIPS

More information

ASTERIS MDS. DICOM Conformance Statement. for. Asteris Modality Distribution System (MDS) Software. Last Document Update: July 22, 2008.

ASTERIS MDS. DICOM Conformance Statement. for. Asteris Modality Distribution System (MDS) Software. Last Document Update: July 22, 2008. ASTERIS MDS DICOM Conformance Statement for Asteris Modality Distribution System (MDS) Software Last Document Update: July 22, 2008 1 P age Proprietary Rights Notice 2004 2008 Asteris, Inc. All rights

More information

Application Launcher 2.2 DICOM Conformance Statement

Application Launcher 2.2 DICOM Conformance Statement Contents mm761-0 Application Launcher 2.2 DICOM Conformance Statement 1 Introduction... 3 1.1 Integration and Features... 3 1.2 Definitions... 3 2 NETWORKING... 4 2.1 Implementation Model... 4 2.1.1 Application

More information

DICOM Conformance Statement

DICOM Conformance Statement SafeCT TM Product Line DICOM Conformance Statement Medic Vision Imaging Solutions Ltd. February 2010 All rights reserved. Tel: +972.73.7262226 Fax: +972.73.7262262 E-mail: contact@medicvision.com 1 Contents

More information

Technical Publications

Technical Publications Technical Publications Direction EP250409 Revision 19 EchoPAC PC version 3 for DICOM (From version 3.5.0/3.6.0) Copyright 2008 By General Electric Co. Do not duplicate GE Ultrasound THIS PAGE LEFT INTENTIONALLY

More information

Technical Publication. DICOM Conformance Statement. iplan 3.0. Document Revision 1. November 17, Copyright BrainLAB AG

Technical Publication. DICOM Conformance Statement. iplan 3.0. Document Revision 1. November 17, Copyright BrainLAB AG Technical Publication DICOM Conformance Statement Document Revision 1 November 17, 2009 2009 Copyright BrainLAB AG 1 Conformance Statement Overview This is a conformance statement for the BrainLAB software

More information

SYNAPSE 3D Conformance Statement FUJIFILM SYNAPSE 3D V3.0. Conformance Statement. Revision Z45N

SYNAPSE 3D Conformance Statement FUJIFILM SYNAPSE 3D V3.0. Conformance Statement. Revision Z45N FUJIFILM SYNAPSE 3D V3.0 Conformance Statement Revision 1.0.0 1 Revision History SYNAPSE 3D Conformance Statement Revision Date Description 1.0 2011/07/01 Initial revision. 2 Table of Contents 1 Introduction...4

More information

Technical Publications

Technical Publications DIRECTION 5177444-100 REV 02 Technical Publications Direction 5177444-100 Revision 02 LOGIQ e version 4.x.x for DICOM Copyright 2006 By General Electric Co. g Do not duplicate GE Ultrasound DIRECTION 5177444-100

More information

This document contains confidential information that is proprietary to SonoSite. Neither the document nor the information contained therein should be

This document contains confidential information that is proprietary to SonoSite. Neither the document nor the information contained therein should be This document contains confidential information that is proprietary to SonoSite. Neither the document nor the information contained therein should be disclosed or reproduced in whole or in part, without

More information

Technical Publications

Technical Publications Technical Publications Direction 5141741-100 Revision 01 LOGIQ5 Expert version 4.x.x for DICOM Copyright 2005 By General Electric Co. g Do not duplicate GE Ultrasound THIS PAGE LEFT INTENTIONALLY BLANK

More information

Technical Publications

Technical Publications Technical Publications Direction FC250039 Revision 16 Vivid7 version 6 for DICOM Copyright 2007 By General Electric Co. g Do not duplicate GE Ultrasound THIS PAGE LEFT INTENTIONALLY BLANK TABLE OF CONTENTS

More information

DICOM Conformance Statement. EasyWeb 3.0. Document Number XZR January Copyright Philips Medical Systems Nederland B.V.

DICOM Conformance Statement. EasyWeb 3.0. Document Number XZR January Copyright Philips Medical Systems Nederland B.V. Philips Medical Systems DICOM Conformance Statement EasyWeb 3.0 Document Number XZR 951-000010.00 20 January 2000 Copyright Philips Medical Systems Nederland B.V. 2000 Philips Medical Systems apple PHILIPS

More information

Technical Publications

Technical Publications Technical Publications Direction EP250409 Revision 21 EchoPAC PC version 5 for DICOM (From version 5.2.2) Copyright 2008 By General Electric Co. Do not duplicate GE Ultrasound THIS PAGE LEFT INTENTIONALLY

More information

Technical Publication. DICOM Conformance Statement. Trauma 3.0. Document Revision 2. October 5 th, 2010

Technical Publication. DICOM Conformance Statement. Trauma 3.0. Document Revision 2. October 5 th, 2010 Technical Publication DICOM Conformance Statement 3.0 Document Revision 2 October 5 th, 2010 2010 Copyright BrainLAB AG October 6, 2010 Document Revision 1 Page 1 of 23 1 Conformance Statement Overview

More information

DICOM 3.0 Conformance Statement for PlatinumOne Systems

DICOM 3.0 Conformance Statement for PlatinumOne Systems DICOM 3.0 Conformance Statement for PlatinumOne Systems 0.0 Revision History: Revision ECN Date Description A 3032 09/12/2002 New Release 1.0 Purpose: Define the DICOM Conformance statement associated

More information

1 CONFORMANCE STATEMENT OVERVIEW

1 CONFORMANCE STATEMENT OVERVIEW PMOD Technologies Ltd PMOD v3.9 Version 1.0 Date: 2017.11.02 1 CONFORMANCE STATEMENT OVERVIEW This document is a DICOM Conformance statement for PMOD application version 3.9xx, where xx denotes the build

More information

Technical Publications

Technical Publications LOGIQ C SERIES 1.X.X Technical Publications Direction 5270029-100 Revision 1 LOGIQ C SERIES* version 1.X.X for DICOM Note: In the file, LOGIQ C SERIES means LOGIQ C2 & LOGIQ C3 & LOGIQ C5 & LOGIQ C2 PRO

More information

FusionXD 2.1 DICOM Conformance Statement

FusionXD 2.1 DICOM Conformance Statement FusionXD 2.1 DICOM Conformance Statement Contents 1 Introduction... 3 1.1 References... 3 1.2 Integration and Features... 3 1.3 Definitions, Acronyms and Abbreviations... 3 2 Services... 4 3 Networking...

More information

Technical Publications

Technical Publications Technical Publications Direction DOC0304290 Revision 1 Image Vault 5.0 DICOM Copyright 2008 by General Electric Co. Do not duplicate Page 1 of 45 THIS PAGE LEFT INTENTIONALLY BLANK Page 2 of 45 TABLE OF

More information

1 Introduction Scope and audience References Acronyms and abbreviations 3. 2 Implementation model... 4

1 Introduction Scope and audience References Acronyms and abbreviations 3. 2 Implementation model... 4 NAME FONCTION VISA AUTHOR Alain Battistini Senior Engineer CONFORM TO ORIGINAL REVIEW Jean-François Hoh Senior Engineer CONFORM TO ORIGINAL APPROVAL Pascal Gilbert-Jeantet CONFORM TO ORIGINAL Revision

More information

Technical Publications

Technical Publications Technical Publications Direction DOC0637451 Revision 1 Vivid i version 10 for DICOM Copyright 2009 By General Electric Co. g Do not duplicate GE Ultrasound THIS PAGE LEFT INTENTIONALLY BLANK TABLE OF CONTENTS

More information

DxMM/DxWin DICOM 3.0 Conformance Statement. Document Reference (Référence du document) : 99/ Oct30/ABA/MM103/398B

DxMM/DxWin DICOM 3.0 Conformance Statement. Document Reference (Référence du document) : 99/ Oct30/ABA/MM103/398B DxMM/DxWin DICOM 3.0 Conformance Statement Document Reference (Référence du document) : 99/ Oct30/ABA/MM103/398B Table of Contents (Table des Matières) 1 Introduction 6 1.1 Scope and Audience 6 1.2 References

More information

DICOM Conformance Statement

DICOM Conformance Statement DICOM Conformance Statement SCENARIA Tokyo, Japan E1E-HC0002-01 Hitachi, Ltd. 2016. All rights reserved. History Revision Description Date Rev. 1.0 Initial. 2016/04/01 ii E1E-HC0002 Contents History...

More information

DICOM 3.0 Conformance Statement

DICOM 3.0 Conformance Statement DICOM 3.0 Conformance Statement DICOMLink v1.2 for ICON Siemens Medical Systems, Inc. Nuclear Medicine Group DICOM Conformance Statement DICOM 3.0 Conformance Statement Siemens ICON DICOMlink v1.2 for

More information

Version 7 DICOM Conformance Statement. Document Version 3.02, June 2009

Version 7 DICOM Conformance Statement. Document Version 3.02, June 2009 Version 7 DICOM Conformance Statement Document Version 3.02, June 2009 1 Conformance Statement Overview The application described in this Conformance Statement VEPRO EMR Manager PACS is a collection of

More information

Technical Publications

Technical Publications DIRECTION 2390126-100REV2 Technical Publications Direction 2390126-100 Revision 2 LOGIQ3 /Expert/Pro version 4.x.x for DICOM Copyright 2005 By General Electric Co. g Do not duplicate GE Ultrasound DIRECTION

More information

GE Healthcare. Technical Publications. ConnectR Plus Version 5.0 DICOM CONFORMANCE STATEMENT. GE Healthcare IT. Direction DOC Revision 0.

GE Healthcare. Technical Publications. ConnectR Plus Version 5.0 DICOM CONFORMANCE STATEMENT. GE Healthcare IT. Direction DOC Revision 0. GE Healthcare Technical Publications Direction DOC0509300 Revision 0.1 ConnectR Plus Version 5.0 GE Healthcare IT Copyright 2008. General Electric Company 1 Revision History Revision # Author Description

More information

DxServer for Windows NT DICOM 3.0 Conformance Statement. Document Reference (Référence du document): 00/ Dec28/ABA/MM100/410A

DxServer for Windows NT DICOM 3.0 Conformance Statement. Document Reference (Référence du document): 00/ Dec28/ABA/MM100/410A DxServer for Windows NT DICOM 3.0 Conformance Statement Document Reference (Référence du document): 00/ Dec28/ABA/MM100/410A Table of Contents (Table des Matières) 1 INTRODUCTION... 5 1.1 SCOPE AND AUDIENCE...

More information

OASIS V4.0 DICOM Conformance Statement Rev. 3

OASIS V4.0 DICOM Conformance Statement Rev. 3 0BMR Imaging System OASIS V4.0 DICOM Conformance Statement Rev. 3 Tokyo, Japan E1E-BM7403-3 Copyright Hitachi Medical Corporation. 2011. All rights reserved. Revision History Revision Date Change Description

More information

SonoWin Picture Archiving System

SonoWin Picture Archiving System Page 1 of 13 SonoWin Picture Archiving System DICOM SSCU Module Version 4.1 DICOM Conformance Statement Page 2 of 13 1 DOCUMENT HISTORY...4 2 INTRODUCTION...4 2.1 SOURCES OF INFORMATION...4 2.2 ACRONYMS

More information

FusionXD 2.0 DICOM Conformance Statement

FusionXD 2.0 DICOM Conformance Statement FusionXD 2.0 DICOM Conformance Statement 1 Introduction 1.1 Revision History See the Revision History in the beginning of this document 1.2 References Reference REF1 Document Digital Imaging and Communications

More information

XPACS DICOM 3.0 Conformance Statement Document Version October 2004

XPACS DICOM 3.0 Conformance Statement Document Version October 2004 XPACS DICOM 3.0 Conformance Statement Document Version 1.2.0 28 October 2004 XPACS DICOM 3.0 CONFORMANCE STATEMENT Revision 1.3.0 2 8 October 2004 Page 1 of 25 Table of Contents 0 INTRODUCTION... 4 0.1

More information

Whole Body X-ray CT System Supria. DICOM Conformance Statement

Whole Body X-ray CT System Supria. DICOM Conformance Statement Whole Body X-ray CT System Supria DICOM Conformance Statement Tokyo, Japan (SN-C633E) Copyright Hitachi Medical Corporation. 2013, 2014. All rights reserved. History Revision Description Date Rev. 1.0

More information

TOSHIBA AMERICA MEDICAL SYSTEMS

TOSHIBA AMERICA MEDICAL SYSTEMS TOSHIBA AMERICA MEDICAL SYSTEMS ULTRASOUND DICOM IMAGE MANAGER Conformance Statement Revision: 1.6 Revision: 1.6 Date: 03/08/99 Reviewed by: Desmond Hirson Approved by: Thomas Little Revision History Revision

More information

DAR Revision Date: July,

DAR Revision Date: July, S517-E053B DAR-9000 Revision Date: July, 25. 2005 DICOM service classes in this manual are provided as an optional item of DAR-9000. For your suitable system configuration, please consult with SHIMADZU

More information

DICOM Conformance Statement Product Name HCP DICOM Net Version

DICOM Conformance Statement Product Name HCP DICOM Net Version Title DICOM Conformance Statement Product Name HCP DICOM Net Version 5.00.00 Copyright - 2000-2013 SoftLink International Pvt. Ltd. SoftLink International Pvt. Ltd. Page 1 of 37 2, Anand Park, Aundh, Pune

More information

QPC XSCAN32 DICOM 3.0 Conformance Statement Document Version October 2004

QPC XSCAN32 DICOM 3.0 Conformance Statement Document Version October 2004 QPC XSCAN32 DICOM 3.0 Conformance Statement Document Version 1.3.0 28 October 2004 QPC XSCAN32 DICOM 3.0 CONFORMANCE STATEMENT Revision 1.3.0 2 8 October 2004 Page 1 of 22 Table of Contents 0 INTRODUCTION...

More information

Conformance Statements for DICOM PaCentric Connect / Traveler

Conformance Statements for DICOM PaCentric Connect / Traveler for DICOM Connect / Traveler Role Name / Title Signature / Date Author Svein Fimreite 21 Dec 2009 Approved Torbjørn Ånestad E-signature given by label date Document Type Engineering (ENG) Please note:

More information

Technical Publications

Technical Publications Technical Publications Direction 2256472-100 Revision 12 EchoPAC version 6.3.6 for DICOM V3.0 Copyright 2003 By General Electric Co. g Do not duplicate GE Vingmed Ultrasound THIS PAGE LEFT INTENTIONALLY

More information

Technical Publications

Technical Publications GE HEALTHCARE DIRECTION 5178040-100REV 2.0 LOGIQ P5 2.X.X Technical Publications Direction 5178040-100 Revision 2.0 LOGIQ P5 version 2.x.x for DICOM Copyright ª 2007 By General Electric Co. g Do not duplicate

More information

Raffaello Conformance Statement for DICOM V3.0

Raffaello Conformance Statement for DICOM V3.0 Raffaello Conformance Statement for DICOM V3.0 Copyright 2003-2006 by I.M.S. s.r.l. DOCUMENT VERSIONS Version Date Author Changes 1.00 04-Oct-03 IMS s.r.l. First Version 1.01 27-Feb-04 IMS s.r.l. Updated

More information

DICOM Conformance Statement

DICOM Conformance Statement DICOM Conformance Statement ECLOS Tokyo, Japan (SN-C357E) Copyright Hitachi Medical Corporation. 2007, 2008. All rights reserved. History Revision Description Date Rev. 1.0 Initial. 2007/02/01 Rev 2.0

More information

CADstream DICOM Conformance Statement

CADstream DICOM Conformance Statement CADstream 5.2.9 DICOM Conformance Statement CADstream 5.2.9 DICOM Conformance Statement This document has been prepared by Cedara Software Corp. doing business as Merge OEM (hereinafter referred to as

More information

Technical Publications

Technical Publications DIRECTION 2325843-100REV 6.01 LOGIQ 9 Technical Publications Direction 2325843-100 Revision 6.01 LOGIQ 9 CONFORMANCE STATEMENT for DICOM Do not duplicate Copyright 2005 By GE Healthcare DIRECTION 2325843-100REV

More information

DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM. Infinix Celeve-i series / Infinix-i series Model XIDF-3DP801 AND ANGIO WORKSTATION

DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM. Infinix Celeve-i series / Infinix-i series Model XIDF-3DP801 AND ANGIO WORKSTATION No. MIIXR0024EA DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM Infinix Celeve-i series / Infinix-i series Model XIDF-3DP801 AND ANGIO WORKSTATION Model XIDF-AWS801 TOSHIBA MEDICAL SYSTEMS

More information

StellarPACS DICOM Conformance Statement. Version 1.3, August 2008 SoftTeam Solutions

StellarPACS DICOM Conformance Statement. Version 1.3, August 2008 SoftTeam Solutions StellarPACS DICOM Conformance Statement Version 1.3, August 2008 SoftTeam Solutions www.softteam.com Table of Contents 1 INTRODUCTION... 3 1.1 REFERENCE... 3 1.2 DEFINITIONS... 3 1.3 ACRONYMS, ABBREVIATIONS

More information

Philips Medical Systems DICOM Conformance Statement USIT 1.5

Philips Medical Systems DICOM Conformance Statement USIT 1.5 Philips Medical Systems DICOM Conformance Statement USIT 1.5 Document Number 4512 131 81001 19 April 2001 Copyright Philips Medical Systems Nederland B.V. 2001 Page ii DICOM Conformance Statement 4512

More information

Philips Medical Systems DICOM Conformance Statement. CT Aura Release 1.3

Philips Medical Systems DICOM Conformance Statement. CT Aura Release 1.3 Philips Medical Systems DICOM Conformance Statement CT Aura Release 1.3 Document Number 4522 220 59761 5 December 2000 Copyright Philips Medical Systems Nederland B.V. 2000 Page ii DICOM Conformance Statement

More information

HEALTHCARE DICOM Conformance Statement

HEALTHCARE DICOM Conformance Statement MED/PL/000406 Page 1 of 15 HEALTHCARE DICOM Conformance Statement IMPAX Web1000 (Release 2.0) Status: Released Page 2 of 15 MED/PL/000406 26 September, 2002 HealthCare Document Information Author Patricia

More information

DICOM CONFORMANCE STATEMENT. BrainLAB PatientBrowser 1.0

DICOM CONFORMANCE STATEMENT. BrainLAB PatientBrowser 1.0 Technical Publication DICOM CONFORMANCE STATEMENT BrainLAB PatientBrowser 1.0 Revision 1.0 BrainLAB AG last change: 21.02.01 11:57 Page 1 of 12 Table of contents DICOM Conformance Statement 0. INTRODUCTION...

More information

Technical Publications

Technical Publications GE HEALTHCARE DIRECTION 5184517-100REV 3.0 LOGIQ A5 3.X.X Technical Publications Direction 5184517-100 Revision 3.0 LOGIQ A5 version 3.x.x for DICOM Copyright 2009 By General Electric Co. Do not duplicate

More information

Philips Medical Systems DICOM Conformance Statement USIT 1.5 L3

Philips Medical Systems DICOM Conformance Statement USIT 1.5 L3 Philips Medical Systems DICOM Conformance Statement USIT 1.5 L3 Document Number 4512 131 81001 19 February 2004 Copyright Philips Medical Systems Nederland B.V. 2004 Page ii DICOM Conformance Statement

More information

DCMburner version 3.3.0

DCMburner version 3.3.0 DCMburner version 3.3.0 - Dicom 3.0 Conformance Statement Document 20110421 rev 2 - October 20, 2011 Page 1 Sup-C DICOM Conformance Statement DCMburner version 3.3.0 DICOM Store, Query/Retrieve, Media

More information

DICOM Conformance Statement EchoInsight

DICOM Conformance Statement EchoInsight DICOM Conformance Statement EchoInsight Doc. No.: U000337 Effective Date: 3/10/2014 Revision: A EchoInsight versions 2.2.2 and higher Ultrasound Medical Devices Inc./dba Epsilon Imaging, Inc. 3917 Research

More information

DICOM Conformance Statement

DICOM Conformance Statement DICOM Conformance Statement BrightView X and XCT Acquisition Software 2.0 Koninklijke Philips Electronics N.V. 2010 All rights are reserved. Issued by: Philips Healthcare Nuclear Medicine B/L 3860 North

More information

Version 9 DICOM Conformance Statement. Version 3.05, September 2015

Version 9 DICOM Conformance Statement. Version 3.05, September 2015 Version 9 DICOM Conformance Statement Version 3.05, September 2015 1 Conformance Statement Overview The application described in this conformance statement, VEPRO EMR Manager PACS, is a collection of processes

More information

DICOM 3.0. ENsphere CONFORMANCE STATEMENT. Physician s Workstation

DICOM 3.0. ENsphere CONFORMANCE STATEMENT. Physician s Workstation DICOM 3.0 CONFORMANCE STATEMENT ENsphere Physician s Workstation Copyright Statement ADAC Laboratories, a Philips Medical Systems Company, has taken care to ensure the accuracy of this document. However,

More information

DICOM Conformance Statement * /02* /02 MADE IN GERMANY

DICOM Conformance Statement * /02* /02 MADE IN GERMANY EN DICOM 9000-608-109/02 *9000-608-109/02* MADE IN GERMANY Overview Vet-Exam Intra controls the digital DÜRR MEDICAL imaging products. The Vet-Exam Intra DICOM Interface translates between DICOM applications

More information

Technical Publications

Technical Publications Technical Publications Direction DOC1135035 Revision 1 Venue 40 Version 3.xx GE Healthcare Copyright 2012 by General Electric Co. Do not duplicate THIS PAGE LEFT INTENTIONALLY BLANK CONFORMANCE STATEMENT

More information

DICOM Conformance Statement

DICOM Conformance Statement DICOM Conformance Statement TOPCON Corporation TOPCON SPECULAR MICROSCOPE SP-1P Version 1.10 Document Version: 1 Date: 2014-02-17 1 CONFORMANCE STATEMENT OVERVIEW This document declares conformance to

More information

DICOM Conformance Statement

DICOM Conformance Statement DICOM Conformance Statement Product Version: COMPASS 1.0 Document Version: 1.01 Status: Released Internal Document Number: P-05-008-510-002 Date: 2007-10-02 1 39 Issued By (Distributor): IBA Dosimetry

More information

DICOM Conformance Statement. EasyVision R4.2 DICOM Store, Query/Retrieve, Print, Media. Document Number

DICOM Conformance Statement. EasyVision R4.2 DICOM Store, Query/Retrieve, Print, Media. Document Number Philips Medical Systems DICOM Conformance Statement EasyVision R4.2 DICOM Store, Query/Retrieve, Print, Media Document Number 4522 220 84552 22 July 1998 Copyright Philips Medical Systems Nederland B.V.

More information

Technical Publications

Technical Publications g GE HEALTHCARE Technical Publications Direction 00-888080-01 Revision A GE OEC 1Kx1K Elite Workstation Copyright 2005 by General Electric Co. Do not duplicate g GE Healthcare g GE HEALTHCARE THIS PAGE

More information

SIGNA HORIZON LX 8.1 CONFORMANCE STATEMENT

SIGNA HORIZON LX 8.1 CONFORMANCE STATEMENT GE Medical Systems Technical Publications Direction 2171143-100 Revision 2.5 SIGNA HORIZON LX 8.1 CONFORMANCE for DICOM v3.0 sm - Service Manual do not duplicate Copyright 1997 by General Electric Company

More information

Technical Publications

Technical Publications *(0HGLFDO6\VWHPV Technical Publications Direction 2214334 Revision 1.2, Release C DPrint GE Viewing Station GE Extended Viewing Station Conformance Statement for DICOM v3.0 (ID/Net v3.0) Copyright 1998-99

More information

Infinity Medical Soft, Inc ,Higashinaganuma,Inagishi, Tokyo JAPAN

Infinity Medical Soft, Inc ,Higashinaganuma,Inagishi, Tokyo JAPAN DICOM 3.0 Conformance Statement MIE-IAS v 8.1(.Net Version) Part number: 0300001-0001 02/05/2003 Weiping-Ren Part number: 0401001-0001 10/11/2003 Makoto-Okazaki Part number: 0402003-0001 01/30/2004 Makoto-Okazaki

More information

Surgimap. DICOM Conformance Statement. Revision 2.0

Surgimap. DICOM Conformance Statement. Revision 2.0 Surgimap DICOM Conformance Statement Revision 2.0 Date Name Comment 7/8/2013 Raul Macule Creation 1/12/2016 Raul Macule Wildcard policy and unique keys for higher level support Table of Contents 0. Introduction...

More information

STaR. DICOM Conformance Statement. September 2009 Version NO COPIES PERMITTED

STaR. DICOM Conformance Statement. September 2009 Version NO COPIES PERMITTED STaR DICOM Conformance Statement September 2009 Version 1.8.6 ETIAM NO COPIES PERMITTED ETIAM / DICOM STaR Version 1.8.6 DICOM Conformance Statement September 2009 Table 1: Revision History Date Version

More information

DICOM CONFORMANCE STATEMENT

DICOM CONFORMANCE STATEMENT DICOM CONFORMANCE STATEMENT VERICIS Release 2.2 AUTHOR: DATE: APPROVED BY: DATE: Camtronics, Ltd. Doc. Version 2.0 Document. No. 09610-0045 Copyright Camtronics, Ltd. 2001 Camtronics, Ltd. Doc. Version

More information

DICOM Conformance Statement RadWorks 4.0 Product Line

DICOM Conformance Statement RadWorks 4.0 Product Line RadWorks 4.0 Product Line Author : Frank Wessels Revision Date : November 1998 Version : 4.0 Document Number : 1996-1998 Applicare Medical Imaging B.V. Name Signature Date Consulting Radiologist Frits

More information

Uscan. DICOM Conformance Statement

Uscan. DICOM Conformance Statement DICOM Conformance Statement - Uscan Uscan DICOM Conformance Statement Software Version: 4.1.1 Date: 3 August 2018 Signostics, Inc., a subsidiary of EchoNous, Inc. 8310 154th Ave NE, Suite 200 Redmond,

More information

SIEMENS. DICOM Conformance Statement

SIEMENS. DICOM Conformance Statement SIEMENS Siemens Medical Solutions USA, SY CARD, Ann Arbor DICOM Conformance Statement Revision: 9.0 11-12-10 Table of Contents 1. Introduction... 4 1.1 Purpose of this Document... 4 1.2 Sources for this

More information

Technical Publications

Technical Publications g GE Medical Systems Technical Publications Direction 2227206 Revision 0 HiSpeed LX/i, FX/i, DX/i, DX/iB 2.00/2.01/2.02 CONFORMANCE for DICOM v3.0 Copyright 1998 By General Electric Co. Do not duplicate

More information

Technical Publications

Technical Publications DIRECTION 2012991-322 Rev 4 Technical Publications Direction 2012991-322 Revision 4 Centricity Cardiology Data Management System 3.0 DICOM Copyright 2004 By General Electric Co. Do not duplicate g GE Medical

More information

Whole Body X-ray CT System Supria. DICOM Conformance Statement

Whole Body X-ray CT System Supria. DICOM Conformance Statement Whole Body X-ray CT System Supria DICOM Conformance Statement Tokyo, Japan E1E-HC0001-02 Hitachi, Ltd. 2016. All rights reserved. ii E1E-HC0001 History Revision Description Date Rev. 1.0 Initial. 2016/4/1

More information

Technical Publications

Technical Publications Technical Publications Direction 2316173-100 Revision 8.00 LOGIQ 7 CONFORMANCE STATEMENT for DICOM Do not duplicate Copyright ª 2008 By GE Healthcare THIS PAGE LEFT INTENTIONALLY BLANK REVISION HISTORY

More information

Technical Publications

Technical Publications Technical Publications Direction DOC0913087 Revision 1.0 VOLUSON Voluson S6/S8 11.x.x Copyright 2011 by General Electric Co. Do not duplicate GE Medical Systems THIS PAGE LEFT INTENTIONALLY BLANK REVISION

More information

Technical Publications

Technical Publications Technical Publications Direction LU42818 Revision 1 4.0 Express Insight Copyright 2006 By General Electric Co. Do not duplicate g GE Medical Systems REVISION HISTORY REV DATE REASON FOR CHANGE 1 June 30,

More information

Matrix Server and Client DICOM Conformance Statement

Matrix Server and Client DICOM Conformance Statement Matrix Server and Client DICOM Conformance Statement Revision: 3.0 October 2005 All information contained in this document is accurate to the best knowledge of Merge emed as of date of publication and

More information

Medical Imaging Consultants, Inc.

Medical Imaging Consultants, Inc. IA2000 Conformance Statement 1 Medical Imaging Consultants, Inc. Conformance Statement IA2000 Document: MICI-210-01 Revision: 6.0 Document Status: Approved When printed, this is NOT a controlled copy Reviewers

More information

Dx Server for Windows NT DICOM 3.0 Conformance Statement

Dx Server for Windows NT DICOM 3.0 Conformance Statement Dx Server for Windows NT DICOM 3.0 Conformance Statement NAME FONCTION VISA AUTHOR Alain Battistini Senior Engineer CONFORM TO ORIGINAL REVIEW Jean-François Hoh Senior Engineer CONFORM TO ORIGINAL APPROVAL

More information

DICOM Conformance Statement, Biim Ultrasound App Version 1

DICOM Conformance Statement, Biim Ultrasound App Version 1 Biim Ultrasound, AS Title: Document: DICOM Conformance Statement, Biim Ultrasound App Version 1 D00085 Rev B DICOM Conformance Statement, Biim Ultrasound App Version 1 Page 1 of 10 Table of Contents 1

More information

SIGNA PROFILE 7.70 CONFORMANCE STATEMENT

SIGNA PROFILE 7.70 CONFORMANCE STATEMENT Technical Publications Direction 2285230 Revision 2.6 SIGNA PROFILE 7.70 CONFORMANCE STATEMENT for DICOM v3.0 sm - Service Manual do not duplicate Copyright 2000 by General Electric Company blank page

More information