class Eddy::Segments::N9
### Segment Summary:
-
Id:
N9
-
Name: Extended Reference Information
-
Purpose: To transmit identifying information as specified by the Reference Identification Qualifier.
Public Class Methods
new(store)
click to toggle source
@param store [Eddy::Data::Store] @return [void]
Calls superclass method
Eddy::Models::Segment::new
# File lib/definitions/segments/generated/n9.rb, line 12 def initialize(store) @id = "N9" @name = "Extended Reference Information" @n901 = Eddy::Elements::E128.new(ref: "N901", req: "M") @n903 = Eddy::Elements::E369.new(ref: "N903", req: "X") super( store, @n901, @n903, ) end
Public Instance Methods
N901=(arg)
click to toggle source
### N901
-
Id: 128
-
Name: Reference Identification Qualifier
-
Type: ID
-
Min/Max: 2/3
-
Description: Code qualifying the Reference Identification
@param arg [String] @return [void]
# File lib/definitions/segments/generated/n9.rb, line 34 def N901=(arg) @n901.value = arg end
Also aliased as: ReferenceIdentificationQualifier=
N903=(arg)
click to toggle source
### N903
-
Id: 369
-
Name: Free-form Description
-
Type: AN
-
Min/Max: 1/45
-
Description: Free-form descriptive text
@param arg [String] @return [void]
# File lib/definitions/segments/generated/n9.rb, line 49 def N903=(arg) @n903.value = arg end
Also aliased as: FreeFormDescription=