Class: V1::QcResultResource

Inherits:
JSONAPI::Resource
  • Object
show all
Defined in:
app/resources/v1/qc_result_resource.rb

Overview

Note:

This endpoint can’t be directly accessed via the /v1/qc_results/ endpoint

as it is not currently used.

Instance Attribute Summary collapse

Instance Attribute Details

#labware_barcodeString

Returns the barcode of the labware.

Returns:

  • (String)

    the barcode of the labware



15
# File 'app/resources/v1/qc_result_resource.rb', line 15

attributes :labware_barcode, :sample_external_id, :value

#sample_external_idString

Returns the external ID of the sample.

Returns:

  • (String)

    the external ID of the sample



15
# File 'app/resources/v1/qc_result_resource.rb', line 15

attributes :labware_barcode, :sample_external_id, :value

#valueString

Returns the value of the QC result.

Returns:

  • (String)

    the value of the QC result



15
# File 'app/resources/v1/qc_result_resource.rb', line 15

attributes :labware_barcode, :sample_external_id, :value