Class: Renalware::UKRDC::Filename

Inherits:
Object
  • Object
show all
Defined in:
app/models/renalware/ukrdc/filename.rb

Overview

Formats a UKRDC patient XML filename

Instance Method Summary collapse

Instance Method Details

#to_sObject



11
12
13
# File 'app/models/renalware/ukrdc/filename.rb', line 11

def to_s
  "#{site_code}_#{batch_number}_#{sanitized_patient_identifier}.xml"
end