|
|
|
@ -244,6 +244,7 @@ public class ExamePanel extends JPanel
|
|
|
|
{
|
|
|
|
{
|
|
|
|
components = new ComponentsHashtable();
|
|
|
|
components = new ComponentsHashtable();
|
|
|
|
components.putDummy( FichaDataProvider.T_EXAMES + "." + FichaDataProvider.TIPO );
|
|
|
|
components.putDummy( FichaDataProvider.T_EXAMES + "." + FichaDataProvider.TIPO );
|
|
|
|
|
|
|
|
components.putComponent( FichaDataProvider.T_EXAMES + "." + FichaDataProvider.DATA, dataExamePanel );
|
|
|
|
components.putComponent( FichaDataProvider.T_EXAMES + "." + FichaDataProvider.OCASIONAL, ocasionalPanel );
|
|
|
|
components.putComponent( FichaDataProvider.T_EXAMES + "." + FichaDataProvider.OCASIONAL, ocasionalPanel );
|
|
|
|
components.putComponent( FichaDataProvider.T_EXAMES + "." + FichaDataProvider.OUTRO_TIPO, especificarText );
|
|
|
|
components.putComponent( FichaDataProvider.T_EXAMES + "." + FichaDataProvider.OUTRO_TIPO, especificarText );
|
|
|
|
components.putComponent( FichaDataProvider.T_EXAMES + "." + FichaDataProvider.PROXIMO_EXAME, proximoExamePanel );
|
|
|
|
components.putComponent( FichaDataProvider.T_EXAMES + "." + FichaDataProvider.PROXIMO_EXAME, proximoExamePanel );
|
|
|
|
|