Method: Dcm4chee::Patient#id
- Defined in:
- app/models/dcm4chee/patient.rb
permalink #id ⇒ Integer
Returns primary key.
12 |
# File 'app/models/dcm4chee/patient.rb', line 12 property :id, Serial, field: 'pk' |
Returns primary key.
12 |
# File 'app/models/dcm4chee/patient.rb', line 12 property :id, Serial, field: 'pk' |