Hologic Physician s Viewer 5.0 DICOM Conformance Statement

Size: px
Start display at page:

Download "Hologic Physician s Viewer 5.0 DICOM Conformance Statement"

Transcription

1 Hologic Physician s Viewer 5.0 DICOM Conformance Statement MAN REV 001 Page 1 of 18

2 1 INTRODUCTION Purpose of the Document References Definitions IMPLEMENTATION MODEL Application Data Flow Diagram Storage (SCU) Storage (SCP) Query / Retrieve Functional Definitions of AE s Physician s Viewer Storage Query / Retrieve DICOM Server Sequencing of Real-world Activities Physician s Viewer Storage Query / Retrieve DICOM Server AE SPECIFICATIONS Physician s Viewer Association Establishment Policies General Number Of Associations Asynchronous Nature Implementation Identifying Information Association Initiation by Real-World Activity Real-World Activity Storage Associated Real-World Activity Proposed Presentation Contexts SOP Specific Conformance Supported Attributes Response Status Codes Real-World Activity - Query / Retrieve Associated Real-World Activity Proposed Presentation Contexts SOP Specific Conformance...12 Hologic, Inc. Page 2 of 18

3 Query Supported Attributes Response Status Codes Retrieve Supported Attributes Response Status Codes DICOM Server Association Establishment Policies General Number Of Associations Asynchronous Nature Implementation Identifying Information Association Initiation by Real-World Activity Association Acceptance Policy Associated Real-World Activity Presentation Context Table SOP Specific Conformance COMMUNICATION PROFILES Supported Communication Stacks TCP/IP Stack Physical Media Support CONFIGURATION Physician s Viewer AE Title / Presentation Address Mapping Configurable Parameters Storage Query / Retrieve DICOM Server AE Title / Presentation Address Mapping Configurable Parameters SUPPORT OF EXTENDED CHARACTER SET Hologic, Inc. Page 3 of 18

4 1 Introduction 1.1 Purpose of the Document This document is the DICOM Conformance Statement for Hologic Physician s Viewer, version 5.0. It describes its DICOM capabilities and how it conforms to the DICOM 3.0 standard. 1.2 References 1. American College of Radiology - National Electrical Manufacturers Association (ACR-NEMA) Digital Imaging and Communications in Medicine V Definitions This section provides the definitions of terms, acronyms, and abbreviations that are used throughout the document. DICOM HIS RIS AE SCU SCP SOP VR VM UID DIMSE TCP/IP QDR UI GUI Digital Imaging and Communication in Medicine, a standard on image communications in medical applications Hospital Information System Radiology Information System Application Entity Service Class User Service Class Provider Service-Object Pair, a definition of an information object (like an image) and of service (like storage) that can be performed for the object Value Representation, a data encoding method in DICOM Value Multiplicity, number of values in a DICOM attribute Unique Identifier DICOM Message Service Element Transmission Control Protocol / Internet Protocol, a widely used computer networking protocol QDR for Windows Hologic image acquisition modality Application s User Interface Graphical User Interface Hologic, Inc. Page 4 of 18

5 2 Implementation Model 2.1 Application Data Flow Diagram There are three Real-World Activities that occur in the Physician s Viewer: Storage (SCU and SCP) and Query/Retrieve. The Application Data Flow Diagram shown on Figure 1 represents all of the Application Entities present in the Physician s Viewer application, and graphically depicts the relationship of the AE s use of DICOM to Real- World Activities. Figure 1. Application Data Flow Diagram Storage (SCU) Hologic, Inc. Page 5 of 18

6 1. Physician s Viewer application generates DICOM files and stores them locally. 2. Physician s Viewer application initiates an association with a remote Storage SCP. 3. Physician s Viewer application pushes files to the remote Storage SCP using C- STORE command, and then closes the association Storage (SCP) 1. DICOM Server application listens for incoming association requests, typically from QDR or another Physician s Viewer. 2. Upon accepting the association, DICOM Server stores the received DICOM files locally Query / Retrieve 1. Physician s Viewer application initiates an association with a remote Query / Retrieve SCP. 2. Physician s Viewer application queries the remote Query / Retrieve SCP to obtain the information using C-FIND command, and then closes the association. 3. Physician s Viewer application initiates another association with remote Query / Retrieve SCP. 4. Physician s Viewer application requests the remote Query / Retrieve SCP to retrieve the images to the DICOM Server using C-MOVE command. 5. DICOM Server stores received DICOM files locally. 6. Upon retrieving all the images, Physician s Viewer closes the association. 2.2 Functional Definitions of AE s There are two software applications: Physician s Viewer and DICOM Server representing two Application Entities Physician s Viewer The Physician s Viewer application may serve as an SCU for Storage and Query/Retrieve services. The user may add, remove, or modify remote DICOM AE s via DICOM configuration screen Storage Hologic, Inc. Page 6 of 18

7 The user is presented with a UI to send either the entire study, or a subset of images from the study. If multiple send destinations are available, the user may pick one or more destinations from the list. The Physician s Viewer generates corresponding DICOM files and stores them locally. For the successful transactions, the Physician s Viewer puts entries into the Queue Database with status COMPLETED. If the association cannot be established, or error occurs during the communication process, the Physician s Viewer adds the transaction to the Queue Database with status PENDING to retry later according to configured retry number and interval. In this case, the application refers the remote DICOM AE s using the destination name. I.e., if the user modifies the parameters of the destination (such as Network Port, IP address, or AE Title), the Physician s Viewer will try to send the images according to the new parameters. If Storage SCP returns a response with status indicating failure, the Physician s Viewer puts a corresponding entry into the Queue Database with status FAILED, and no retry will be made thereafter Query / Retrieve The user is presented with a UI to select one or more matching keys as search criteria to obtain the list of matching entries in the Image Archive. If multiple remote Query / Retrieve SCP are available, the user may pick the destination from the list. Only single selection is allowed. In case of successful query, it displays to the user the list of obtained entries. The user may select one or more entries from the list to retrieve the images for. The user may use the Query/Retrieve configuration screen to specify a destination where to retrieve the images. Typically the destination is the DICOM Server, so the user may open the images with Physician Viewer. During the image transfer, the Physician s Viewer displays the transfer status (i.e. how many images have already been transferred). If either Query or Retrieve part of the transaction fails, no retry will be made DICOM Server The DICOM Server application serves as an SCP for Storage. It receives and stores the DICOM images for use by Physician s Viewer only. Typically, it receives the images from either QDR stations or Physician s Viewer stations. Upon receiving an image, it stores it locally, so the Physician Viewer application can access the file. 2.3 Sequencing of Real-world Activities Hologic, Inc. Page 7 of 18

8 2.3.1 Physician s Viewer Storage The Physician s Viewer application tries to open an association with remote Storage SCP for each specified destination and send the files using C-STORE request. Upon receipt of a C-STORE Response or in case of error, it closes the association Query / Retrieve To perform the Query part of the service, the Physician s Viewer tries to open an association with the remote Query / Retrieve SCP. Upon accepting the association by the remote SCP, it sends the series of C-FIND requests according to the specified search criteria. After receiving all requested information, the Physician s Viewer closes the association. To perform the Retrieve part of the service, the Physician s Viewer tries to open an association with the remote Query / Retrieve SCP. Upon accepting the association by the remote SCP, it sends series of C-MOVE requests according to the user selection of images and the destination, to retrieve images to a specified destination, typically a DICOM Server. Specified DICOM Server receives series of C-STORE requests and stores the images locally as DICOM files. After all requested images have been retrieved, the Physician s Viewer closes the association DICOM Server The DICOM Server listens for incoming associations. Upon receiving the C-STORE requests, it receives the images and sends back a C-STORE response. 3 AE Specifications Hologic, Inc. Page 8 of 18

9 3.1 Physician s Viewer Physician s Viewer application provides Standard Conformance to the following DICOM V3.0 SOP Classes as an SCU: SOP Class Name SOP Class UID Secondary Capture Image Storage Study Root Query/Retrieve Information Model - FIND Study Root Query/Retrieve Information Model - MOVE Association Establishment Policies General The maximum PDU length is 28,672 bytes. The SOP Class Extended Negotiation is not supported Number Of Associations Physician s Viewer application initiates only one association at a time Asynchronous Nature Physician s Viewer application does not support asynchronous communications Implementation Identifying Information The Implementation Identifying Information for Physician s Viewer is: Implementation Class UID Association Initiation by Real-World Activity Real-World Activity Storage Hologic, Inc. Page 9 of 18

10 Associated Real-World Activity The image transferring service may start in two ways: Manually, upon the user s request Automatically, as a result of retry attempt. In either case, the Physician s Viewer application initiates an association with the Storage SCP and sends DICOM files using C-STORE command Proposed Presentation Contexts Abstract Syntax Transfer Syntax Name UID Name List UID List Secondary Capture Image Storage Implicit VR Little Explicit VR Little Explicit VR Big Role SCU Exten ded Negotia tion None SOP Specific Conformance Supported Attributes The Physician s Viewer application stores the images as DICOM files. When it transfers the images, it includes all the DICOM attributes present in the original DICOM file. In addition, it may include following attributes: Attribute Name Tag VR VM Name of Physician(s) Reading Study (0008,1060) PN 1 Private Creator Data Element (0021,00xx) LO 1 Private Attribute (0021,xx01) LT 1 Hologic, Inc. Page 10 of 18

11 The private group (0021) contains image analysis data in XML format, used internally by the Physician s Viewer. It consists of two attributes: the Private Creator Data Element and the element containing the actual data. The application tries to assign the value (0010) to the Private Creator Data Element. If group (0021) is used by some other Private Creator, the application will try to assign the lowest possible value: (0011), (0012), and so on. This element will always have the value Hologic. The element containing the actual data is the element number 1 in the reserved private block. I.e. if the application has assigned to the Private Creator Data Element value of (0010) and reserved the private block (1000) (10FF), the attribute (0021,1001) will contain the actual data Response Status Codes Status Status Meaning Behavior Code Success 0000 Image transferred successfully Transaction marked as COMPLETED Warning B000 Coercion of Data Elements Warning is logged, Warning B006 Elements Discarded transaction marked as Warning B007 Data Set does not match SOP Class COMPLETED Other Other Failure or unknown status code Error is logged, transaction marked as FAILED Real-World Activity - Query / Retrieve Associated Real-World Activity The Physician s Viewer application initiates an association with Query/Retrieve SCP in response to the user s request to either query the patient/study data or retrieve the images Proposed Presentation Contexts Abstract Syntax Transfer Syntax Name UID Name List UID List Role Exten ded Negotia tion Hologic, Inc. Page 11 of 18

12 Study Root Query/Retri eve Information Model - FIND Study Root Query/Retri eve Information Model - MOVE Implicit VR Little Explicit VR Little Explicit VR Big Implicit VR Little Explicit VR Little Explicit VR Big SCU SCU None None SOP Specific Conformance Query / Retrieve service consists of two parts: Query and Retrieve Query Supported Attributes Attribute Name Tag Type VR VM Study Level Study Instance UID (0020,000D) 1 UI 1 Study Date (0008,0020) 2 DA 1 Study Time (0008,0030) 2 TM 1 Accession Number (0008,0050) 2 SH 1 Patient Name (0010,0010) 2 PN 1 Patient ID (0010,0020) 2 LO 1 Patient s Birth Date (0010,0030) 2 DA 1 Hologic, Inc. Page 12 of 18

13 Study ID (0020,0010) 2 SH 1 Modalities in Study (0008,0061) 3 CS 1 Series Level Series Instance UID (0020,000E) 1 UI 1 Modality (0008,0060) 1 CS 1 Series Number (0020,0011) 2 IS 1 Request Attribute Sequence (0040,0275) 3 SQ 1 >Requested Procedure ID (0040,1001) 3 SH 1 >Scheduled Procedure Step ID (0040,0009) 3 SH 1 Performed Procedure Step Start Date (0040,0244) 3 DA 1 Performed Procedure Step Start Time (0040,0245) 2 TM 1 Image Level SOP Instance UID (0008,0018) 1 UI 1 Instance Number (0020,0013) 2 IS Response Status Codes Status Status Code Meaning Success 0000 Matching is complete No final Identifier is supplied Pending FF00 Matches are continuing Current Match is supplied and any Optional Keys were supported in the same manner as Required Keys Pending (No FF01 Matches are continuing Warning that Optional Key one or more Optional Keys were not Support) supported for existence for this Behavior Complete the transaction Continue the transaction Continue the transaction without logging any warnings or errors Identifier Other Other Failure or unknown status code Terminate the transaction and log a failure message Retrieve Supported Attributes Study Instance UID Series Instance UID Attribute Name Tag (0020,000D) (0020,000E) Hologic, Inc. Page 13 of 18

14 Move Destination (0000,0600) The C-MOVE request is performed at the Series Level. Typically, the Physician s Viewer uses DICOM images created by QDR application. QDR creates one image per series, i.e. each series contains only one image Response Status Codes Status Status Meaning Behavior Code Success 0000 Moved all images successfully Complete the transaction Pending FF00 Continuing moving images Continue the transaction Other Other Failure or unknown status code Terminate the transaction and log a failure message. 3.2 DICOM Server DICOM Server application provides Standard Conformance to the following DICOM V3.0 SOP Classes as an SCP: SOP Class Name SOP Class UID Secondary Capture Image Storage Association Establishment Policies General The maximum PDU length is 16,384 bytes. The SOP Class Extended Negotiation is not supported Number Of Associations Hologic, Inc. Page 14 of 18

15 DICOM Server application accepts only one association at a time Asynchronous Nature DICOM Server application does not support asynchronous communications Implementation Identifying Information The Implementation Identifying Information for DICOM Server is: Implementation Class UID Association Initiation by Real-World Activity DICOM Server application never initiates associations Association Acceptance Policy Associated Real-World Activity A remote DICOM SCU requests image storage. DICOM Server application receives the image and stores it locally as a DICOM file Presentation Context Table Abstract Syntax Transfer Syntax Name UID Name List UID List Secondary Capture Image Storage Implicit VR Little Role Exten ded Negotia tion SCU None Hologic, Inc. Page 15 of 18

16 Explicit VR Little Explicit VR Big SOP Specific Conformance DICOM Server application always returns success status code Communication Profiles 4.1 Supported Communication Stacks DICOM Upper Layer (PS 3.8.) is supported using TCP/IP. 4.2 TCP/IP Stack The TCP/IP stack is inherited from the operating system on which it is running. 4.3 Physical Media Support The physical medium is inherited from the computer on which it is running. 5 Configuration 5.1 Physician s Viewer AE Title / Presentation Address Mapping AE Title is user configurable. Hologic, Inc. Page 16 of 18

17 5.1.2 Configurable Parameters Storage The following fields are configurable for the local AE: Local AE Title Connection Timeout Retry Number Retry Interval The following fields are configurable for every remote DICOM AE: Remote AE Title Remote IP Address Remote Port Number Physician Reading Study Query / Retrieve The following fields are configurable for the local AE: Local AE Title The following fields are configurable for every remote DICOM AE: Remote AE Title Remote IP Address Remote Port Number The following fields are configurable and used as search criteria for a Query: Patient Name Patient ID Patient s Birth Date Study Date (range) Accession Number Study ID Study Time Study Instance UID Modalities in Study Referring Physician Modality Series Number Series Instance UID Requested Procedure ID Scheduled Procedure Step ID Hologic, Inc. Page 17 of 18

18 Performed Procedure Step Start Date Performed Procedure Step Start Time Instance Number SOP Instance UID The following fields are configurable for Retrieve service: Computer name or IP Address of the destination where to retrieve images 5.2 DICOM Server AE Title / Presentation Address Mapping AE Title is user configurable Configurable Parameters The following fields are configurable: Local AE Title Listening Network Port Directory where to save the DICOM files 6 Support of Extended Character Set No Extended Character sets are supported. Hologic, Inc. Page 18 of 18

Fluoroscan InSight V5.0.6 DICOM Conformance Statement

Fluoroscan InSight V5.0.6 DICOM Conformance Statement Fluoroscan InSight V5.0.6 DICOM Conformance Statement MAN-02996 Rev 002 Page 1 of 30 1. INTRODUCTION... 4 1.1. Purpose of the Document... 4 1.2. References... 4 1.3. Definitions... 4 2. IMPLEMENTATION

More information

Artwork consists of sixty-five (65) 8 ½ inch x 11 inch pages.

Artwork consists of sixty-five (65) 8 ½ inch x 11 inch pages. Artwork consists of sixty-five (65) 8 ½ inch x 11 inch pages. REV AUTHORED BY DATE P.KUPOVICH 2/14/08 REV DRAFTED BY DATE G CORRIDORI 2/27/08 PROPRIETARY: This document contains proprietary data of Hologic,

More information

DICOM Conformance Statement for PenFetch

DICOM Conformance Statement for PenFetch Penrad Technologies, Inc. DICOM Conformance Statement for PenFetch 10580 Wayzata Blvd. Suite 200 Minnetonka, MN 55305 www.penrad.com Copyright PenRad Technologies, Inc. May 2007 Page 1 of 9 1 Introduction...3

More information

Artwork consists of twenty three (23) 8½ x 11 inch pages.

Artwork consists of twenty three (23) 8½ x 11 inch pages. Artwork consists of twenty three (23) 8½ x 11 inch pages. REV AUTHORED BY DATE P KUPOVICH 9/17/04 REV DRAFTED BY DATE G CORRIDORI 9/17/04 PROPRIETARY: This document contains proprietary data of Hologic,

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

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

Copyright FUJIFILM Corporation, Japan. August, th Edition 897N100760F

Copyright FUJIFILM Corporation, Japan. August, th Edition 897N100760F DICOM Conformance Statement ***** FDR-1000AWS CR-IR363AWS for DICOM Storage DICOM Storage Commitment DICOM MWM DICOM MPPS DICOM Print DICOM Query / Retrieve DICOM Media Storage (Standard) August, 2010

More information

nstream Version 3.1 DICOM Conformance Statement

nstream Version 3.1 DICOM Conformance Statement Image Stream Medical nstream Version 3.1 DICOM Conformance Statement Revision History: Revision Date Author Notes A 03/02/2006 TMT/EP Initial Control A 03/05/2006 TMT Minor cosmetic changes A 03/07/2006

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

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

DICOM CONFORMANCE STATEMENT

DICOM CONFORMANCE STATEMENT Document No.: S517-1087 Revision: B DAR-7500 DICOM CONFORMANCE STATEMENT MEDICAL SYSTEMS DIVISION Revision History History Date Revision Description 1 st Edition July 2007 - A July.2008 Entirely recreated.

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

DICOM CONFORMANCE STATEMENT FOR DIAGNOSTIC ULTRASOUND SYSTEM MODEL SSA-640A V5.0

DICOM CONFORMANCE STATEMENT FOR DIAGNOSTIC ULTRASOUND SYSTEM MODEL SSA-640A V5.0 DICOM CONFORMANCE STATEMENT FOR DIAGNOSTIC ULTRASOUND SYSTEM TM MODEL SSA-640A V5.0 TOSHIBA MEDICAL SYSTEMS CORPORATION 2015 ALL RIGHTS RESERVED Trademarks Viamo is a trademark of Toshiba Medical Systems

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

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

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

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

DICOM CONFORMANCE STATEMENT FOR VANTAGE-GALAN TM VERSION V5.0

DICOM CONFORMANCE STATEMENT FOR VANTAGE-GALAN TM VERSION V5.0 DICOM CONFORMANCE STATEMENT FOR VANTAGE-GALAN TM VERSION V5.0 CANON MEDICAL SYSTEMS CORPORATION 2018 ALL RIGHTS RESERVED Trademarks VANTAGE-GALAN is trademark of Canon Medical Systems Corporation. This

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

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

NumaStore 1.0 DICOM 3.0 Conformance Statement

NumaStore 1.0 DICOM 3.0 Conformance Statement External Distribution Revision 2 February 19, 2001 NumaStore 1.0 Revision 2 Date February 19, 2001 Author Bill Kilgore, George Panousis Revision History Revision Date By Comment 1 January 13, 2001 Bill

More information

Echology Server. DICOM Conformance Statement Volume 1. <Storage and Query/Retrieve Server> Revision 1.0 Software Version 5.

Echology Server. DICOM Conformance Statement Volume 1. <Storage and Query/Retrieve Server> Revision 1.0 Software Version 5. Echology Server DICOM Conformance Statement Volume 1 Revision 1.0 Software Version 5.0 and after Date: January 17, 2008 Prepared for Page 1 Copyright 2005-2008 EBM Technologies

More information

Kodak Point of Care CR systems. DICOM Conformance Statement

Kodak Point of Care CR systems. DICOM Conformance Statement Kodak Point of Care CR systems DICOM Conformance Statement Kodak QC Software Version 2.1.x Aug 21, 2005 Document #AT001008-00 Revision 1.0 Table of Contents REVISION HISTORY 4 ACRONYMS, ABBREVIATIONS AND

More information

WINRAD-32 Teleradiology System Conformance Claim

WINRAD-32 Teleradiology System Conformance Claim WINRAD-32 Teleradiology System Conformance Claim Revision: 2.1 Date: February 13, 2001 Copyright 1998-2001 by LINE Imaging Systems, L.L.C. Revision History Revision Date Author Reason for Change 2.0 Feb

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

DICOM 3.0 Conformance Statement DXIMAGE RIS

DICOM 3.0 Conformance Statement DXIMAGE RIS DICOM 3.0 Conformance Statement DXIMAGE RIS Document Reference (Référence du document) 08/Feb20/ABA/RIS/570E Table of Contents (Table des Matières) 1 Introduction 5 1.1 Scope and Audience 5 1.2 References

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

XPLORE GESTION SCP WORKLIST CONFORMANCE STATEMENT

XPLORE GESTION SCP WORKLIST CONFORMANCE STATEMENT XPLORE GESTION SCP WORKLIST CONFORMANCE STATEMENT Version 3.00 Mars 2009 Contents 1. Introduction 4 1.1 Scope and Field of Application 4 1.2 References 4 1.3 Definitions 5 Conformance Statement...5 User

More information

DICOM 3.0 Conformance Statement DICOMlink for DELTAmanager Send

DICOM 3.0 Conformance Statement DICOMlink for DELTAmanager Send DICOM 3.0 Conformance Statement DICOMlink for DELTAmanager Send Mac OS Part number: 500-505 Windows Part number: 500-514 Document #: Copyright 1996-2008 MedImage, Inc. All Rights Reserved. MedImage, Inc.

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

Sonovision DICOM Conformance Statement

Sonovision DICOM Conformance Statement Sonovision DICOM Conformance Statement Document Version: 1.0 Product Name: Sonovision Release: 2.0 Manufacturer: Peridot Technologies Date: February 15, 2011 Document Used By: Sales & Marketing, Customer

More information

Merge CADstream TM V. 6.2

Merge CADstream TM V. 6.2 Merge CADstream TM V. 6.2 DICOM CONFORMANCE STATEMENT Merge Healthcare 900 Walnut Ridge Drive Hartland, WI 53029 USA Copyright 2017 Merge Healthcare Incorporated, an IBM Company. U.S. GOVERNMENT RESTRICTED

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

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

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

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

DICOM Conformance Statement eradlink Inc. LaserPro 16 Digitizing Scanner DICOM Conformance Statement Version 1.0 March 16, 2002 eradlink Inc. 22750 Hawthorne Blvd. Torrance, California 90505-3364 310-373-5673 (phn) 313-373-9763 (fax)

More information

No. MIIMS0009EA DICOM CONFORMANCE STATEMENT FOR MODEL TFS-3000 (MIIMS0009EA) TOSHIBA CORPORATION 2001 ALL RIGHTS RESERVED

No. MIIMS0009EA DICOM CONFORMANCE STATEMENT FOR MODEL TFS-3000 (MIIMS0009EA) TOSHIBA CORPORATION 2001 ALL RIGHTS RESERVED DICOM CONFORMANCE STATEMENT FOR MODEL TFS-3000 (MIIMS0009EA) TOSHIBA CORPORATION 2001 ALL RIGHTS RESERVED IMPORTANT! (1) No part of this manual may be copied or reprinted, in whole or in part, without

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

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

DAR-9400f / DAR-9500f DICOM Conformance Statement Revision J

DAR-9400f / DAR-9500f DICOM Conformance Statement Revision J S517-E057J Apr. 2016 DAR-9400f / DAR-9500f DICOM Conformance Statement Revision J Revision Date: April, 2016 Revision History Date Rev. Comment 2005.10.4 First First Revision 2006.11.10 A Correct the

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

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

DICOM Conformance Statement Application: Linkverse DICOM Provider 2.0

DICOM Conformance Statement Application: Linkverse DICOM Provider 2.0 DICOM Conformance Statement Application: Linkverse DICOM Provider 2.0 Document Version: 1.5 (April 4, 2008) Linkverse S.r.l. Linkverse S.r.l. Viale della Piramide Cestia 1/B 00153 Roma P.IVA/CF 09836921008

More information

GEMINI DICOM Conformance Statement 16 Power PET/CT Imaging System Configuration

GEMINI DICOM Conformance Statement 16 Power PET/CT Imaging System Configuration GEMINI DICOM Conformance Statement 16 Power PET/CT Imaging System Configuration Positron Emission Tomography (PET) Technical Information Software Version 9.1 1 DICOM CONFORMANCE STATEMENT OVERVIEW 1.1

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

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

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

AG Mednet Agent DICOM Conformance Statement Version 1.3

AG Mednet Agent DICOM Conformance Statement Version 1.3 AG Mednet Agent DICOM Conformance Statement Version 1.3 AG Mednet, Inc. Page 2 CONTENTS 1 INTRODUCTION...5 1.1 REVISION HISTORY...5 1.2 AUDIENCE...5 1.3 REMARKS...5 2 NETWORKING...7 2.1 IMPLEMENTATION

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

PACSMail. DICOM Conformance Statement. Sybermedica Ltd St John s Innovation Centre Cowley Road Cambridge CB4 0WS

PACSMail. DICOM Conformance Statement. Sybermedica Ltd St John s Innovation Centre Cowley Road Cambridge CB4 0WS PACSMail DICOM Conformance Statement Version 1.05 January 2009 Sybermedica Ltd St John s Innovation Centre Cowley Road Cambridge CB4 0WS Telephone: 01223 421996 Web: www.sybermedica.com Email: info@sybermedica.com

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

No. : S Rev. : A. DICOM Conformance Statement For Side Station Rev02.00

No. : S Rev. : A. DICOM Conformance Statement For Side Station Rev02.00 No. : S517-1076 Rev. : A DICOM Conformance Statement For Side Station Rev02.00 Overview: Side Station DICOM3.0 Conformance Statement This conformance statement details the Side Station s compliance to

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

DICOM Conformance Statement August 23, 2010 Version 1.0 ImageWorks Internal document number:

DICOM Conformance Statement August 23, 2010 Version 1.0 ImageWorks Internal document number: DICOM Conformance Statement August 23, 2010 Version 1.0 ImageWorks Internal document number: 0000062023 ImageWorks 250 Clearbrook Road, Suite 240 Elmsford, NY 10523 (914) 592-6100 1 Revision History Version

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. Forum

DICOM Conformance Statement. Forum Document Number: CG-LEH-MS-065 Revision: 2.0 Date: 2009-07-23 Author: Tobias Kurzke DICOM Conformance Statement Forum Version 2.0 Carl Zeiss Surgical GmbH Carl-Zeiss-Str. 22 73447 Oberkochen Germany www.meditec.zeiss.com

More information

Lumify 1.8.x DICOM Conformance Statement

Lumify 1.8.x DICOM Conformance Statement Lumify 1.8. DICOM Conformance Statement Lumify 1.8. 000683000000025 Rev A 2018-04-04 Koninklijke Philips Electronics N.V. 2018 All rights are reserved. Lumify 1.8. DICOM Conformance Statement 1 0.1 Revision

More information

DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM MODEL DRAD-3000A, DRAD-3000E

DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM MODEL DRAD-3000A, DRAD-3000E DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM MODEL DRAD-3000A, DRAD-3000E TOSHIBA MEDICAL SYSTEMS CORPORATION 2009 ALL RIGHTS RESERVED Trademarks This document may include trademarks

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

DE32-DCM DentalEye 3.2. DICOM conformance statement

DE32-DCM DentalEye 3.2. DICOM conformance statement DentalEye 3.2 Table of contents 1. INTRODUCTION... 4 1.1. DentalEye Enterprise Application... 4 1.2. About this Document... 4 1.3. Integration and Validation... 4 1.4. Future Evolution... 5 1.5. Sources

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

CoActiv, LLC CoActiv Medical Business Solutions EXAM-PACS Conformance Statement

CoActiv, LLC CoActiv Medical Business Solutions EXAM-PACS Conformance Statement CoActiv EXAM-PACS DICOM Conformance Statement Page 1 of 40 0. COVER PAGE CoActiv, LLC CoActiv Medical Business Solutions EXAM-PACS Conformance Statement The information contained in this document is subject

More information

DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM

DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM MODEL DI Station TM ADR-1000A /E2,RF TOSHIBA MEDICAL SYSTEMS CORPORATION 1998-2007 ALL RIGHTS RESERVED Trademarks DI Station is a trademark

More information

DICOM. Conformance Statement For VINNO Medical Ultrasound System Revision 2.0. Copyright 2012 by VINNO Technology (Suzhou) Co., Ltd.

DICOM. Conformance Statement For VINNO Medical Ultrasound System Revision 2.0. Copyright 2012 by VINNO Technology (Suzhou) Co., Ltd. DICOM Conformance Statement For VINNO Medical Ultrasound System Revision 2.0 Copyright 2012 by VINNO Technology (Suzhou) Co., Ltd. 1 / 37 Revision History Document version Date Author Description 1.0 2014-07-10

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

FUSION RIS 3.30 DICOM Conformance Statement

FUSION RIS 3.30 DICOM Conformance Statement FUSION RIS 3.30 DICOM Conformance Statement FUSION RIS 3.30 DICOM Conformance Statement Copyright 2007 by. All rights reserved. Unauthorized use, reproduction, or disclosure is prohibited. 6737 W. Washington

More information

DICOM Conformance Statement FORUM

DICOM Conformance Statement FORUM Document Number: CG-LEH-MS-203 Revision: 1.0 Date: 2010-04-21 DICOM Conformance Statement FORUM Version 2.5 Carl Zeiss Surgical GmbH Carl-Zeiss-Str. 22 73447 Oberkochen Germany www.meditec.zeiss.com Document:

More information

DICOM CONFORMANCE STATEMENT

DICOM CONFORMANCE STATEMENT DICOM CONFORMANCE STATEMENT DICOM CONFORMANCE STATEMENT REV 1.7 2015-08-01 Page 1 of 60 TABLE OF CONTENTS 1 INTRODUCTION... 5 1.1 Intended Audience... 5 1.2 Abbreviations... 5 1.3 References... 6 2 IMPLEMENTATION

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

DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM. Infinix Celeve-i series / Infinix-i series Model DFP-8000 series V4.

DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM. Infinix Celeve-i series / Infinix-i series Model DFP-8000 series V4. No. MIIXR0010EAL DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM Infini Celeve-i series / Infini-i series Model DFP-8000 series V4.40 TOSHIBA MEDICAL SYSTEMS CORPORATION 2011 ALL RIGHTS

More information

HS40 Ultrasound System

HS40 Ultrasound System HS40 Ultrasound System DICOM Conformance Statement Revision 1.0 System Version 1.00 Created: Apr 17, 2017 Last Updated: Apr 17, 2017 HS40 DICOM Conformance Statement 0 COVER PAGE Company Name: SAMSUNG

More information

DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM MODEL ADR-1000A /R2 (MIIXR0003EAE)

DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM MODEL ADR-1000A /R2 (MIIXR0003EAE) DICOM CONFORMANCE STATEMENT FOR TOSHIBA DIGITAL RADIOGRAPHY SYSTEM MODEL ADR-1000A /R2 (MIIXR0003EAE) 1998-2004 IMPORTANT! (1) No part of this manual may be copied or reprinted, in whole or in part, without

More information

Abstract. XrayVision DICOM Conformance Statement. Abstract Abstract

Abstract. XrayVision DICOM Conformance Statement. Abstract Abstract Apteryx Inc. 313 S. High St. Suite 200 Akron, OH 44308 330-376-0889 voice 330-376-0788 fax sales@apteryx.com www.apteryx.com XrayVision DICOM Conformance Statement Abstract Abstract Abstract This document

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. 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

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

DICOM Conformance Statement. Fusion RIS Version 3.1

DICOM Conformance Statement. Fusion RIS Version 3.1 DICOM Conformance Statement Fusion RIS Version 3.1 571 Boston Mills Road, Suite 500 Hudson, OH 44236 330-342-4800 (Main) 866-747-5644 (Toll Free) 330-342-4848 (Fax) http://www.merge-emed.com/ Page 1 of

More information

DICOM CONFORMANCE STATEMENT STORAGE SCU FOR TOSHIBA DIGITAL FLUOROGRAPHY SYSTEM MODEL DFP-2000A. with XIDF-053A or XIDF-056A (MIIXR0001EAB)

DICOM CONFORMANCE STATEMENT STORAGE SCU FOR TOSHIBA DIGITAL FLUOROGRAPHY SYSTEM MODEL DFP-2000A. with XIDF-053A or XIDF-056A (MIIXR0001EAB) DICOM CONFORMANCE STATEMENT STORAGE SCU FOR TOSHIBA DIGITAL FLUOROGRAPHY SYSTEM MODEL DFP-2000A with XIDF-053A or XIDF-056A (MIIXR0001EAB) 2000 IMPORTANT! (1) No part of this manual may be copied or reprinted,

More information

DICOM Conformance Statement Merge Eye Care PACS v. 4.0

DICOM Conformance Statement Merge Eye Care PACS v. 4.0 DICOM Conformance Statement Merge Eye Care PACS v. 4.0 Merge Healthcare 900 Walnut Ridge Drive Hartland, WI 53029 USA 877.44.MERGE 2013 Merge Healthcare. The information contained herein is confidential

More information

DICOM Conformance Statement for Selenia Dimensions Acquisition Workstation Software Version 1.8 Part Number MAN Revision 002

DICOM Conformance Statement for Selenia Dimensions Acquisition Workstation Software Version 1.8 Part Number MAN Revision 002 DICOM Conformance Statement for Selenia Dimensions Acquisition Workstation Software Version 1.8 Part Number MAN-04089 Revision 002 April 2015 Table of Contents Selenia Dimensions 1.8 DICOM Conformance

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

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

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

DICOM Conformance Statement DICOM Conformance Statement MOSAIC and MOSAIC HP PETView Version 9.40 Koninklijke Philips Electronics N.V. 2008 All rights are reserved. 4535 674 85871 Rev. A April 2008 DICOM Conformance Statement Issued

More information

BRIT Systems. DICOM Conformance Statement

BRIT Systems. DICOM Conformance Statement BRIT Systems DICOM Conformance Statement BRIT Scan Release 7.1 Document Number: DCS-BSN-007.1-0001 January 2007 Date Release Number DICOM Conformance Statement Revision History Revised By Sections Affected

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

DICOM Conformance Statement for GALILEI. Software Version V6.0

DICOM Conformance Statement for GALILEI. Software Version V6.0 DICOM Conformance Statement for GALILEI Software Version V6.0 Version 1.0, December 6 th, 2011 Contents Revision History... 2 Purpose... 2 References... 2 Terms and Definitions... 2 Abbreviations... 3

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

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

DICOM Conformance Statement for FLEXAVISION HB/FD

DICOM Conformance Statement for FLEXAVISION HB/FD No. : Rev. :First Edition DICOM Conformance Statement for FLEXAVISION HB/FD (SDR-100NW) NO TEXT 2 Overview: This conformance statement details the compliance to the DICOM standard of Digital Radiography

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

DICOM CONFORMANCE STATEMENT FOR TOSHIBA WHOLE-BODY X-RAY CT SCANNER. Aquilion TM 32/64 (TSX-101A/D, TSX-101A/E)

DICOM CONFORMANCE STATEMENT FOR TOSHIBA WHOLE-BODY X-RAY CT SCANNER. Aquilion TM 32/64 (TSX-101A/D, TSX-101A/E) No. MIICT0041EA DICOM CONFORMANCE STATEMENT FOR TOSHIBA WHOLE-BODY X-RAY CT SCANNER Aquilion TM 32/64 (TSX-101A/D, TSX-101A/E) TOSHIBA MEDICAL SYSTEMS CORPORATION 2005 ALL RIGHTS RESERVED Trademarks Aquilion

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

DICOM CONFORMANCE STATEMENT FOR TOSHIBA WHOLE-BODY X-RAY CT SCANNER

DICOM CONFORMANCE STATEMENT FOR TOSHIBA WHOLE-BODY X-RAY CT SCANNER No. MIICT0044EA DICOM CONFORMANCE STATEMENT FOR TOSHIBA WHOLE-BODY X-RAY CT SCANNER Aquilion TM /Asteion TM V1.61 (TSX-101A/G, TSX-101A/F, TSX-101A/7, TSX76-101A/9, TSX-201A, TSX-021B/4, TSX-021B/5) TOSHIBA

More information

MediPlus TM PACS&RIS Version 2.6

MediPlus TM PACS&RIS Version 2.6 Revision 2.0, Publication #7143-202 MediPlus TM PACS&RIS Version 2.6 DICOM 3.0 Conformance Statement June 2007 Revision 2.0, Publication #7143-202 MediPlus PACS&RIS V2.6 DICOM Conformance Statement Revision

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

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 CANON DIGITAL RADIOGRAPHY SYSTEM. MODEL DRAD series / MRAD series

DICOM CONFORMANCE STATEMENT FOR CANON DIGITAL RADIOGRAPHY SYSTEM. MODEL DRAD series / MRAD series DICOM CONFORMANCE STATEMENT FOR CANON DIGITAL RADIOGRAPHY SYSTEM MODEL DRAD series / MRAD series CANON MEDICAL SYSTEMS CORPORATION 2014-2018 ALL RIGHTS RESERVED Trademarks This document may include trademarks

More information

DAR-9400f/DAR-9500f with Gateway Option DICOM Conformance Statement. Revision D

DAR-9400f/DAR-9500f with Gateway Option DICOM Conformance Statement. Revision D S517-E068D Apr. 2014 DAR-9400f/DAR-9500f with Gateway Option DICOM Conformance Statement Revision D Revision Date: April, 2014 Copyright (C) 2005-2014 Shimadzu Corporation. All rights reserved Date Rev.

More information