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

com.nedap.archie.adl14.IdCodeGenerator Maven / Gradle / Ivy

package com.nedap.archie.adl14;

/**
 * Interface for generating  codes for the synthesized id, value and valueset codes
 */
public interface IdCodeGenerator {

    String generateNextIdCode();
    String generateNextValueCode();
    String generateNextValueSetCode();

    String generateNextSpecializedIdCode(String nodeId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy