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

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

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

Fields in br.gov.ans.padroes.tiss.schemas declared as CtDiagnostico
protected  CtDiagnostico CtObitoInternacao.cid
           
protected  CtDiagnostico CtDiagnosticoGuia.cid
           
protected  CtDiagnostico CtDiagnosticoSaidaInternacao.diagnosticoPrincipal
           
 

Fields in br.gov.ans.padroes.tiss.schemas with type parameters of type CtDiagnostico
protected  java.util.List<CtDiagnostico> CtDiagnosticosSecundarios.cid
           
protected  javax.xml.bind.JAXBElement<CtDiagnostico> CtGuiaSolicitacaoSPSADT.diagnostico
           
 

Methods in br.gov.ans.padroes.tiss.schemas that return CtDiagnostico
 CtDiagnostico ObjectFactory.createCtDiagnostico()
          Create an instance of CtDiagnostico
 CtDiagnostico CtObitoInternacao.getCID()
          Gets the value of the cid property.
 CtDiagnostico CtDiagnosticoGuia.getCID()
          Gets the value of the cid property.
 CtDiagnostico CtDiagnosticoSaidaInternacao.getDiagnosticoPrincipal()
          Gets the value of the diagnosticoPrincipal property.
 

Methods in br.gov.ans.padroes.tiss.schemas that return types with arguments of type CtDiagnostico
 javax.xml.bind.JAXBElement<CtDiagnostico> ObjectFactory.createCtGuiaSolicitacaoSPSADTDiagnostico(CtDiagnostico value)
          Create an instance of JAXBElement<CtDiagnostico>}
 java.util.List<CtDiagnostico> CtDiagnosticosSecundarios.getCID()
          Gets the value of the cid property.
 javax.xml.bind.JAXBElement<CtDiagnostico> CtGuiaSolicitacaoSPSADT.getDiagnostico()
          Gets the value of the diagnostico property.
 

Methods in br.gov.ans.padroes.tiss.schemas with parameters of type CtDiagnostico
 javax.xml.bind.JAXBElement<CtDiagnostico> ObjectFactory.createCtGuiaSolicitacaoSPSADTDiagnostico(CtDiagnostico value)
          Create an instance of JAXBElement<CtDiagnostico>}
 void CtObitoInternacao.setCID(CtDiagnostico value)
          Sets the value of the cid property.
 void CtDiagnosticoGuia.setCID(CtDiagnostico value)
          Sets the value of the cid property.
 void CtDiagnosticoSaidaInternacao.setDiagnosticoPrincipal(CtDiagnostico value)
          Sets the value of the diagnosticoPrincipal property.
 

Method parameters in br.gov.ans.padroes.tiss.schemas with type arguments of type CtDiagnostico
 void CtGuiaSolicitacaoSPSADT.setDiagnostico(javax.xml.bind.JAXBElement<CtDiagnostico> value)
          Sets the value of the diagnostico property.