Method: RTKIT::Study#uid

Defined in:
lib/rtkit/study.rb

#uidObject

Returns the unique identifier string, which for this class is the Study Instance UID.



199
200
201
# File 'lib/rtkit/study.rb', line 199

def uid
  return @study_uid
end