package ch.elexis.core.model; /** * @deprecated */ public enum CivilState { SINGLE, MARRIED, WIDOWED, DIVORCED, SEPARATED, PARTNERED }