de.customed.diag.shared.enums.OrderState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of plugin-api Show documentation
Show all versions of plugin-api Show documentation
custo diagnostic server by custo med is part of the custo diagnostic medical product.
In custo diagnostic, the entire cardiopulmonary functional diagnostics is integrated in one consistent
and modular user interface. Our central software platform allows you to work consistently in all
applications - from the single-user workstation to the multi-site solution.
The newest version!
package de.customed.diag.shared.enums;
/**
* Created with IntelliJ IDEA.
* User: Bothmann
* Date: 14.11.13
* Time: 15:47
*/
public enum OrderState {
UNKNOWN,
ACCEPTED,
STARTED,
FINISHED,
COULD_NOT_BE_STARTED,
MANUALLY_DELETED,
ONLY_REQUESTED,
RESET_MEASUREMENT,
CANCELLED_BY_KIS, // wird gesetzt wenn das KIS-System die Untersuchungsanforderung storniert
UPDATED,
EVALUATION_DELETED
}