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

org.hisp.dhis.rules.gs1.GS1ValueFormatter Maven / Gradle / Ivy

package org.hisp.dhis.rules.gs1;

public interface GS1ValueFormatter {
    String formatValue( String value, GS1Elements valueToReturn);
    String removeGS1Identifier( String value );
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy