Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 516 Bytes

Specimen.md

File metadata and controls

22 lines (16 loc) · 516 Bytes

PrimaryConnectClient::Specimen

Properties

Name Type Description Notes
id String ID of the collected specimen [optional]
source String Source of the specimen [optional]
body_site String Body site from which the specimen was collected [optional]

Example

require 'primary_connect_client'

instance = PrimaryConnectClient::Specimen.new(
  id: PB124567890,
  source: nares,
  body_site: null
)