MAC is a trademark owned by GE Medical Systems Information Technologies, a division of Ge neral El ectric
Corporation. All other marks are not owned by GE and are instead owned by their respective owners.
Each page of this document has the document part number and revision
letter at the bottom of the page. The revision letter identifies the
document’s update level.
The revision history of this document is summarized in the table below.
Manual Purpose
Introduction: Manual Information
Table 1. Revision History, PN 2015196-110
RevisionDateComments
A15 October 2003Initial release of document.
This document assumes a working knowledge of XML. It is not intended
as a guide to XML nor its terminology. The user is encouraged to take
advantage of the abundance of information about XML, including the
XML data specification, available on the Internet.
Revision AMAC 5000 System1-3
2015196-110
Introduction: Safety Information
Safety Information
Responsibility of the Manuf acturer
GE Medical Systems Information Technologies is responsible for the
effects of safety, reliability, and performance only if the equipment is
used in accordance with the instructions for use.
General
Please refer to the documentation delivered with your MAC 5000 resting
ECG analysis system for safety and warning information.
1-4MAC 5000 SystemRevision A
2015196-110
Service Information
Service Requirements
Refer equipment servicing to GE Medical Systems Information
Technologies authorized service personnel only. Any unauthorized
attempt to repair equipment under warranty voi ds that warranty.
It is the user’s responsibility to report the need for service to GE Medical
Systems Information Technologies or to one of their authorized agents .
Failure on the part of the responsible individual, hospital, or institution
using this equipment to implement a satisfactory maintenance schedule
may cause undue equipment failure and possible health hazards.
Regular maintenance, irrespective of usage, is essential to ensure that
the equipment will always be functional when required.
Introduction: Service Information
Revision AMAC 5000 System1-5
2015196-110
For your notes
Introduction: Service Information
1-6MAC 5000 SystemRevision A
2015196-110
2Overview and
Requirements
Revision AMAC 5000 System2-1
2015196-110
For your notes
2-2MAC 5000 SystemRevision A
2015196-110
Introduction
Overview
Overview and Requirements: Introduction
The MAC 5000 resting ECG analysis system (software version 8A and
higher) allows you to save and export resting ECGs in XML format to a
PC for storage and analysis.
127(
Data not entered or calculated at the MAC 5000 will not appear in
the XML file.
There are two ways this can be accomplished.
1. The MAC 5000 can be set up to save every ECG in the XML file
format. XML data can be transferred to another PC from the MAC
5000 data disk. XML files are stored to the following path:
a:\XML\*.XML. Except for the XML s uffix, the name of th e XML file
is the same as the name of the ECG file on the data disk.
2. The MAC 5000 can transmit ECGs to the serial port in XML format.
The serial port of the MAC 5000 must be connected to the serial port
of a PC running a terminal emulation program (i.e. HyperTerminal).
Technology
The conversion of data to XML (Extensible Markup Language) is based
upon a fixed set of data tags. The data tags are contained in XML
Document Type Definition (DTD) files defined by GE Medical Syste ms
Information Technologies. Each specific test type has its own DTD file.
This manual a ssum es a wor kin g knowl edg e of XML. It is not inten ded a s
a guide to XML nor its terminology. The user is encouraged to take
advantage of the abundance of information about XML and the XML
data specification available on the Internet.
Revision AMAC 5000 System2-3
2015196-110
Overview and Requirements: Data Types
Data Types
Table 2. Data Types
Data TypeDescription
DateDate data types contain the day, month and year. The date must be formatted as either MM/DD/YYYY
or MM-DD-YYYY. Where:
MM = Month 1-12
DD = Day = 1-31
YYYY = Four digit year value
Time Time data types contain the hour, minutes, seconds and milliseconds. The time must be formatted as
HH:MM:SS:NN. Where:
HH = Hour = 0-23
MM = Minute = 0-59
SS = Second = 0-59
NN = Hundredths = 0-99 (optional)
Predefined ValuesThere are many elements with predefined values. The Gender element, for example, is one of these
Predefined Values. If your XML document contains the Gender element, then the data must be one of
the following, predefined options for this data.
Male
Female
These Predefined Values and their acceptable options are specified in the tables in “Appendix A,
Section and Element Definitions”.
Diagnosis Statements:The Diagnosis Statement data type contains the textual interpretation, impressions, or conclusions
regarding a particular test. No statement or sentence of the diagnosis, referred to as the Statement
Text (StmtText), can exceed 127 characters. In addition to the Statement Text, one or more Statement
Flags can be included for each Statement Text. The Statement Flag is used to indicate one or more of
the following conditions about the statement itself:
EndsLine - Statement ends the interpretative line
Deleted - Statement has been deleted from interpretation
UserInsert - Statement was added to the interpretation by the user
The following is an example of a Diagnosis Statement:
<DiagnosisStatement>
<StmtFlag>EndsLine</StmtFlag>
<StmtFlag>UserInsert</StmtFlag>
<StmtText>Abnormal ECG</StmtText>
</DiagnosisStatement>
User IDA unique numeric number assigned to every person.
NumericA number within the element’s specified range.
AlphanumericAn element’s value containing a combination of numbers and/or letters.
8 Bit Unsigned8 Bit Unsigned data types range from 0 to 253.
8 Bit Signed8 Bit Signed data types range from –125 to +125. If the sign is not explicitly defined it is assumed to be
a positive value.
16 Bit Unsigned16 Bit Unsigned data types range from 0 to 65533.
2-4MAC 5000 SystemRevision A
2015196-110
Overview and Requirements: Data Types
Table 2. Data Types (Continued)
Data TypeDescription
16 Bit Signed16 Bit Signed data types range from –32765 to +32765. If the sign is not explicitly defined it is assumed
to be a positive value.
32 Bit Unsigned32 Bit Unsigned data types range from 0 to 4,294,967,293.
32 Bit Signed32 Bit Signed data types range from –2,147,483,645 to +2,147,483,645.
FloatFloat data types are not to exceed three decimal points. Exponential notation is not supported.
Revision AMAC 5000 System2-5
2015196-110
For your notes
Overview and Requirements: Data Types
2-6MAC 5000 SystemRevision A
2015196-110
AAppendix A: Section and
Element Definitions
Revision AMAC 5000A-1
2015196-110
For your notes
A-2MAC 5000Revision A
2015196-110
Section and Element Definitions: GE Data Sections
GE Data Sections
Table Explanation
GE has defined data sections, each containing a uniq ue combination of
data fields. The sections are:
Patient Demographics,
Test Demographics,
Extra Questions
Diagnosis (text only),
Wave forms (only acquired leads, not derived leads), and
Resting ECG Measurements
Each of the sections are depi cted in one of the tables prov ided on the nex t
several pages. The “Description” column of each table identifies the
elements that comprise that particular section. Each of these elements
should occur only once unless otherwise noted.
In addition to identifying the elements, each table also p rovides the
following information.
Table 1. Explanation of Table Columns
ColumnDescription
XML TagIndicates the GE XML tag that is used for the specified element.
LengthIdentifies the maximum field text length allowed for each data element.
TypeSpecifies the type of data being passed for a particular element. The information in this field may be further
clarified by information in the Value/Range column.
Value/RangeProvides additional detail or specifies the limits for the element’s content. In the case of Predefined Values,
the acceptable values for the element are listed in this column.
DescriptionProvides a description for every element in the associated section of data.
Revision AMAC 5000A-3
2015196-110
Section and Element Definitions: GE Data Sections
Patient Demographics Section
The Patient Demographics section contains information about the patient.
MONGOLIAN, ASIAN, UNKNOWN
HeightINNumeric0-255Patient’s height in inches
HeightCMNumeric0-255Patient’s height in centimeters
WeightLBSNumeric0-2048Patient’s weight in pounds
WeighKGNumeric0-2048Patient’s weight in kilograms
PatientLastName16AlphanumericPatient’s last name
Patient’s ID - This ID must be assigned
for the life of the patient and must be
unique for this patient.
Age Units
Patient’s date of birth
Patient’s race
PatientFirstName10AlphanumericPatient’s first name
AnalysisAge16 Bit UnsignedPatient age used to run analysis
program
AnalysisAgeUnitsSee Value/ Range YEARS, MONTHS, WEEKS, DAYS,
HOURS
A-4MAC 5000Revision A
2015196-110
Analysis age units
Section and Element Definitions: GE Data Sections
Test Demographics Section
The Test Demographics section contains information about the particular test. The type of test performed,
and the date and time of the test are some of the elements of this section.
Table 3. Test Demographics: <TestDemographics>
XML TagLengthTypeValue/RangeDescription
DataTypeSee Value/RangeRESTING, STRESS, HOLTER,
CATH, ECHO,
SiteNumeric1-32MUSE site number - associated to
AcquisitionDevice5AlphanumericName or Acroynm for the device test
StatusSee Value/RangeCONFIRMED,
UNCONFIRMED
PrioritySee Value/RangeNORMAL, PREOP, STATPriority of test
LocationNumeric 0 - 599Location number corresponding to
RoomID5AlphanumericPatient’s room number
AcquisitionTime11TIMEHH:MM:SS:NNTime test was performed.
AcquisitionDate 10DATEMM/DD/YYYY or
MM-DD-YYYY
CartNumberNumericNumber corresponding to a device.
AcquisitionSoftwareVersion9AlphanumericVersion of software used to acquire
Identifies the specific type of test
Hospital Name
was performed on.
Status of test. Must be either
CONFIRMED or UNCONFIRMED.
MUSE list of locations.
Date test was performed.
test.
TestType24AlphanumericDescription of test
TestReason32AlphanumericReason for test
OrderingMDLastName16AlphanumericOrdering MD last name
OrderingMDFirstName10AlphanumericOrdering MD first name
ReferringMDIDUserID1-10000MUSE referring MD Muse ID number
ReferringMDLastName16AlphanumericReferring MD last name
ReferringMDFirstName10AlphanumericReferring MD first name
OverreaderIDUserID1-10000MUSE interpreting MD ID number
OverreaderLastName16AlphanumericInterpreting MD last name
OverreaderFirstName10AlphanumericInterpreting MD first name
FellowIDUserID1-10000MUSE fellow ID number
FellowLastName16AlphanumericFellow last name
Revision AMAC 5000A-5
2015196-110
Section and Element Definitions: GE Data Sections
Table 3. Test Demographics: <TestDemographics> (Continued)
XML TagLengthTypeValue/RangeDescription
FellowFirstName10AlphanumericFellow first name
AcquisitionTechIDUserID1-10000Technician performing test MUSE ID
number
AcquisitionTechLastName16AlphanumericPerforming technician last name
AcquisitionTechFirstName 10AlphanumericPerforming technician first name
EditorIDUser ID1-10000MUSE transcriptionist ID
EditorLastName16AlphanumericTransciptionist last name
EditorFirstName10AlphanumericTransciptionist first name
SecondaryID16AlphanumericPatient’s secondary ID
XMLSourceVersion127AlphanumericVendor version of software used to
create XML Document
Diagnosis Section
This section contains the physician’s textual comments and interpretation of the test.
Table 4. Diagnosis: <Diagnosis>
XML TagLengthTypeValue/RangeDescription
ModalitySee Value/RangeRESTING, STRESS, HOLTER,
CATH, ECHO
StatementCountNumeric0-254Total number of diagnosis
LabelText32AlphanumericString describing diagnosis
DiagnosisStatementVariableSee Diagnosis Statement All diagnosis statememts
Indicates if statement is Deleted, User
Defined or is the End of the Line.
Waveforms Section
Table 6. Waveforms: <Waveform>
XML TagLengthTypeValue/RangeDescription
WaveformTypeSee Value/RangeMEDIAN, RANGEMedian or Rhythm waveforms
WaveformStartTimeNumeric32 Bit UnsignedOffset in buffer to beginning of
waveform
NumberofLeadsNumeric8 or 11Total number of leads in the
waveform
SampleTypeSee Value/RangeDISCRETE_SAMPLES,
CONTINUOUS_SAMPLES,
MULTIPLEX_SAMPLES,
SIMPLEX_SAMPLES
One of the four types of samples
listed in the Comments section.
SampleBaseNumeric16 Bit Unsi gnedSample Rate Base
SampleExponentNumeric8 Bit UnsignedExponent value used in conjunction
with the Sample Base value
HighPassFilterNumeric16 Bit UnsignedHigh pass filter applied to data
before it was received by MUSE. In
hundredths of Hertz.
LowPassFilterNumeric16 Bit Unsi gnedLow pass filter applied to data
before it was received by MUSE. In
Hertz, usually 150.
ACFilterSee Value/RangeNONE, 50 , 60AC filter applied to data before it
was received by MUSE. In Hertz.
LeadDataVariableSee Lead Data StructureSee Lead Structure
Revision AMAC 5000A-7
2015196-110
Section and Element Definitions: GE Data Sections
Lead Data Section
Table 7. Lead Data: <LeadData>
XML TagLengthTypeValue/RangeDescription
LeadByteCountTotalNumeric16 Bit UnsignedTotal uncompressed lead buffer size in bytes
LeadTimeOffsetNumeric16 Bit UnsignedOffset of lead in reference to the waveform.
(In milliseconds)
LeadSampleCountTotalNumeric16 Bit UnsignedTotal number of samples in the lead buffer
LeadAmplitudeUnitsPerBitnnn.nnnNumericFloatA/D scaling factor. For ECG, this value is the
number of volts per A/D bit.
LeadAmplitudeUnitsSee Value/Range VOLTS, MILLIVOLTS,
MICROVOLTS
LeadHighLimitNumeric32 Bit UnsignedHigh limit value for a single lead
LeadLowLimitNumeric32 Bit UnsignedLow limit value for a single lead
LeadIDSee Value/Range I,II, V1,V2,V3,
V4,V5,V6
VCG - add X,Y, Z
Ped - add
V3R,V4R,V7
LeadOffsetFirstSampleNumeric16 Bit UnsignedOffset within lead buffer of first valid lead data.
FirstSampleBaselineNumeric32 Bit UnsignedValue indicating amount of baseline shift
LeadSampleSizeNumeric8 Bit UnsignedSize of individual data sample. (In bytes)
LeadOffBOOLTRUE, FALSEBoolean value indicating that the Lead is off
BaselineSwayBOOLTRUE, FALSEBoolean value indicating that baseline sway is
ExcessiveACNoiseBOOLTRUE, FALSEBoolean value indicating that excessive AC
A/D scaling factor units. For ECG, this is
usually microvolts.
measurement.
measurement.
Specific lead Identifier See comments.
(In samples)
present in the data.
noise is present in data
MuscleNoiseBOOLTRUE, FALSEBoolean value indicating the muscle noise is
present in the data.
LeadDataCRC32Numeric32 Bit Unsigned32 bit CRC of unencoded and uncompressed
raw signal data for the current lead
WaveFormDataVariableBase64 Encoded Data Base64 encoded uncompressed raw signal
data for the current lead. Each data sample
must be in low byte high byte format. (Little
endian format)
A-8MAC 5000Revision A
2015196-110
Section and Element Definitions: GE Data Sections
Extra Questions Section
Table 8. Extra Questions <ExtraQuestions>
;0/7DJ/HQJWK7\SH9DOXH5DQJH'HVFULSWLRQ
ExtraQuestionVariableSee Extra Question
Structure
Table 9. Extra Question <ExtraQuestion>
;0/7DJ/HQJWK7\SH9DOXH5DQJH'HVFULSWLRQ
Question10AlphanumericGeneric question prompt.
Answer17AlphanumericThis can be an
SystolicBPNumeric0-999Systolic blood pressure mmHg
DiastolicBPNumeric0-999Diastolic blood pressure mmHg
VentricularRateNumeric0-999Ventricular rate in BPM
AtrialRateNumeric0-999Atrial rate in BPM
PRIntervalNumeric0-999P-R interval in msec
QRSDurationNumeric0-999QRS duration in msec
QTIntervalNumeric0-999QT interval in msec
PAxisNumeric-179 to 180P axis
RAxisNumeric-179 to 180R axis
TAxisNumeric-179 to 180T axis
QRSCountNumeric0-254QRS count
QTCorrectedNumeric0-999Corrected QT Interval in msec
QOnsetNumeric16 Bit UnsignedQ onset. (In samples)
QOffsetNumeric16 Bit UnsignedQ offset (In samples)
POnsetNumeric16 Bit UnsignedP onset (In samples)
POffsetNumeric16 Bit UnsignedP offset (In samples)
TOffsetNumeric16 Bit UnsignedT offset (In samples)
ECGSampleBaseNumeric-127 to 126ECG sample rate base
ECGSampleExponentNumeric8 Bit SignedECG sample rate base exponent
A-10MAC 5000Revision A
2015196-110
gemedical.com
World Headquarters
GE Medical Systems
Information Technologies, Inc.
8200 West Tower Avenue
Milwaukee, WI 53223 USA
Tel: + 1 414 355 5000
1 800 558 5120 (US only)
Fax: + 1 414 355 3790
European Representative
GE Medical Systems
Information Technologies GmbH
Munzinger Straße 3-5
D-79111 Freiburg
Germany
Tel: + 49 761 45 43 - 0
Fax: + 49 761 45 43 - 233
Asia Headquarters
GE Medical Systems
Information Technologies Asia; GE (China) Co., Ltd.
24th Floor, Shanghai MAXDO Center,
8 Xing Yi Road, Hong Qiao Development Zone
Shanghai 200336, P.R. China
Tel: + 86 21 5257 4650
Fax: + 86 21 5208 2008
Loading...
+ hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.