class Eddy::Elements::E734

### 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/734.hierarchical_parent_id_number.rb, line 15
def initialize(val: nil, req: nil, ref: nil)
  @id = "734"
  @name = "Hierarchical Parent ID Number"
  @description = "Identification number of the next higher hierarchical data segment that the data segment being described is subordinate to"
  super(
    min: 1,
    max: 12,
    req: req,
    ref: ref,
    val: val,
  )
end