mirror of
https://github.com/pcvolkmer/onkostar-plugin-dnpm.git
synced 2025-07-05 18:42:54 +00:00
erste Version
This commit is contained in:
12
DNPMPlugins/src/main/java/ATCCodes/CodeSystem.java
Normal file
12
DNPMPlugins/src/main/java/ATCCodes/CodeSystem.java
Normal file
@ -0,0 +1,12 @@
|
||||
package ATCCodes;
|
||||
|
||||
/**
|
||||
* This enum provides usable coding systems
|
||||
*
|
||||
* @author Paul-Christion Volkmer
|
||||
* @since 0.1.0
|
||||
*/
|
||||
public enum CodeSystem {
|
||||
ATC,
|
||||
UNREGISTERED
|
||||
}
|
Reference in New Issue
Block a user