package br.com.elotech.saude.enuns;

public enum SituacaoEnum {
    ATENDIDOS, FALTOSOS, FALTA_MEDICA;
}
