Class: FHIR::ProdCharacteristic

Inherits:
Model
  • Object
show all
Includes:
Hashable, Json, Xml
Defined in:
lib/fhir_models/fhir/types/ProdCharacteristic.rb

Constant Summary collapse

SEARCH_PARAMS =
[]
METADATA =
{
  'id' => {'type'=>'string', 'path'=>'ProdCharacteristic.id', 'min'=>0, 'max'=>1},
  'extension' => {'type'=>'Extension', 'path'=>'ProdCharacteristic.extension', 'min'=>0, 'max'=>Float::INFINITY},
  'modifierExtension' => {'type'=>'Extension', 'path'=>'ProdCharacteristic.modifierExtension', 'min'=>0, 'max'=>Float::INFINITY},
  'height' => {'type'=>'Quantity', 'path'=>'ProdCharacteristic.height', 'min'=>0, 'max'=>1},
  'width' => {'type'=>'Quantity', 'path'=>'ProdCharacteristic.width', 'min'=>0, 'max'=>1},
  'depth' => {'type'=>'Quantity', 'path'=>'ProdCharacteristic.depth', 'min'=>0, 'max'=>1},
  'weight' => {'type'=>'Quantity', 'path'=>'ProdCharacteristic.weight', 'min'=>0, 'max'=>1},
  'nominalVolume' => {'type'=>'Quantity', 'path'=>'ProdCharacteristic.nominalVolume', 'min'=>0, 'max'=>1},
  'externalDiameter' => {'type'=>'Quantity', 'path'=>'ProdCharacteristic.externalDiameter', 'min'=>0, 'max'=>1},
  'shape' => {'type'=>'string', 'path'=>'ProdCharacteristic.shape', 'min'=>0, 'max'=>1},
  'color' => {'type'=>'string', 'path'=>'ProdCharacteristic.color', 'min'=>0, 'max'=>Float::INFINITY},
  'imprint' => {'type'=>'string', 'path'=>'ProdCharacteristic.imprint', 'min'=>0, 'max'=>Float::INFINITY},
  'image' => {'type'=>'Attachment', 'path'=>'ProdCharacteristic.image', 'min'=>0, 'max'=>Float::INFINITY},
  'scoring' => {'type'=>'CodeableConcept', 'path'=>'ProdCharacteristic.scoring', 'min'=>0, 'max'=>1}
}

Instance Attribute Summary collapse

Method Summary

Methods included from Xml

from_xml, #to_xml, valid?, validate

Methods included from Deprecate

#deprecate

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?, #hash, #initialize, #method_missing, #mismatch, #primitive?, #to_reference, #valid?, #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

#colorObject

0-* [ string ]



35
36
37
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 35

def color
  @color
end

#depthObject

0-1 Quantity



30
31
32
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 30

def depth
  @depth
end

#extensionObject

0-* [ Extension ]



26
27
28
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 26

def extension
  @extension
end

#externalDiameterObject

0-1 Quantity



33
34
35
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 33

def externalDiameter
  @externalDiameter
end

#heightObject

0-1 Quantity



28
29
30
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 28

def height
  @height
end

#idObject

0-1 string



25
26
27
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 25

def id
  @id
end

#imageObject

0-* [ Attachment ]



37
38
39
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 37

def image
  @image
end

#imprintObject

0-* [ string ]



36
37
38
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 36

def imprint
  @imprint
end

#modifierExtensionObject

0-* [ Extension ]



27
28
29
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 27

def modifierExtension
  @modifierExtension
end

#nominalVolumeObject

0-1 Quantity



32
33
34
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 32

def nominalVolume
  @nominalVolume
end

#scoringObject

0-1 CodeableConcept



38
39
40
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 38

def scoring
  @scoring
end

#shapeObject

0-1 string



34
35
36
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 34

def shape
  @shape
end

#weightObject

0-1 Quantity



31
32
33
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 31

def weight
  @weight
end

#widthObject

0-1 Quantity



29
30
31
# File 'lib/fhir_models/fhir/types/ProdCharacteristic.rb', line 29

def width
  @width
end