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

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

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

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

Fields in br.gov.ans.padroes.tiss.schemas.v20103 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.v20103 that return CtDiagnostico
 CtDiagnostico ObjectFactory.createCtDiagnostico()
          Create an instance of CtDiagnostico
 CtDiagnostico CtDiagnosticoGuia.getCID()
          Gets the value of the cid property.
 CtDiagnostico CtObitoInternacao.getCID()
          Gets the value of the cid property.
 CtDiagnostico CtDiagnosticoAtendimento.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.v20103 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.v20103 with parameters of type CtDiagnostico
 javax.xml.bind.JAXBElement<CtDiagnostico> ObjectFactory.createCtGuiaSolicitacaoSPSADTDiagnostico(CtDiagnostico value)
          Create an instance of JAXBElement<CtDiagnostico>}
 void CtDiagnosticoGuia.setCID(CtDiagnostico value)
          Sets the value of the cid property.
 void CtObitoInternacao.setCID(CtDiagnostico value)
          Sets the value of the cid property.
 void CtDiagnosticoAtendimento.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.v20103 with type arguments of type CtDiagnostico
 void CtGuiaSolicitacaoSPSADT.setDiagnostico(javax.xml.bind.JAXBElement<CtDiagnostico> value)
          Sets the value of the diagnostico property.