class URI::EHR
Constants
- COMPONENT
Public Class Methods
build(args)
click to toggle source
Calls superclass method
# File lib/openehr/rm/data_types/uri.rb, line 14 def self.build(args) tmp = Util::make_components_hash(self, args) super(tmp) end
new(*arg)
click to toggle source
Calls superclass method
# File lib/openehr/rm/data_types/uri.rb, line 19 def initialize(*arg) super(*arg) end
use_registry()
click to toggle source
# File lib/openehr/rm/data_types/uri.rb, line 23 def self.use_registry true end