returns all the data associated in a String format
get() -
Method in class com.americancoders.edi.IDDE
returns the value for the Data Element
get(int) -
Method in class com.americancoders.edi.IDDE
returns the value for the Data Element
get() -
Method in class com.americancoders.edi.Loop
returns all the data associated with the Segment
dataelements separated by '*'
composites separated by '<', note data elements within composites are seperated by ':'
get() -
Method in class com.americancoders.edi.NumericDE
get() -
Method in class com.americancoders.edi.RealDE
returns the value for the Data Element
get(int) -
Method in class com.americancoders.edi.RealDE
returns the value for the Data Element
get() -
Method in class com.americancoders.edi.Segment
returns all the data associated with the Segment
dataelements separated by '*'
composites separated by '<', note data elements within composites are seperated by ':'
get() -
Method in class com.americancoders.edi.TimeDE
returns the date stored in HHMMSSmmm format where
HH is hour
MM is minutes
SS is seconds
mmm is milliseconds
get(int) -
Method in class com.americancoders.edi.TimeDE
returns a CompositeDE from in the Container
since more than one dataelement with the same id can be
in the container this is not a very effective method for fetching unique datalements.
returns a DataElement in the Container
since more than one dataelement with the same id can be
in the container this is not a very effective method for fetching unique datalements.
returns one of a multiple set of Segments by its ID, its primaryIDValue and its relative position with relation to its primaryIDValue
Written for the HIPAA package, but you may find it useful
gets a templatesegment from the vector by its id and primary id value
This method only works if the OBOE.properties property
prevalidate is set to true