Networking and Teleradiology

Size: px
Start display at page:

Download "Networking and Teleradiology"

Transcription

1 Medical Informatics, PhD Networking and Teleradiology 1

2 Part 1: Networking standards Digital Hospital Digital Hospital Teleradiology & WWW HIS (Hospital Information System ) Integration PACS (Picture Archiving and Communication System) Text EVN A PID SA EVN A MPLE^JOE^^^^ PID M SA Lake Villa MPLE^JOE^^^^ 1 Dr^^Metairie^LA^ M ( Lake Villa Dr^^Metairie^LA^ ( Images HL7 (Health Level 7) DICOM (Digital Imaging and Communications in Medicine) 2

3 The Radio Doctor Maybe! The concept of remote data analysis is certainly not new, but it took a while to develop the best approaches and technology. The first Skype prototype 3

4 Why teleradiology Optimization 15% annual data growth vs. 2% annual radiology growth Access to remote areas Balance of knowledge Full use of digital formats Why teleradiology 4

5 Why teleradiology PACS: Picture Archiving and Communication System Modalities Archive Workstations Store Acquire - DICOM network View 5

6 DICOM Networking layout DICOM Software FTP client Web browser DICOM networking: High-level DICOM: DIMSE and SOP Low-level DICOM: association negotiation and PDU. Also known as DICOM Upper Layer protocol (SMTP) Web (HTTP) File transfer (FTP) Network application layer TCP/IP networking: basic standard for modern computer networks DICOM networking DICOM controls data exchange over computer networks (TCP/IP). AE Application Entity any DICOM-compatible device in DICOM network AEs can use DICOM networking commands to verify connectivity, search for data, and send data to each other. DICOM Conformance Statement - describes to what extent each AE supports DICOM (18 volumes!) Must have! DICOM is service-based standard: any two connected AEs provide services to each other. For instance, DICOM printer serves DICOM CT scanner, printing CT images. 6

7 Network service model SCP Service Class SCU DICOM networking is implemented with service rendering model: Service Class Providers (SCPs) provide services to Service Class Users (SCUs). Image storage SCU Image storage SCP Archive SCP/SCU role depends on the particular task Image storage SCP Image storage SCU Connecting DICOM AEs: IP, Port, AE Title. Configuration is easy, assuming you are in control of your DICOM devices. 7

8 DICOM services DICOM units (AEs) request and provide services to each other. Main DICOM services include: Echo (verification) - verifies in network partner (AE) is available Store - stores DICOM objects on specified AE Find - searches for DICOM objects on specified AE Get - retrieves DICOM objects from specified AE Move - moves DICOM objects from AE 1 to AE 2 Each service includes command (such as Find) and command data (such as Find parameters). Service and its data form Service-Object Pair (SOP) DICOM Message Service Elements (DIMSE) 8

9 C-Echo (Verification SOP) Client (Service Class User, SCU) is asking for a service. Server (Service Class Provider, SCP) is providing the service. SCU/SCP roles may change depending on the task. Verification SOP UID: C-Echo SCU (Example: Archive) Servers can be SCUs! Send DICOM verification Request Send DICOM verification Response Slang: DICOM-ping C-Echo SCP (Example: Modality) C-Find Client (Service Class User, SCU) is asking for a service. Server (Service Class Provider, SCP) is providing the service. SCU/SCP roles may change depending on the task. C-Find SCU (Example: Radiology workstation) Find all MR studies for patient J*son List of studies found Important: DICOM can search medical databases remotely. C-Find SCP (Example: Archive) 9

10 C-Store Store images to C-Store SCP CT Storage SCU (Example: CT scanner) Sends CT images to be stored (requests CT Storage service) Accepts CT images for storage (provides CT Storage service) Slang: DICOM-push CT Storage SCP (Example: Archive) C-Get Retrieve images from C-Get SCP (using the same connection) C-Get SCU (Example: Radiology workstation) Retrieve study (images) with Study UID Images (sent with C-Store) Slang: DICOM-pull C-Get SCP (Example: Archive) 10

11 C-Move Ask C-Move SCP to send images to third party destination C-Move SCU (Example: Radiology workstation) Retrieve study (images) with Study UID Images (sent with C-Store) Slang: DICOM-pull C-Store SCP (Example: Workstation) C-Move SCP / C-Store SCU (Example: Archive) MWL (Modality Worklist) Radiology Information System (RIS) MWL SCP (Example: Archive) MWL SCU (Example: Modality) C-Find-Rq: Find current scanning schedules for this modality Send current patient scanning schedules C-Find-Rsp: Provide current scanning schedules Fetching patient/schedule info from RIS into MWL SCP, converting it into DICOM MWL SOP, based on C- Find DIMSE 11

12 DICOM Services around us (!) DICOM & HL7 Networking Basics C-Echo, C-Find, C-Store, C-Get (C-Move) is all you need to run a medical imaging (DICOM) network. There are lots more in DICOM: printing (becoming extinct), encapsulating various formats (PDF, video MPEG, screenshots, reports). HL7 provides similar query/retrieve mechanism: messages.html browse HL7 pages, very informative Example: 12

13 Can I make my own PACS? Absolutely. The recipe: Make sure your modalities are on the hospital network (ping them). Find DICOM settings in their interfaces. Make sure your modalities speak DICOM (use C-Echo). Install DICOM software (trial or not) on any hospitalnetworked computer - your pilot server. Configure DICOM modalities to store data on the pilot server. Configure DICOM workstations to retrieve data from the pilot server (using DICOM software on the workstations). Let the pilot server run for two weeks to estimate your storage volume and bottlenecks. Then buy the real server accordingly. Can we build a DICOM Dropbox? DICOM Dropbox: Dropping DICOM file into a dropbox folder automatically forwards it to a preset PACS archive File drop DICOM upload PACS Archive Q: Which DICOM service will you need: C-Echo C-Find C-Store C-Get C-Move? 13

14 Part 2: Getting tele done (right) Getting tele done (right) Q: OK, we know that DICOM and HL7 work well on local hospital networks. Can they scale to WWW? 14

15 Hidden problems Conceptually, remote clinical networking is expected to use the same standards and protocols as local hospital networks, but In reality, making things work remotely calls for much more reliable, functional, integrated solutions, which cannot be found in a local, static environment. What about tele? Classical clinical standards such as DICOM have pros and cons: Pros: DICOM association establishment (handshake) mechanism ensures device/app compatibility. Default data format is always defined. Advanced functionality (such as remote searches far better than FTP!) Fast (although there are many myths about DICOM overheads ) 15

16 What about tele? Cons: No error recovery, no solid error-reporting mechanism (errors like reason-not-specified ) No idea of transmission progress Static IPs (DICOM AEs find each other by IP addresses) Cannot specify certain important parameters (such as image compression ratio) Heavyweight: you cannot run DICOM in a web browser Poor support for internationalization (localization) Teleradiology Online radiology Mobile workstation Hospital PACS Remote workstation Remote PACS 16

17 Teleradiology vs. PACS PACS Teleradiology = DICOM Network (data) + (connection) + Making the damn thing work!!! OR Teleradiology = Proprietary Important aspects of teleradiology Standardization (!!!) Image compression and quality Flexible data access clients (lightweight, OS- and browser-independent) Fault tolerance Prefetching and other methods to avoid slow networks Information protection and security Seamless integration into hospitals electronic records Use of consumer computers Staying away from simplistic models ( attachments, Dropbox, Skype, remote desktop, etc.) 17

18 Opening hospital network to WWW Remote viewing PACS server Telerad server Isolated clinical network Hospital Open PACS server WWW Never share your servers! Opening hospital network to WWW Remote viewing PACS server Telerad server Hospital RDP into hospital WWW 18

19 Data volume Image modality Nuclear medicine, NM Magnetic resonance, MR Computed tomography, CT Color ultrasound, US Computed radiography, CR Color 3D reconstructions Digital mammography, MG Typical sizes of digital images and studies. Typical image matrix (height width, bytes per pixel) Image size, kilobytes (KB) Typical number of images in a study Up to Typical study size, megabytes (MB) Dealing with volume: compression Illustrating excessive lossy compression with images and text patterns. Overdone JPEG creates highly-visible blocking artifacts; overdone JPEG2000 creates blur. 19

20 Dealing with volume: prefetching Remote viewing Slow network Prefetching server DICOM images Hospital PACS Fast network DICOM images Fast network Load balancing: thin and thick Thin client Thin client server Thick client server Thick client Computing on the server Sending the data Sending the results Computing the results Know how to balance your loads! 20

21 Web clients and their advantages Web-based, using wellknown web protocols Diagnostic images Cross-platform, crossbrowser Displaying full multimedia information: imaging, reports, charts, Diagnostic quality Zero footprint ensures confidentiality Patient reports Well, what about the disadvantages? Name a few problems with web clients: 21

22 Web clients: limitations Limited processing power Limited memory Universality limits functionality Require lighter (and often proprietary) versions of DICOM and HL7 Complex vs. universal More complex web technologies may not be widely supported. Failed to start 22

23 Implementation: facade Implementation: behind the facade Do your doctors have 15 minutes? 23

24 Implementation: facade Implementation: behind the facade Failed DICOM image display 24

25 Implementation: facade Implementation: behind the facade 25

26 Implementing web client ActiveX? Java? HTML5?.NET? True web-based client is the best way to go. Good for stealth radiology as well (leaving no traces on the client computer) Load-balancing should be considered in the context of your implementation technology. Example: adjusting image brightness interactively Can you do this on your client? Price for doing this on your server? Implementing web client Performance optimization is essential for web clients. Example: image compression Compress ahead of time, or on the fly? Hi-res, or thumbnails? Choice of algorithm: ZIP? JPEG? PNG? Choice of implementation: Multithreaded? DB-based? Separate server for compression? Separate PACS archive? Choice of hardware: GPU/CPU? Processor cores? Location? 26

27 Implementation Heavyweight teleradiology (inter-connected PACS) great for large imaging projects with well-defined boundaries. Example: Radiologists from hospital A assist radiologists from hospital B. Lightweight teleradiology is perfect for mobile, cloudy projects with many moving targets. Example: setting up a virtual radiology network business, to consult understaffed hospitals. Web-alternatives: PACS networks LAN PACS server Remote hospital VPN Connecting several PACS via VPN channels is used in large, static regional projects. WWW 27

28 Web-alternatives: peer-to-peer networking LAN WWW PACS server Remote viewing Isolated clinical LAN Peer-to-peer server connects remote to local using outgoing requests only Can be used for dynamic remote access Data-sharing channels DICOM (data and network) the best DICOM (Germany) FTP and such (file sharing) Proprietary formats Remote viewing clients Multimedia (JPEG, AVI, ) Hard copies (CD, DVD, ) 28

29 Data quality Early approach to teleradiology: transmit data by any means. Result: lost data, horrified medical community. Screenshots, scanned, copied DICOM (original) Viewing quality: image interpolation The goal of any interpolation algorithm is to preserve the frequency content (local details) of the original image. Linear Cubic ipad high-res display phenomenon? 29

30 DICOM over (the right way) DICOM Automatically wrapping DICOM images into MIME and ing to clients: WWW server PACS workstation (with DICOM ) at HospitalA Automatically checking mailboxes and retrieving DICOM images PACS workstation (with DICOM ) at ClinicB Ubiquitous and inexpensive fax machine Anything works, as long as it makes sense! The framework and its successful use are explained in [Rothpearl]. A special software plug-in can automatically register incoming DICOM studies, and receive faxes, related to them converting them into DICOM images, and storing them in the PACS to accompany the original image data from the modalities. If you add the simplicity of the fax machine (compared even to a flatbed scanner), that even the most computer-averse hospital staff can handle, you will certainly appreciate the efficiency of the fax-to- PACS interface. I can t wait for DICOM Twitter. [Rothpearl] Allen Rothpearl, Rafael Sanguinetti, John Killcommons, Development of a Fax-Based System for Incorporating Nondigital Paper-Based Data into DICOM Imaging Examinations, Journal of Digital Imaging, 2010 February; 23(1):

31 Multimedia Multimedia support is essential for robust implementation. Modality 1 PACS Server Multimedia Server Modality 2 Robustness is not about spare parts ; it s about functional alternatives! Data format: DICOM Multimedia DICOM for WWW: WADO and MINT WADO (DICOM Part 18) Web Access to DICOM persistent Objects MINT Medical Imaging Network Transport &studyuid= &seriesuid= &objectuid= &contenttype=image%2fjp2;level=1,image%2fjpeg;q=0.5 &annotation=patient,technique &columns=400 &rows=300 &region=0.3,0.4,0.5,0.5 &windowcenter=-1000 &windowwidth=

32 Working on any platform/environment Mobile modalities and workstations FDA approved if you do not have a workstation 32

33 Know your gadget! VS. Do not get fancy, get practical! Patients in charge Patients are getting more and more involved. Is your hospital ready? 33

34 Nationwide PACS Nationwide PACS does not mean single PACS provider! The most essential question is always the data, and not the implementation. For example, do you have a mechanism for nationwide Patient ID? Worldwide PACS: Parlez-vous Deutsch? (not yet) Start with planning for multilingual data. 34

35 Convenience Reading images remotely can be fun! Teleradiology in the US Percent of hospitals using teleradiology Hospital size (number of radiologists) From 2003 to

36 Predators or allies? There is one important item in any teleradiology project that has absolutely nothing to do with DICOM: personal relationships. Many hospitals tend to view expanding teleradiology practices as predators, threatening their business, jobs, and quality standards. Moreover, when patients and referring physicians learn that their images will be read somewhere else, they may get concerned as well. Therefore, the pros and cons of any teleradiology project should be weighed ahead of time, with very clear boundaries of responsibility defined for the local and remote radiology groups. If anything is questionable, prioritize the quality, and the quantity will follow. Starting your (teleradiology) project Estimate the required time to transmit your data (volume/speed). If necessary, use compression or prefetching to reduce data transfer delays. Decide on Pull (retrieving remote data on demand) vs. Push (having remote data sent to you) models. Pull is best if you need only a small fraction of all data, and if you want to be entirely mobile. Establish a local server to store your data (especially if the data is pushed to you). 36

37 Starting your project Choose viewing solution and software that accommodate the widest range of devices (smartphones included). Favor solutions with better multimedia support. Avoid hard-coded, impossible to change, static configurations. Favor inter-independent, modular solutions. Hire your own IT support (you may have it part-time, but you have to have it). Starting your project Integrate your solution into the other systems you and your doctors are using. The data should flow automatically. Always plan for scaling and growth. Have a fully functional plan B for your entire setup. 37

DICOM Conformance Statement

DICOM Conformance Statement Group of Companies ifa systems AG ifa united i-tech, Inc. Augustinusstr. 11b 1850 SE 17 th Street Suite C Suite 107 50226 Frechen Fort Lauderdale, FL 33316 Germany USA Phone: +49 2234 93367-0 Phone: +1

More information

Topcon Medical Systems

Topcon Medical Systems Topcon Medical Systems EZ Lite 2 Version 1.2 DICOM Conformance Statement November 1, 2013 Rev 1.1 Topcon Medical Systems, Inc. 111 Bauer Drive, Oakland, NJ 07436, USA Phone: (201) 599-5100 Fax: (201) 599-5250

More information

PACSware Migration Toolkit (MDIG)

PACSware Migration Toolkit (MDIG) PACSware Migration Toolkit (MDIG) DICOM Conformance Statement 1 MDIG DICOM Conformance Statement (061-00-0024 A) MDIG DICOM Conformance Statement.doc DeJarnette Research Systems, Inc. 401 Washington Avenue,

More information

3 Where Do You Get DICOM from? DICOM vs. Digital DICOM, DICOM-Compatible, DICOM-Ready? In the Middle of Nowhere...

3 Where Do You Get DICOM from? DICOM vs. Digital DICOM, DICOM-Compatible, DICOM-Ready? In the Middle of Nowhere... XIII Part I: Introduction to DICOM 1 What Is DICOM?... 3 2 How Does DICOM Work?................................ 7 3 Where Do You Get DICOM from?... 11 3.1 DICOM vs. Digital... 11 3.2 DICOM, DICOM-Compatible,

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

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

Mach7 Enterprise Imaging Platform v DICOM Conformance Statement

Mach7 Enterprise Imaging Platform v DICOM Conformance Statement Mach7 Enterprise Imaging Platform v11.7.2 2017 Manufacturer: Mach7 Technologies 480 Hercules Drive Colchester VT 05446 USA +1 802 861 7745 - phone +1 802 861 7779 - fax European Authorized Representative:

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

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

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

DICOM 3.0 Conformance Statement **

DICOM 3.0 Conformance Statement ** DICOM 3.0 Conformance Statement ** ** Applicable to MIM 6.1 6.4 and MIMviewer 3.1 3.4 software versions MIM Software Inc. 25800 Science Park Drive Suite 180 Cleveland, Ohio 44122 216-455-0600 (U.S. toll

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 V3.0 Conformance Statement. SenoIris 1SP2

DICOM V3.0 Conformance Statement. SenoIris 1SP2 DICOM V3.0 Conformance Statement SenoIris 1SP2 Image Diagnost International Reproduction of this document without prior written approval is prohibited. Image Diagnost International reserves the right to

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

DICOM Conformance Statement. CharruaPACS

DICOM Conformance Statement. CharruaPACS CharruaPACS _en Version: 2.0 Reviewed by: Rafael Sanguinetti Approved by: Rafael Sanguinetti Date: 06/25/2014 Date: 06/25/2014 Page 1 of 14 CharruaPACS CharruaPACS _en Version 2.0 Page 2 of 14 Table of

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

DICOM DIRECTOR. User Manual for. DICOM Director Gateway. DICOM Director Team Version 1.0

DICOM DIRECTOR. User Manual for. DICOM Director Gateway. DICOM Director Team Version 1.0 DICOM DIRECTOR User Manual for DICOM Director Gateway Version 1.0 DICOM Director Team support@dicomdirector.com Table of Contents How to Read the Manual... 3 Symbols used in the Manuals... 3 Notes... 3

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

Abstract DCV DICOM CONFORMANCE. XrayVision DCV DICOM Conformance Statement. Abstract

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

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

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

DICOM Conformance Statement

DICOM Conformance Statement DICOM Conformance Statement McKesson Cardiology Release 13.2.1 June 2016 Doc ID DCM-10018 Doc Revision 1.0 Produced in Cork, Ireland Revision History Revision Revision Date Summary of Changes Rev. 1.0

More information

Technical Publications

Technical Publications g GE Healthcare Technical Publications Direction DOC1629000 Revision 2 LOGIQ P9/P7 R2.x Copyright 2016 by General Electric Co. g GE Healthcare Do not duplicate THIS PAGE LEFT INTENTIONALLY BLANK CONFORMANCE

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

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

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

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

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

CHILI /Workstation. Reporting multi modal digital images. Product Specification

CHILI /Workstation. Reporting multi modal digital images. Product Specification CHILI /Workstation Reporting multi modal digital images Product Specification CHILI /Workstation CHILI/Workstation is a diagnostic PACS workstation with additional functions for teleradiology. CHILI/Workstation

More information

DICOM Conformance Statement (DCS) Rev 1.1. Surgimap Nemaris Inc. 475 Park Ave S, 11 th Fl. New York, NY 10016

DICOM Conformance Statement (DCS) Rev 1.1. Surgimap Nemaris Inc. 475 Park Ave S, 11 th Fl. New York, NY 10016 DICOM Conformance Statement (DCS) Rev 1.1 Surgimap 2.2.13.1 Nemaris Inc. 475 Park Ave S, 11 th Fl New York, NY 10016 DICOM conformance Statement, Nemaris Inc Page ii Table of Contents Table of Contents...

More information

SonicDICOM PACS. Install Manual. https://sonicdicom.com/ December 14, JIUN Corporation. All rights reserved.

SonicDICOM PACS. Install Manual. https://sonicdicom.com/ December 14, JIUN Corporation. All rights reserved. SonicDICOM PACS Install Manual December 14, 2016 https://sonicdicom.com/ 2016 JIUN Corporation. All rights reserved. Contents Install Manual... 3 Version history... 3 1. Overview of software... 3 1.1 DICOM

More information

Technical Publications

Technical Publications g GE Healthcare Technical Publications DOC1987748 Revision 1 DoseWatch 2.2 Copyright 2017 by General Electric Co. Do not duplicate THIS PAGE LEFT INTENTIONALLY BLANK CONFORMANCE STATEMENT OVERVIEW DoseWatch

More information

Parascript AccuDetect CAD Software System

Parascript AccuDetect CAD Software System Parascript AccuDetect CAD Software System Computer Aided Detection for Digital Mammography DICOM CONFORMANCE STATEMENT US Software Version: 6.1 Parascript, LLC 6273 Monarch Park Place Longmont, CO 80503

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

Mirada XD DICOM Conformance Statement

Mirada XD DICOM Conformance Statement Mirada XD DICOM Conformance Statement mm1050-4 1 Conformance Statement Overview Mirada XD implements the necessary DICOM services to read DICOM images and other objects from the file system and save secondary

More information

CHILI CHILI PACS. Digital Radiology. DICOM Conformance Statement CHILI GmbH, Heidelberg

CHILI CHILI PACS. Digital Radiology. DICOM Conformance Statement CHILI GmbH, Heidelberg CHILI Digital Radiology CHILI PACS DICOM Conformance Statement 2010-10 2013 CHILI GmbH, Heidelberg Manufacturer CHILI GmbH Friedrich-Ebert-Str. 2 D-69221 Dossenheim/Heidelberg Tel. (+49) 6221-18079-10

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

Technical Publications

Technical Publications Technical Publications Direction DOC1094319 Revision 2 Vivid S5 version 12 Copyright 2012 by General Electric Co. Do not duplicate THIS PAGE LEFT INTENTIONALLY BLANK CONFORMANCE STATEMENT OVERVIEW Page

More information

DICOM Conformance Statement (DCS) Rev 1.2. Surgimap Nemaris Inc. 475 Park Ave S, 11 th Fl. New York, NY 10016

DICOM Conformance Statement (DCS) Rev 1.2. Surgimap Nemaris Inc. 475 Park Ave S, 11 th Fl. New York, NY 10016 DICOM Conformance Statement (DCS) Rev 1.2 Surgimap 2.2.14 Nemaris Inc. 475 Park Ave S, 11 th Fl New York, NY 10016 DICOM conformance Statement, Nemaris Inc. Page ii Table of Contents Table of Contents...

More information

Mirada XD DICOM Conformance Statement

Mirada XD DICOM Conformance Statement Mirada XD DICOM Conformance Statement mm1050-3 1 Conformance Statement Overview Mirada XD implements the necessary DICOM services to read DICOM images and other objects from the file system and save secondary

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

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 g GE Heathcare Technical Publications Direction DOC0660253 Revision 11 NM General Purpose 600 Series * * Refer to Section 1 for a list of products in NM General Purpose 600 Series family to which this

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

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

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

Media Writer DICOM Conformance Statement

Media Writer DICOM Conformance Statement Media Writer DICOM Conformance Statement July 12, 2016 Page 1 of 16 Lexmark Enterprise Software LLC - Proprietary 2016 Lexmark. Lexmark and the Lexmark logo are trademarks of Lexmark International, Inc.,

More information

Technical Publications

Technical Publications g GE Heathcare Technical Publications Direction DOC0374470 Revision 3 Discovery NM530c Copyright 2016 by General Electric Co. Do not duplicate g GE Heathcare LIST OF REVISIONS REV DATE DESCRIPTION PAGES

More information

Technical Publications

Technical Publications DIRECTION DOC0821438REV 1 VIVID S5 11 Technical Publications Direction DOC0821438 Revision 1 Vivid S5 version 11 for DICOM Copyright 2009 By General Electric Co. Do not duplicate GE Healthcare DIRECTION

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

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

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 DIMEX.HYBRID Schäf Systemtechnik GmbH Falkenstrasse 22 D-91580 Petersaurach Germany Phone: +49 (0) 9872 2002 Fax: +49 (0) 9872 2823 E-Mail: support@sstmed.com WWW: http://www.sstmed.com Page 1 TABLE OF

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. isite PACS 4.1. CREF Nov 23. Philips Healthcare Informatics

DICOM Conformance Statement. isite PACS 4.1. CREF Nov 23. Philips Healthcare Informatics DICOM Conformance Statement isite PACS 4.1 CREF4.09-80 2011 Nov 23 Philips Healthcare Informatics isite PACS 4.1 CREF4.09-80 2011 Nov 23 Philips Healthcare is part of Royal Philips Electronics www.medical.philips.com

More information

MII PACS Course 2014

MII PACS Course 2014 MII PACS Course 2014 Nel Leung SR, DR TMH Content Standards: DICOM HL7 IHE ACR ICD SNOMED PACS Integration DICOM - Digital Image Communications in Medicine What DICOM Can and Cannot Guarantee DICOM Can

More information

Digital Imaging COmmunications in Medicine. DICOM in a Nutshell

Digital Imaging COmmunications in Medicine. DICOM in a Nutshell Digital Imaging COmmunications in Medicine DICOM in a Nutshell Ben Gorissen Philips Medical Systems Nederland B.V. ICS - ARC 1 /Ben Gorissen/ICS-ARC/March 1997/XPB080-970021.01 Presentation Overview Scope

More information

DICOM CONFORMANCE STATEMENT FOR ZIOBASE 4.0

DICOM CONFORMANCE STATEMENT FOR ZIOBASE 4.0 DICOM CONFORMANCE STATEMENT FOR ZIOBASE 4.0 DICOM Conformance Statement, Ziobase 4.0 1 Copyright 2006-2012, Ziosoft, Inc. 0 DICOM CONFORMANCE STATEMENT OVERVIEW... 4 1 IMPLEMENTATION MODEL... 5 1.1 APPLICATION

More information

ImagePort IQ v2.0 DICOM Conformance Statement. ImagePort IQ. Radiance PACS Archive Server DICOM Conformance Statement

ImagePort IQ v2.0 DICOM Conformance Statement. ImagePort IQ. Radiance PACS Archive Server DICOM Conformance Statement ImagePort IQ Radiance PACS Archive Server DICOM Conformance Statement 1 ImagePort IQ v2.0 DICOM Conformance Statement 001-00-0014 A (001-00-0014 A) ImagePort IQ v2.0 - Conformance Statement.doc DeJarnette

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

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

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

Visage. DICOM Conformance Statement

Visage. DICOM Conformance Statement Visage 7 DICOM Conformance Statement Information about manufacturer and distribution contacts as well as regulatory status of the product can be found in the User Manual. Some of the specifications described

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

Technical Publications

Technical Publications g GE Heathcare Technical Publications Direction DOC0660253 Revision 5 NM General Purpose 600 Series * * Refer to Section 1 for a list of products in NM General Purpose 600 Series family to which this Conformance

More information

DIADEM DICOM Conformance Statement

DIADEM DICOM Conformance Statement Software Version: 1.1.0 Document Version: 2.0 Contents 1 Glossary... 3 2 Introduction... 4 2.1 Background... 4 2.2 References... 4 3 Conformance Statement Overview... 5 4 Networking... 6 4.1 Implementation

More information

X-Porte DICOM Conformance Statement

X-Porte DICOM Conformance Statement 21919 30th Dr. SE, Bothell, WA 98021-3904 USA Telephone 1.425.951.1200 Facsimile 1.425.951.1201 www.sonosite.com Document Number: Revision: Title: D10711 D X-Porte DICOM Conformance Statement CHANGE HISTORY:

More information

Carl Zeiss Meditec AG

Carl Zeiss Meditec AG OPMI PENTERO 900 Software Releases 1.0, 1.1, 1.2 and 1.3 OPMI PENTERO 800 Software Releases 1.2 and 1.3 DICOM GE-30-1870-en Version 1.3 MMN: EN_30_200_0029I 1 Networking 4 1.1 Introduction 4 1.2 Implementation

More information

YOUR PACS, YOUR FREEDOM

YOUR PACS, YOUR FREEDOM WEB THIN CLIENT PACS FOR STORAGE, ARCHIVING AND TELERADIOLOGY YOUR PACS, YOUR FREEDOM VERSION 6.6.2 iq-web THE CAREFREE, ALL-INCLUSIVE PACS iq-web is a complete, easy-to-use and affordable PACS for storing,

More information

Technical Publications

Technical Publications Technical Publications 1694829 Revision 3 OEC Elite MiniView Software Release Workstation 1.x Copyright 2015 by General Electric Co. g Do not duplicate GE Healthcare REVISION HISTORY REV DATE REASON FOR

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

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

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

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

NewVision Fundus Medical Imaging Suite

NewVision Fundus Medical Imaging Suite NewVision Fundus Medical Imaging Suite NewVision Fundus DICOM v.3.2 BTT Bilgi Teknoloji Tasarim Ltd. Document version: 2.0 10 November 2011 DICOM Conformance Statement 1. Overview This document describes

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

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

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

PACS: Image Distribution

PACS: Image Distribution PACS: Image Distribution Henri Rik Primo Director, Marketing Siemens Medical Solutions USA, Inc. Image Distribution: Why So..the Radiology Department is ready to become filmless, except maybe for mammography

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

Perennity DICOM edition DICOM Conformance Statement

Perennity DICOM edition DICOM Conformance Statement Perennity DICOM edition DICOM Conformance Statement Version: 4.50 Perennity DICOM edition Page 1 of 18 DICOM conformance 4.50 1. Table of contents 1. Table of contents 2 2. Preface 3 3. Introduction 4

More information

CHILI /Web. Intelligent image distribution inside and outside the hospital. Product Specification

CHILI /Web. Intelligent image distribution inside and outside the hospital. Product Specification CHILI /Web Intelligent image distribution inside and outside the hospital Product Specification CHILI /Web CHILI/Web is an image distribution and teleradiology solution based on a proven and extensible

More information

Technical Publications

Technical Publications DOC0445444 REV 2 Technical Publications DOC0445444 Revision 2 CONFORMANCE STATEMENT for DICOM Do not duplicate Copyright 2008 By GE Healthcare DOC0445444 REV 2 THIS PAGE LEFT INTENTIONALLY BLANK DOC0445444

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

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

Senographe Essential Acquisition System

Senographe Essential Acquisition System GE Healthcare Technical Publications 5160041-6-100 Revision 1 0459 Conformance Statement for DICOM V3.0 Copyright 2007 by General Electric Company Inc. All rights reserved. This page is blank. Page no.

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

Carl Zeiss Surgical GmbH

Carl Zeiss Surgical GmbH OPMI Pentero MediLive MindStream Software Release 2.2 GE-30-1712-en Version 1.0 Copyright Carl Zeiss Surgical GmbH, Germany 2007 All rights reserved 1 Networking 4 1.1 Introduction 4 1.2 Implementation

More information

VM PACS DICOM Conformance Statement

VM PACS DICOM Conformance Statement VM PACS DICOM Conformance Statement Visual Medica 06/06/2014 1 Content 1. INTRODUCTION... 4 1.1. Conformance Statement Overview... 4 1.2. Field of Application... 5 1.3. References and Definitions... 6

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

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

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

C-DAC s Medical Informatics Software Development Kit (SDK) for DICOM PS Conformance Statement

C-DAC s Medical Informatics Software Development Kit (SDK) for DICOM PS Conformance Statement C-DAC s Medical Informatics Software Development Kit (SDK) for DICOM PS 3.0-2015 Conformance Statement Company Name: Centre of Development for Advanced Computing Product Name: C-DAC s Medical Informatics

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

Carl Zeiss Meditec AG

Carl Zeiss Meditec AG OPMI PENTERO 900 Software Releases 1.0 and 1.1 GE-30-1870-en Version 1.1 1 Networking 4 1.1 Introduction 4 1.2 Implementation Model 4 1.2.1 Application Data Flow Diagram 5 1.2.2 Functional Definitions

More information

Carl Zeiss Surgical GmbH

Carl Zeiss Surgical GmbH OPMI Pentero MediLive MindStream Software Release 2.1 GE-30-1612-en Version 1.2 Copyright Carl Zeiss Surgical GmbH, Germany 2006 All rights reserved 1 Networking 4 1.1 Introduction 4 1.2 Implementation

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