Method: Dcm4chee::Series#as_json
- Defined in:
- app/models/dcm4chee/series.rb
permalink #as_json(opts = {}) ⇒ Object
[View source]
57 58 59 60 61 62 |
# File 'app/models/dcm4chee/series.rb', line 57 def as_json(opts = {}) opts[:methods] ||= [] opts[:methods] << :study_iuid super(opts) end |