Class: V1::QcResultResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::QcResultResource
- Defined in:
- app/resources/v1/qc_result_resource.rb
Overview
This documentation does not yet include a detailed description of what this resource represents.
This documentation does not yet include detailed descriptions for relationships, attributes and filters.
This documentation does not yet include any example usage of the API via cURL or similar.
Access this resource via the /v1/qc_results
endpoint.
Provides a JSON:API representation of QcResult and exposes valid qc result for use by the UI.
For more information about JSON:API see the JSON:API Specifications or look at the JSONAPI::Resources package for the service implementation of the JSON:API standard.
Instance Attribute Summary collapse
-
#labware_barcode ⇒ String
The barcode of the labware.
-
#sample_external_id ⇒ String
The external ID of the sample.
-
#value ⇒ String
The value of the QC result.
Instance Attribute Details
#labware_barcode ⇒ String
Returns the barcode of the labware.
23 |
# File 'app/resources/v1/qc_result_resource.rb', line 23 attributes :labware_barcode, :sample_external_id, :value |
#sample_external_id ⇒ String
Returns the external ID of the sample.
23 |
# File 'app/resources/v1/qc_result_resource.rb', line 23 attributes :labware_barcode, :sample_external_id, :value |
#value ⇒ String
Returns the value of the QC result.
23 |
# File 'app/resources/v1/qc_result_resource.rb', line 23 attributes :labware_barcode, :sample_external_id, :value |