class BSIServices::Batch

Public Instance Methods

reserveNextBsiId( batch_id, sample_id_template) click to toggle source
# File lib/rbc/bsi.rb, line 320
def reserveNextBsiId( batch_id, sample_id_template)
  reserveAvailableBsiIds( batch_id, sample_id_template, 1).first
end