class Eddy::Elements::E628
### Element Summary:
-
Id: 628
-
Name: Hierarchical ID Number
-
Type: AN
-
Min/Max: 1/12
-
Description: A unique number assigned by the sender to identify a particular data segment in a hierarchical structure
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/manual/hl/628.hierarchical_id_number.rb, line 15 def initialize(val: nil, req: nil, ref: nil) @id = "628" @name = "Hierarchical ID Number" @description = "A unique number assigned by the sender to identify a particular data segment in a hierarchical structure" super( min: 1, max: 12, req: req, ref: ref, val: val, ) end