class Eddy::Elements::E127
### Element Summary:
-
Id: 127
-
Name: Reference Identification
-
Type: AN
-
Min/Max: 1/30
-
Description: Reference information as defined for a particular Transaction Set or as specified by the Reference Identification Qualifier
Public Class Methods
new(val: nil, req: nil, ref: nil)
click to toggle source
@param val [String] @param req [String] @param ref [String] @return [void]
Calls superclass method
Eddy::Models::Element::AN::new
# File lib/definitions/elements/generated/127.reference_identification.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "127" @name = "Reference Identification" @description = "Reference information as defined for a particular Transaction Set or as specified by the Reference Identification Qualifier" super( min: 1, max: 30, req: req, ref: ref, val: val, ) end