LimsTests XML Schema
ws_lims_test_c Complex Type
Description
These are the input parameters used for the LimsTestsCreate (Method).
Namespace urn:CoreOne.LimsTests
Diagram
comments Element status_code Element testing_lab_id Element finalised Element finalised_date Element test_added_person_id Element test_added_date Element lims_specific_test_id Element lims_specimen_id Element Sequence ws_lims_test_c Complex Type
Overview
ws_lims_test_c
These are the input parameters used for the LimsTestsCreate (Method).
Sequence
lims_specimen_id :int
This is an internal CoreOne id used as a foreign key to link the Lims Test to a specific Lims Specimen. If omitted or invalid a status 'Create fail.' or an error will be returned.
lims_specific_test_id :int
This is an internal CoreOne Specific Test id used as a foreign key to link the specified Lims Test to a specific test. If omitted or invalid a status 'Create fail.' or an error will be returned.
test_added_date :date
This is the date the specified Lims Test was added. If omitted a status 'Create fail.' will be returned.
test_added_person_id :int
This is an internal CoreOne id used as a foreign key to link the Lims Test to a specific Person record. This is the person who added the Lims Test. If omitted or invalid a status 'Create fail.' or an error will be returned.
finalised_date :date
This is the date of which the Lims Test was finalized. This is an optional parameter.
finalised :boolean
This is a boolean value that flags whether the specified Lims Test is finalized or not. Usually in the format of 0 or 1. It is an optional parameter.
testing_lab_id :int
This is an internal CoreOne id used as a foreign key to link the Lims Test to a specific Laboratory. This is the laboratory in which the testing took place. If omitted a status 'Create fail.' will be returned.
status_code :int
This is the current status code of the specified Lims Test. If omitted a status 'Create fail.' will be returned.
comments :string
These are any comments or remarks that have been made about the specified Lims Test record. If omitted a status 'Create fail.' will be returned.
Source
See Also
LimsTests XML Schema

 

 


© 2014-2018 All Rights Reserved.

Send comments on this topic.