Class: FHIR::Sequence::Repository

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir/resources/Sequence.rb

Constant Summary collapse

METADATA =
{
  'id' => {'type'=>'string', 'path'=>'Repository.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'Repository.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'Repository.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'url' => {'type'=>'uri', 'path'=>'Repository.url', 'min'=>0, 'max'=>1},
  'name' => {'type'=>'string', 'path'=>'Repository.name', 'min'=>0, 'max'=>1},
  'variantId' => {'type'=>'string', 'path'=>'Repository.variantId', 'min'=>0, 'max'=>1},
  'readId' => {'type'=>'string', 'path'=>'Repository.readId', 'min'=>0, 'max'=>1}
}

Instance Attribute Summary collapse

Method Summary

Methods included from Xml

from_xml, is_valid?, #to_xml, validate

Methods included from Json

from_json, #to_json

Methods included from Hashable

#from_hash, #to_hash

Methods inherited from Model

#attribute_mismatch, #compare_attribute, #equals?, #initialize, #is_valid?, #method_missing, #mismatch, #to_reference, #validate, #validate_profile

Constructor Details

This class inherits a constructor from FHIR::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class FHIR::Model

Instance Attribute Details

#extensionObject

0-* [ Extension ]



152
153
154
# File 'lib/fhir/resources/Sequence.rb', line 152

def extension
  @extension
end

#idObject

0-1 string



151
152
153
# File 'lib/fhir/resources/Sequence.rb', line 151

def id
  @id
end

#modifierExtensionObject

0-* [ Extension ]



153
154
155
# File 'lib/fhir/resources/Sequence.rb', line 153

def modifierExtension
  @modifierExtension
end

#nameObject

0-1 string



155
156
157
# File 'lib/fhir/resources/Sequence.rb', line 155

def name
  @name
end

#readIdObject

0-1 string



157
158
159
# File 'lib/fhir/resources/Sequence.rb', line 157

def readId
  @readId
end

#urlObject

0-1 uri



154
155
156
# File 'lib/fhir/resources/Sequence.rb', line 154

def url
  @url
end

#variantIdObject

0-1 string



156
157
158
# File 'lib/fhir/resources/Sequence.rb', line 156

def variantId
  @variantId
end