class YAHL7::V2::DataType::XTN
This is the HL7 data type for an extended telephone number.
Public Class Methods
repeated?(value)
click to toggle source
# File lib/yahl7/v2/data_type/xtn.rb, line 27 def self.repeated?(value) !value.nil? && value[0].is_a?(Array) end