|
|
|
|
@ -86,35 +86,43 @@ public class doGetListaTrabalhadoresPendentes
|
|
|
|
|
if( quase_c )
|
|
|
|
|
{
|
|
|
|
|
trabalhador.put( "Consulta", "yellow" );
|
|
|
|
|
trabalhador.put( "Consulta_estado", "marcado" );
|
|
|
|
|
}
|
|
|
|
|
else if( uc )
|
|
|
|
|
{
|
|
|
|
|
trabalhador.put( "Consulta", "green" );
|
|
|
|
|
trabalhador.put( "Consulta_estado", "tratado" );
|
|
|
|
|
}
|
|
|
|
|
else if( pc )
|
|
|
|
|
{
|
|
|
|
|
trabalhador.put( "Consulta", "yellow" );
|
|
|
|
|
trabalhador.put( "Consulta_estado", "marcado" );
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
trabalhador.put( "Consulta", "red" );
|
|
|
|
|
trabalhador.put( "Consulta_estado", "pendente" );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if( quase_e )
|
|
|
|
|
{
|
|
|
|
|
trabalhador.put( "Exame", "yellow" );
|
|
|
|
|
trabalhador.put( "Exame_estado", "marcado" );
|
|
|
|
|
}
|
|
|
|
|
else if( ue )
|
|
|
|
|
{
|
|
|
|
|
trabalhador.put( "Exame", "green" );
|
|
|
|
|
trabalhador.put( "Exame_estado", "tratado" );
|
|
|
|
|
}
|
|
|
|
|
else if( pe )
|
|
|
|
|
{
|
|
|
|
|
trabalhador.put( "Exame", "yellow" );
|
|
|
|
|
trabalhador.put( "Exame_estado", "marcado" );
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
trabalhador.put( "Exame", "red" );
|
|
|
|
|
trabalhador.put( "Exame_estado", "pendente" );
|
|
|
|
|
}
|
|
|
|
|
desc.add( trabalhador );
|
|
|
|
|
++index;
|
|
|
|
|
|