class Eddy::Elements::E628

### Element Summary:

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