Skip to content
Ben Tupper edited this page Jan 5, 2016 · 4 revisions

Samples

Samples represent the thing in each well.

Superclasses

NodeRefClass

Properties

In addition to superclass properties this class adds

  • name possibly ""
  • type possibly ""
  • date_received YYYY-MM-DD, possibly ""
  • date_completed YYYY-MM-DD, possibly ""
  • biosource possibly ""
Methods
  • GET()

  • PUT()

  • POST() disabled

  • DELETE() disabled

  • get_biosource() retrieve the string biosource

  • get_artifact(form) retrieve the artifact as ArtifactRefClass or uri

  • get_project(form) retrieve the project as NodeRefClass or uri

Related functions
  • create_samples_details(x) create a details XML::xmlNode suitable to updating from a list of XML::xmlNode or SampleRefClass objects
Clone this wiki locally