You are on page 1of 10

ACUSON X300

US

Function Description
System
Software Architecture

© Siemens, 2009

10427629
10427605
10427541
10427540
10132436

© Siemens, 2009
- For internal use only - All documents may only
be used by authorized personnel for rendering
services on Siemens Healthcare Products. Any
JEG
Siemens
document in electronic form may be printed
once. Copy and distribution of electronic docu-
ments and hardcopies is prohibited. Offenders
will be liable for damages. All other rights are re-
served.

Print No.: US11-103.850.01.04.02 English


Replaces: US11-103.850.01.03.02 Doc. Gen. Date: 12.09
n.a.

Part No.: 2009

Ultrasound
2 Copyright / Version / Disclaimer
1Copyright / Version / Disclaimer

Copyright
“© Siemens, 2009“ refers to the copyright of a Siemens entity such as Siemens Aktienge-
sellschaft - Germany, Siemens Mindit Magnetic Resonance Ltd. - China, Siemens Shang-
hai Medical Equipment Ltd. - China, Siemens Medical Solutions USA Inc. - USA and/or
Siemens Healthcare Diagnostics Inc. - USA.

Document Version
Siemens reserves the right to change its products and services at any time.
In addition, manuals are subject to change without notice. The hardcopy documents corre-
spond to the version at the time of system delivery and/or printout. Versions to hardcopy
documentation are not automatically distributed. Please contact your local Siemens office
to order current version or refer to our website http://www.healthcare.siemens.com.

Disclaimer
Siemens provides this documentation “as is“ without the assumption of any liability under
any theory of law.
The service of equipment described herein is to be performed by qualified personnel who
are employed by Siemens or one of its affiliates or who are otherwise authorized by Sie-
mens or one of its affiliates to provide such services.
Assemblers and other persons who are not employed by or otherwise directly affiliated with
or authorized by Siemens or one of its affiliates are not entitled to use this documentation
without prior written authority.

ACUSON X300 US11-103.850.01.04.02 Page 2 of 10 © Siemens, 2009


12.09 Ultrasound For internal use only
Table of Contents 3
0Table of Contents

1________ Software Architecture_____________________________________________ 4

Software Structure. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5

2________ Interface Bus ____________________________________________________ 9

Interface Bus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9

3________ Changes to Previous Version _____________________________________ 10

© Siemens, 2009 US11-103.850.01.04.02 Page 3 of 10 ACUSON X300


For internal use only 12.09 Ultrasound
4 Software Architecture
1-
1Software Architecture

This section presents general information on the ACUSON X300™ ACUSON X300 Pre-
mium Edition and SONOVISTA X300™ system with its components and subsystems.

ACUSON X300 US11-103.850.01.04.02 Page 4 of 10 © Siemens, 2009


12.09 Ultrasound For internal use only
Software Architecture 5

Software Structure 1.1

The X300 systems application is based on COM, and operates in single-thread environ-
ment. It consists of several subsystems and libraries as shown in the following figure.

© Siemens, 2009 US11-103.850.01.04.02 Page 5 of 10 ACUSON X300


For internal use only 12.09 Ultrasound
6 Software Architecture
Software Architecture Diagram
Fig. 1:
ACUSON X300 US11-103.850.01.04.02 Page 6 of 10 © Siemens, 2009
12.09 Ultrasound For internal use only
Software Architecture 7

Fig. 2: Software Functional Architecture by Product Version


Tab. 1 Description of Subsystems

Module Subsystem Description


Orchid Annotation Customizes phrase libraries for patient reports and
on-screen annotation. User can directly enter text on the
image screen using the keyboard.
Pictogram Pictograms are on-screen anatomical graphics that indi-
cate the anatomy under evaluation and the orientation of
the transducer. Displays the available pictograms for the
selected exam type and allows user can change and set
the pictogram.
Arrow Allows user can place arrows on the screen.
Patient Banner Displays information for identifying the patient, operator,
date, time, and the hospital or clinic
Patient Regis- Displays the Patient Data form currently in use. Allows
tration user can view or edit the page.
Preset Displays Presets screen which allows user to modify and
customize the system by the system presets, including
general settings, QuickSets, image annotation, and calcu-
lation settings.
Exam & Quick- Displays a list of available system-defined exam types and
Set user-defined QuickSets (a configuration of imaging set-
tings for a specific transducer and exam type). Displays
the screen for saving, deleting, renaming and overwriting
QuickSets

The software structure provides:


• Loosely coupled interfaces between applications
• Promotes independent development of the applications
• Simplifies software integration efforts

© Siemens, 2009 US11-103.850.01.04.02 Page 7 of 10 ACUSON X300


For internal use only 12.09 Ultrasound
8 Software Architecture

• Dynamically adds or removes applications


• Ability to add new applications in the future.

ACUSON X300 US11-103.850.01.04.02 Page 8 of 10 © Siemens, 2009


12.09 Ultrasound For internal use only
Interface Bus 9
2-
Interface Bus
2Interface Bus

The interface bus supports the following three types of communication methods:
• Parameter - A variable that can be accessed by other applications. A subsystem can
handle events fired by other subsystems. A subsystem can execute commands
invoked by other subsystems and return the result via out-parameter
• Event - A message which is fired by components. Several applications can subscribe to
the same event.
• Command - A function which can be invoked by other applications

Fig. 3: Interface Bus

© Siemens, 2009 US11-103.850.01.04.02 Page 9 of 10 ACUSON X300


For internal use only 12.09 Ultrasound
10 Changes to Previous Version
3-
3Changes to Previous Version

Change(s) Description
Update -- Rev. 4 Updated Figure 1, Software Architecture Diagram
Update Included references to X300 Premium Edition
Update Update to incorporate v3.0
New document. Initial release of document.

ACUSON X300 US11-103.850.01.04.02 Page 10 of 10 © Siemens, 2009


12.09 Ultrasound For internal use only

You might also like