All Downloads are FREE. Search and download functionalities are using the official Maven repository.

prerna.util.edi.IPO850FunctionalGroup Maven / Gradle / Ivy

The newest version!
package prerna.util.edi;

public interface IPO850FunctionalGroup extends IX12Format {

	/**
	 * Need this to be dynamic based on number of transaction sets added
	 * @return
	 */
	IPO850FunctionalGroup calculateGe();
	
	/**
	 * Adding a transaction set to the functional group
	 * @param st
	 * @return
	 */
	IPO850FunctionalGroup addTransactionSet(IPO850TransactionSet st);

	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy