br.gov.ans.padroes.tiss.schemas
Class CtGuiaConsultaReapresentacao.HipoteseDiagnostica
java.lang.Object
br.gov.ans.padroes.tiss.schemas.CtDiagnosticoGuia
br.gov.ans.padroes.tiss.schemas.CtGuiaConsultaReapresentacao.HipoteseDiagnostica
- Enclosing class:
- CtGuiaConsultaReapresentacao
public static class CtGuiaConsultaReapresentacao.HipoteseDiagnostica
- extends CtDiagnosticoGuia
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diagnosticoGuia">
<sequence>
<element name="diagnosticoSecundario" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_diagnosticosSecundarios" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
diagnosticoSecundario
protected CtDiagnosticosSecundarios diagnosticoSecundario
CtGuiaConsultaReapresentacao.HipoteseDiagnostica
public CtGuiaConsultaReapresentacao.HipoteseDiagnostica()
getDiagnosticoSecundario
public CtDiagnosticosSecundarios getDiagnosticoSecundario()
- Gets the value of the diagnosticoSecundario property.
- Returns:
- possible object is
CtDiagnosticosSecundarios
setDiagnosticoSecundario
public void setDiagnosticoSecundario(CtDiagnosticosSecundarios value)
- Sets the value of the diagnosticoSecundario property.
- Parameters:
value
- allowed object is
CtDiagnosticosSecundarios