Uses of Class
br.gov.ans.padroes.tiss.schemas.CtDiagnosticosSecundarios

Packages that use CtDiagnosticosSecundarios
br.gov.ans.padroes.tiss.schemas   
 

Uses of CtDiagnosticosSecundarios in br.gov.ans.padroes.tiss.schemas
 

Fields in br.gov.ans.padroes.tiss.schemas declared as CtDiagnosticosSecundarios
protected  CtDiagnosticosSecundarios CtGuiaConsultaReapresentacao.HipoteseDiagnostica.diagnosticoSecundario
           
protected  CtDiagnosticosSecundarios CtGuiaConsulta.HipoteseDiagnostica.diagnosticoSecundario
           
 

Fields in br.gov.ans.padroes.tiss.schemas with type parameters of type CtDiagnosticosSecundarios
protected  java.util.List<CtDiagnosticosSecundarios> CtHipoteseDiagnostica.diagnosticosSecundarios
           
protected  java.util.List<CtDiagnosticosSecundarios> CtDiagnosticoSaidaInternacao.diagnosticosSecundarios
           
 

Methods in br.gov.ans.padroes.tiss.schemas that return CtDiagnosticosSecundarios
 CtDiagnosticosSecundarios ObjectFactory.createCtDiagnosticosSecundarios()
          Create an instance of CtDiagnosticosSecundarios
 CtDiagnosticosSecundarios CtGuiaConsultaReapresentacao.HipoteseDiagnostica.getDiagnosticoSecundario()
          Gets the value of the diagnosticoSecundario property.
 CtDiagnosticosSecundarios CtGuiaConsulta.HipoteseDiagnostica.getDiagnosticoSecundario()
          Gets the value of the diagnosticoSecundario property.
 

Methods in br.gov.ans.padroes.tiss.schemas that return types with arguments of type CtDiagnosticosSecundarios
 java.util.List<CtDiagnosticosSecundarios> CtHipoteseDiagnostica.getDiagnosticosSecundarios()
          Gets the value of the diagnosticosSecundarios property.
 java.util.List<CtDiagnosticosSecundarios> CtDiagnosticoSaidaInternacao.getDiagnosticosSecundarios()
          Gets the value of the diagnosticosSecundarios property.
 

Methods in br.gov.ans.padroes.tiss.schemas with parameters of type CtDiagnosticosSecundarios
 void CtGuiaConsultaReapresentacao.HipoteseDiagnostica.setDiagnosticoSecundario(CtDiagnosticosSecundarios value)
          Sets the value of the diagnosticoSecundario property.
 void CtGuiaConsulta.HipoteseDiagnostica.setDiagnosticoSecundario(CtDiagnosticosSecundarios value)
          Sets the value of the diagnosticoSecundario property.