Seamaty SD1 LIS Connection Manual PDF

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 30

LIS Interface Manual

Version:A

Chengdu Seamaty Technology Co.,Ltd


Contents
1. Summary..........................................................................................................................................1
1.1 Applicable product................................................................................................................1
1.2 LIS function.......................................................................................................................... 1
1.3 Physical connection.............................................................................................................. 1
1.4 LIS agreement and version supported.................................................................................. 1
1.5 The LIS message supported..................................................................................................1
1.6 HL7 agreement basic format................................................................................................ 2
1.7 HL7 message grammar......................................................................................................... 2
2. Communication Process..................................................................................................................4
2.1 Test result upload to LIS server......................................................................................... 4
2.1.1 ORU............................................................................................................................ 4
2.1.2 ACK............................................................................................................................5
3.Message Segment............................................................................................................................. 6
3.1 MSH - Message Header........................................................................................................ 6
3.2 MSA - Message Acknowledgment Segment.........................................................................7
3.3 PID – Patient Identification...................................................................................................9
3.4 OBR – Observation Request............................................................................................... 11
3.4.1 Patients Sample Test Reports...................................................................................11
Venous blood ,peripheral blood................................................................................................ 12
3.5 OBX – Observation.........................................................................................................19
4.Example..........................................................................................................................................21
4.1 Test results upload LIS server.............................................................................................21
4.1.1 Sample test results....................................................................................................21
5.Instrument Setting and LIS Application........................................................................................ 22
5.1 Sets the LIS channel number for the project.......................................................................22
5.2 Setting the LIS connection parameters of the instrument...................................................23
5.3 result upload..................................................................................................................... 25

I
1. Summary
The LIS socket in this article is used for data exchange between Seamaty automatic
biochemistry analyzer SD1 and laboratory information system, by this socket, the
instrument can send sample result to LIS server automatic, manual single, manual batch.

For conveniently narrate, the following letter INSTRUMENT and SD1 mean SD1
Seamaty full automatic biochemistry analyzer , LIS server means LIS information system
in the hospital or laboratory.

1.1 Applicable product


The socket is suitable for Seamaty SD1 full automatic chemistry analyzer.

1.2 LIS function

The instrument use this LIS socket has the following function:
 After test, the result will be uploaded to LIS server automatically
 User can query result by history, upload sample result to LIS server by single or
batch.

1.3 Physical connection


Support connect by RS232 or TCP/IP two physical connection methods

1.4 LIS agreement and version


supported
The socket is defined base on HL7 v2.3.1 agreement, for whole standard content,
please refer to HL7 Interface Standards Version 2.3.1

1.5 The LIS message supported


The socket HL7 message only has ORU, ACK
1.6 HL7 agreement basic format
According to Minimal Lower Layer Protocol (MLLP), refer to HL7 Interface
Standards Version 2.3.1 description, definition as below:

HL7 message is translated by the following format

<SB> ddddd <EB><CR>

 <SB>

<SB>=Start Block character (1 byte)

One byte is hexadecimal character<0x0B>,ASCII<VT>

 ddddd

ddddd = Data (variable number of bytes)

Ddddd is HL7 message content, only include ISO 8859-1 character (hexadecimal
value 20-FF) and <CR>, don’t include other control and can’t print charaters.

 <EB>

<EB>= End Block character (1 byte)

One byte is hexadecimal character<0x1C >,ASCII <FS>

 <CR> = Carriage Return (1 byte)

<CR> = Carriage Return (1 byte)

One byte is hexadecimal character<0x0D >,ASCII <CR>

1.7 HL7 message grammar


Every HL7 message consists of some paragraph, paragraph is end by <CR>

Every paragraph consists of 3 characters and certain amount domains, domain consists
of components and sub-components , in every message MSH paragraph define every unit
separator.

For example

MSH|^~\&|SMT|SMT100V|||20160408235959||ORU^R01|1|P|2.3.1||||0||ASCII|||

2
Therein

The 5 characters after MSH definition is used to distinguish separator of each domain,
component and sub-component. Seamaty HL7 standard uses the following characters:

Character Meaning

| Domain separator

^ Component separator

& Sub-component separator

~ Repeating separator

\ Escape character

The first domain of MSH contains each separator. Some of the following domains are
empty, as they are optional, now Seamaty HL7 socket don’t use it, so it’s empty.

Domain Contain message type and event (ORU、R01)


9:

Domain Contain one unique message ID that marks the message


10:

Domain Contain treatment ID(P means product)


11:

domain Define the HL7 version (2.3.1) that message uses


12:

For each type message, the order of paragraph after MSH is specified, the following
chapters will describe the orders in detail, use these grammars structures to show the
paragraphs are optional or repeating.

[] means the inner paragraphs are optional.

{}means the inner paragraphs can repeat 0 time or 1 time or several times.
2. Communication
Process
2.1 Test result upload to LIS server

Abbreviation

ORU:Observational Results (Unsolicited)

ACK: Acknowledgment

Specification:

ORU: used on instrument to upload test result, it trigger event R01

ACK: used for response of LIS server to ORU message.

2.1.1 ORU

Patient sample test result/response

The instrument use OUR message to send test result to LIS, after LIS getting test
result successfully, it has to respond an ACK message to instrument, or instrument will
judge LIS doesn’t receive test result successfully.

4
2.1.1.1 Sample test result

For sample test result, ORU message detail structures are as below:

ORU Description
MSH Headers
PID Patient info(patient name/sample ID)
OBR Observation report(Sample type, Physician)
{OBX} Test result

2.1.2 ACK

ACK Description
MSH Headers
MSA Confirm message
3.Message Segment
The following is the detail description of each section of the message,the number labeled
“ # ” is HL7 required field. The remaining fields are optional. The interface is the
subsequent expansion, even if the optional field is not required, it will not be omitted and
keep empty.

3.1 MSH - Message Header


The message of HL7 first news section, all messages is started by the MSH segment,
usually located at the front of the message.The message segment is used to define the
message's intention、source, purpose, and some details of the message syntax.

The MSH section of the SMT HL7 interface uses in the following fields:
ID Field name length Instruction
1# Field Separator 1 Contains a separator between the ID and
the first real field, defining the field
separator for the rest of the message(|).

2# Encoding 4 Contains the component separator,


Characters repeating delimiter, escape delimiter and
sub component delimiter(^~\&)

3 Sending 180 Get SM


Application

4 Sending 180 Get instrument model, such as SD1


Facility

5 Receiving 180 Empty, retain.


Application

6 Receiving 180 Empty,retain.


Facility

7 Date/Time Of 26 system current time,such as


Message 20160408235959

8 Security 40 Empty,retain.

9# Message Type 7 message type,such as:ORU^R01

6
ID Field name length Instruction
10# Message 20 Message control ID, the only identification
Control ID of a message, with the increase in the
number of messages from 1 to more

11# Processing ID 3 Get p

12# Version ID 60 Get 2.3.1,HL7agreement version

13 Sequence 15 Get A,version number of this interface


Number

14 Continuation 180 Empty, retain.


Pointer

15 Accept 2 Empty, retain.


Acknowledgme
nt Type

16 Application 2 Get 0
Acknowledgme
nt Type

17 Country Code 2 Empty, retain.

18 Character Set 10 Character Set,get ASCII

19 Principal 60 Empty, retain.


Language Of
Message

20 Alternate 20 Empty, retain.


Character Set
Handling
Scheme

21 Software 20 The information of software version


Version

Note: this section will appear in all messages. The message LIS system sent to the
instrument in the HL7. The section of 10,16 field using integer; all other fields are using
string type.

3.2 MSA - Message Acknowledgment


Segment
The MSH section of the SMT HL7 interface uses in the following fields:
Number Feild name Length Instruction
1# Acknowledgment 2 Confirm code,AA shows accept:AE
Code shows fault:AR shows refuse

2# Message Control 20 Message control ID, the same as ID


ID MSH message control, and the
sender MSH-10

3 Text Message 80 Text message,when an error or


rejection occur, a text description of
the event

4 Expected Sequence 15 Empty, retain


Number

5 Delayed 1 Empty, retain


Acknowledgment
Type

6 Error Condition 100 Error condition (status code)

Note: the message segment can appear in the ACK^R01 message. Fourth, sixth field
using integer; other fields are using string type.

Description: the value of the MSA-6 field is under the table


( MSA-6 ) state (MSA-3) Description remark
code (MSA-6) Status text (MSA-3)

success AA

0 Message accepted Success

Error status code AE

100 Segment sequence error The order in the middle of the


message is incorrect, or the
necessary segment is missing.

101 Required field missing A field missing necessary


segment.

102 Data type error Field data type error, such as the
number change into characters

8
( MSA-6 ) state (MSA-3) Description remark
code (MSA-6) Status text (MSA-3)
103 Table value not found Table value not found

Reject status code AR

200 Unsupported message type message type not supported

201 Unsupported event code event code not supported

202 Unsupported processing id handle ID not supported

203 Unsupported version id version ID not supported

204 Unknown key identifier Unidentified keyword


identification, such as the
transmission of a non existing
patient information

205 Duplicate key identifier Duplicate key words already exist

206 Application record locked works cannot be performed at the


application store level, such as
Application record locked

207 Application internal error Other errors within the


unknown application

3.3 PID – Patient Identification


PID segment is used to construct the patient's personal information. Use the
following domain in Seamaty HL7 interface:
number field length instruction
1 Set ID – PID 10 Identify different patient message
segments

2 Patient ID 20 Empty,retain

3# Patient Identifier 20 Medical ID, no more than 20 characters


List

4 Alternate Patient 20 Empty,retain


ID – PID

5# Patient Name 48 PET results: the owner name ^ pet

Patient outcome: patient name


number field length instruction
6 Mother’s Maiden 48 Empty,retain
Name

7 Date/Time of Birth 26 Support 3 kinds of format

1)Age group, for patients&Adults:


the value is A, For children value is
C. For animals, juvenile C, adult
value A, the elderly value T

2) Date/Time of Birth: as
20160408235959

3) Age, as 30 years old,30 Y;

6 months: 6M

7days: 7D

2hours:2H

8 Sex 1 M man,send M

woman, send F

O others, send O

U unknown,send U

9 Patient Alias 48 Empty,retain

10 Race 80 Pet Results : Pet type, For example:


Dog, Cat

Patient Results: Empty, Remain

11 Patient Address 106 Empty, Remain

12 County Code 4 Empty, Remain

13 Phone Number - 40 Empty, Remain


Home

14 Phone Number - 40 Empty, Remain


Business

15 Primary Language 60 Empty, Remain

16 Marital Status 80 Empty, Remain

17 Religion 80 Empty, Remain

18 Patient Account 20 Patient Type 0: Patient, 1: Animal

10
number field length instruction
Number

19 SSN Number 16 Empty, Remain


-Patient

20 Driver's License 25 Empty, Remain


Number – Patient

21 Mother's Identifier 20 Empty, Remain

22 Ethnic Group 80 Empty, Remain

23 Birth Place 60 Empty, Remain

24 Multiple Birth 1 Empty, Remain


Indicator

25 Birth Order 2 Empty, Remain

26 Citizenship 80 Empty, Remain

27 Veterans Military 60 Empty, Remain


Status

28 Nationality 80 Empty, Remain

29 Patient Death Date 26 Empty, Remain


and Time

30 Patient Death 1 Empty, Remain


Indicator

3.4 OBR – Observation Request


OBR field is to send the doctor suggestion which according to the test reports

3.4.1 Patients Sample Test Reports

When the sending information is patients sample test reports (MSH-16 as 0), use the
following fields at Seamaty HL7 ports
Number Segment Length Description
1 Set ID – OBR 10 Set different OBR number field
Number Segment Length Description
2 Placer Order Number 22 Empty, Remain

3 Filler Order Number 22 Sample No.

Producer Model No,no more than


4# Universal Service ID 200
10 characters.

5 Priority 2 Empty, Remain

6 Requested Date/time 26 Empty, Remain

7 Observation Date/Time 26 Testing time

Observation End
8 26 Empty, Remain
Date/Time

9 Collection Volume 20 Empty, Remain

10 Collector Identifier 60 Empty, Remain

11 Specimen Action Code 1 Empty, Remain

12 Danger Code 60 Empty, Remain

13 Relevant Clinical Info. 300 Empty, Remain

Specimen Received
14 26 Empty, Remain
Date/Time

15 Specimen Source 300 Venous blood ,peripheral blood

16 Ordering Provider 120 Empty, Remain

Order Callback Phone


17 40 Diagnostic Department
Number

Reagent disc type code^lot


18 Placer Field 1 60 number^ Reagent disc ID^ reagent
disc description

WAT^EMP^CHE^AbnormalSampl
e. AbnormalSample indicates that
19 Placer Field 2 60 the sample is abnormal. It may be
hemolysis, lipoid blood and
jaundice.

20 Filler Field 1 60 Laboratory physician

12
Number Segment Length Description
21 Filler Field 2 60 Treatment Department

Result Rpt/Status
22 26 -Empty, Remain
Change – Date/Time

23 Charge to Practice 40 Empty, Remain

24 Diagnostic Serv Sect ID 10 Empty, Remain

25 Result Status 1 Empty, Remain

26 Parent Result 200 Empty, Remain

27 Quantity/Timing 200 Empty, Remain

28 Result Copies To 150 Empty, Remain

29 Parent 150 Empty, Remain

30 Transportation Mode 20 Empty, Remain

31 Reason for Study 300 Empty, Remain

Principal Result Empty, Remain


32 200
Interpreter

Assistant Result Empty, Remain


33 200
Interpreter

34 Technician 200 Empty, Remain

35 Transcriptionist 200 Empty, Remain

36 Scheduled Date/Time 26 Empty, Remain

Number of Sample Empty, Remain


37 4
Containers

Transport Logistics of Empty, Remain


38 60
Collected Sample

39 Collector’s Comment 200 Empty, Remain

Transport Arrangement Empty, Remain


40 60
Responsibility

41 Transport Arranged 30 Empty, Remain

42 Escort Required 1 Empty, Remain

Planned Patient Empty, Remain


43 200
Transport Comment
Number Segment Length Description
44 Ordering Facility Name 60 Empty, Remain

Ordering Facility Empty, Remain


45 106
Address

Ordering Facility Phone Empty, Remain


46 48
Number

Ordering Provider Empty, Remain


47 106
Address

Remark: This Message Segment only used in ORU^R01 Message. Number 1/3/37
number field use integer data type; number 9 number field use Floating-point data type;
other number fields use string data type.

3.4.2 Assay QC testing result.

If the result of assay


QC test is
transmitted
(msh-16 is 1),
Segment Length Description
its segment
definition is as
follows: serial
number
1 Set ID – OBR 10 Identify different OBR segment

Placer Order
2 22 Empty, Remain
Number

Filler Order
3 22 Sample ID
Number

Universal
4# 200 Instrument ID
Service ID

5 Priority 2 Empty, Remain

Requested Empty, Remain


6 26
Date/time

Observation
7 26 Quality control time
Date/Time

14
If the result of assay
QC test is
transmitted
(msh-16 is 1),
Segment Length Description
its segment
definition is as
follows: serial
number
Observation
8 End 26 Empty, Remain
Date/Time

Collection
9 20 Empty, Remain
Volume

Collector
10 60 Empty, Remain
Identifier

Specimen
11 1 Empty, Remain
Action Code

12 Danger Code 60 Empty, Remain

Relevant
13 300 Empty, Remain
Clinical Info.

Specimen
Used as quality control batch
14 Received 26
number.
Date/Time

Specimen
15 300 Validity period of quality control
Source

Ordering
16 120 Empty, Remain
Provider

Order
Callback
17 40 Empty, Remain
Phone
Number

Reagent disc type code ^ reagent


18 Placer Field 1 60 disc batch number^ reagent disc
ID ^disk description.

19 Placer Field 2 60 Empty, Remain

Quality control type, high: high


20 Filler Field 1 60
value, low: low value
If the result of assay
QC test is
transmitted
(msh-16 is 1),
Segment Length Description
its segment
definition is as
follows: serial
number
21 Filler Field 2 60 Empty, Remain

Result Empty, Remain.


Rpt/Status
22 26 Results report / status change -
Change –
Date/Time date / time

Charge to Empty, Remain


23 40
Practice

Diagnostic Empty, Remain


24 10
Serv Sect ID

25 Result Status 1 Empty, Remain

26 Parent Result 200 Empty, Remain

Quantity/Timi Empty, Remain


27 200
ng

Result Copies Empty, Remain


28 150
To

29 Parent 150 Empty, Remain

Transportatio Empty, Remain


30 20
n Mode

Reason for Empty, Remain


31 300
Study

Principal Empty, Remain


32 Result 200
Interpreter

Assistant Empty, Remain


33 Result 200
Interpreter

34 Technician 200 Empty, Remain

16
If the result of assay
QC test is
transmitted
(msh-16 is 1),
Segment Length Description
its segment
definition is as
follows: serial
number
Transcriptioni Empty, Remain
35 200
st

Scheduled Empty, Remain


36 26
Date/Time

Number of Empty, Remain


37 Sample 4
Containers

Transport Empty, Remain


Logistics of
38 60
Collected
Sample

Collector’s Empty, Remain


39 200
Comment

Transport Empty, Remain


Arrangement
40 60
Responsibilit
y

Transport Empty, Remain


41 30
Arranged

Escort Empty, Remain


42 1
Required

Planned Empty, Remain


Patient
43 200
Transport
Comment

Ordering Empty, Remain


44 Facility 60
Name
If the result of assay
QC test is
transmitted
(msh-16 is 1),
Segment Length Description
its segment
definition is as
follows: serial
number
Ordering Empty, Remain
45 Facility 106
Address

Ordering Empty, Remain


Facility
46 48
Phone
Number

Ordering Empty, Remain


47 Provider 106
Address

18
3.5 OBX – Observation
OBX is mainly to send the information observed in reports. If it send the patient
sample information(MSH-16 as 0),one patient could have more than one OBX, this port
will not provide reproducible data test, the client system will process the data itself.

Use the following domain in Seamaty HL7 interface:


ID Segment Length Description
1 Set ID – OBX 10 Set the different OBX segment

2 Value Type 3 It is fixed as NM (numeric)

3# Observation 590 Test items channel number,in operation


Identifier software, is LIS channel of parameter set.
It is number or letter.

To accept the test result, LIS have to use


the same segment to match each item.

4 Observation Sub-ID 20 Test item name

5 Observation Value 65536 Observed value, used as a result of a


quantitative test (result concentration).

Need to be sent according to the actual


number of valid digits

6 Units 90 Unit, used as a unit of test results

7 References Range 90 Reference range, the normal range of test


results

8 Abnormal Flags 5 Abnormal flags, test results are normal


(description)

L- On the low side

H- On the high side

N- Normal

9 Probability 10 When it is impossible to get the accurate


test result,it is just for reference,it will
show string.

10 Nature of Abnormal 2 Nature of abnormal test, used as a


Test qualitative reference value

11# Observe Result 1 Fixed to be F


Status
12 Date Last Observe 26 Empty, hold. Observe result status
Normal Values

13 User Defined Access 20 Empty, Remain


Checks

14 Date/Time of the 28 Empty, Remain


Observation

15 Producer's ID 60 Empty, hold. Used as examination


department

16 Responsible 80 Empty, Remain


Observer

17 Observation Method 60 Empty, hold. Observation method

Note: the message segment appears only in ^ R01 message. The 1,3,9 field using an integer
data type; the 5,13 field using floating-point data types; other fields use the string data type.
Note: as the test of Si projects after, the 5,13 field format results results ^ 2 ^ 3 results. The
1 turbidity (L). The result is hemolysis (H). The results showed that the three for jaundice
(I), respectively, the results of Si projects in three.

20
4.Example
Note: in the following example, project channel number using project English name

4.1 Test results upload LIS server

4.1.1 Sample test results

Send sample results, including 3 project results, respectively, TP: qualitative project,
UREA: quantitative and qualitative projects, ALT: quantitative items.

Instrument sending: ORU^R01


<SB>MSH|^~\&|SMT|SD1|||20160411095718||ORU^R01|1|P|2.3.1|A|||0||ASCII|||<CR
>
PID|1||||Name||A|U||||||||||0|||||||||||||<CR>
OBR|1||1|SMT^SD1||||||||||||||01^16032001||||||||||||||||||||||||||||||<CR>
OBX|1|NM|A/G|A/G|5.100000||1.350000-2.500000|H|||F|||||||<CR>
OBX|2|NM|GLOB|GLOB|3.000000|g/L|12.000000-40.000000|L|||F|||||||<CR>
OBX|3|NM|Na|Na|25.500000|mmol/L|128.000000-147.000000|L|||F|||||||<CR>
OBX|4|NM|UREA|UREA|45.000000|mmol/L|2.500000-8.200000|H|||F|||||||<CR>
OBX|5|NM|TB|TB|1.000000|umol/L|0.000000-28.000000|N|||F|||||||<CR>
OBX|6|NM|ALT|ALT|500.000000|U/L|0.000000-47.000000|H|||F|||||||<CR>
OBX|7|NM|GLU|GLU|0.680000|mmol/L|3.900000-6.550000|L|||F|||||||<CR>
OBX|8|NM|ALB|ALB|15.300000|g/L|33.000000-55.000000|L|||F|||||||<CR>
OBX|9|NM|ALP|ALP|5.000000|U/L|53.000000-128.000000|L|||F|||||||<CR>
OBX|10|NM|Crea|Crea|12.400000|umol/L|53.000000-106.000000|L|||F|||||||<CR>
OBX|11|NM|UA|UA|86.000000|umol/L|210.000000-470.000000|L|||F|||||||<CR>
OBX|12|NM|CHE|CHE|15000.000000|U/L|4300.000000-12000.000000|H|||F|||||||<CR>
OBX|13|NM|AMY|AMY|1.000000|U/L|14.000000-220.000000|L|||F|||||||<CR>
OBX|14|NM|K|K|9.000000|mmol/L|3.500000-5.300000|H|||F|||||||<CR>
OBX|15|NM|TP|TP|18.200000|g/L|64.000000-85.000000|L|||F|||||||<CR>
OBX|16|NM|GGT|GGT|3.000000|U/L|5.000000-65.000000|L|||F|||||||<CR>
<EB><CR>

LIS Response: ACK^R01


<SB>MSH|^~\&|Manufacturer|Model|||20160411095719||ACK^R01|1|P|2.3.1||||0||ASCII|||<
CR>
MSA|AA|1|Message accepted|||0|<CR>
<EB><CR>
5.Instrument Setting
and LIS Application

5.1 Sets the LIS channel number for the


project
For project of LIS channel number in LIS communication, that uniquely identifies the
project, and the establishment of instrument on the project and LIS project between
correspondence. In order to match the instrument on the project and LIS system project and
need on the instrument will the project of LIS channel number and LIS channel number of
the project set consistent.
LIS project channel number set please reference LIS system specification, on the
instrument settings are as follows, after starting the software, from the main interface in
order to choose the "Settings" - > "project parameters", showing interface is as follows:

The edit box for the project's LIS channel number, the default with the project ID, can
be changed according to the actual situation.

22
5.2 Setting the LIS connection
parameters of the instrument
In order, from the main interface to choose the "system settings - > LIS settings,
display the following interface:

 The LIS setting is enabled


After the hook, start the LIS function of the instrument, do not play hook on behalf of
the LIS function of the instrument is disabled, the default is enabled.

 The test is completed automactically upload LIS results


Tick, each completed a sample test, the instrument will automatically be
LIS result in accordance with the protocol to upload LIS server, upload success
also need to look at the analyzer and LIS connection or not and LIS
communication process is successful or not. Don't tick representative does not
automatically upload LIS result, default does not automatically pass.

 Connection mode: serial connection / network


connection

Instrument support through the serial port or network to connect the LIS server, which
also supports WIFI wireless connection, as well as wired connections, the user according to
the actual situation to choose their own connection mode, the default for the serial
connection.
 The connection of the serial port
Inside the instrument for LIS communication serial port has been fixed, users do not
need to be changed, baud rate and so on other parameters and LIS server set up in line.
Instruments used for LIS communication serial port at the end of the instrument, as
shown in the figure below the USB interface to indicate the position.

Now general PC has no serial port on the computer, can use USB to serial port module,
as well as the matching of the serial port connection, the company can be used to test a set
of:

 The USB serial port module:


https://detail.tmall.com/item.htm?spm=a230r.1.14.81.anuIMY&id=39890531828&ns=
1&abbucket=12&skuId=56435141288

A serial connection line:

Please pay attention to the choice of “through line"

24
 The network connection
Instrument itself is with the built-in WIFI receiver,it’s easy and simple to connect the
WIFI.

5.3 Result upload

 The automatic upload


In the LIS parameter settings, enable LIS, enable the test automatically upload
function (see 5.2 of the instructions), after the test is completed, the instrument will
automatically upload LIS results.

 The manual upload


In the sample data interface, the query needs to upload the results, click the "data..."
button, as shown below:

 To upload the current


Click the button to upload the sample results of the current selection line.
 Upload the not transmitted results
Click on the button to upload the results of the query, the results of the sample is not
transmitted (including the final transmission failure).
 All of the results to upload
Click the button to upload the results of the query to all of the samples.
26

You might also like