br.gov.ans.padroes.tiss.schemas.v20201
Class CtDiagnosticoSaidaInternacao

java.lang.Object
  extended by br.gov.ans.padroes.tiss.schemas.v20201.CtDiagnosticoSaidaInternacao

public class CtDiagnosticoSaidaInternacao
extends java.lang.Object

Java class for ct_diagnosticoSaidaInternacao complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ct_diagnosticoSaidaInternacao">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="diagnosticoPrincipal" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_diagnostico"/>
         <element name="indicadorAcidente" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_indicadorAcidente" minOccurs="0"/>
         <element name="diagnosticosSecundarios" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_diagnosticosSecundarios" minOccurs="0"/>
         <element name="motivoSaidaInternacao" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}st_motivoSaida"/>
         <element name="obito" type="{http://www.ans.gov.br/padroes/tiss/schemas/v20201}ct_obitoInternacao" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CtDiagnostico diagnosticoPrincipal
           
protected  CtDiagnosticosSecundarios diagnosticosSecundarios
           
protected  java.lang.String indicadorAcidente
           
protected  java.lang.String motivoSaidaInternacao
           
protected  java.util.List<CtObitoInternacao> obito
           
 
Constructor Summary
CtDiagnosticoSaidaInternacao()
           
 
Method Summary
 CtDiagnostico getDiagnosticoPrincipal()
          Gets the value of the diagnosticoPrincipal property.
 CtDiagnosticosSecundarios getDiagnosticosSecundarios()
          Gets the value of the diagnosticosSecundarios property.
 java.lang.String getIndicadorAcidente()
          Gets the value of the indicadorAcidente property.
 java.lang.String getMotivoSaidaInternacao()
          Gets the value of the motivoSaidaInternacao property.
 java.util.List<CtObitoInternacao> getObito()
          Gets the value of the obito property.
 void setDiagnosticoPrincipal(CtDiagnostico value)
          Sets the value of the diagnosticoPrincipal property.
 void setDiagnosticosSecundarios(CtDiagnosticosSecundarios value)
          Sets the value of the diagnosticosSecundarios property.
 void setIndicadorAcidente(java.lang.String value)
          Sets the value of the indicadorAcidente property.
 void setMotivoSaidaInternacao(java.lang.String value)
          Sets the value of the motivoSaidaInternacao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

diagnosticoPrincipal

protected CtDiagnostico diagnosticoPrincipal

indicadorAcidente

protected java.lang.String indicadorAcidente

diagnosticosSecundarios

protected CtDiagnosticosSecundarios diagnosticosSecundarios

motivoSaidaInternacao

protected java.lang.String motivoSaidaInternacao

obito

protected java.util.List<CtObitoInternacao> obito
Constructor Detail

CtDiagnosticoSaidaInternacao

public CtDiagnosticoSaidaInternacao()
Method Detail

getDiagnosticoPrincipal

public CtDiagnostico getDiagnosticoPrincipal()
Gets the value of the diagnosticoPrincipal property.

Returns:
possible object is CtDiagnostico

setDiagnosticoPrincipal

public void setDiagnosticoPrincipal(CtDiagnostico value)
Sets the value of the diagnosticoPrincipal property.

Parameters:
value - allowed object is CtDiagnostico

getIndicadorAcidente

public java.lang.String getIndicadorAcidente()
Gets the value of the indicadorAcidente property.

Returns:
possible object is String

setIndicadorAcidente

public void setIndicadorAcidente(java.lang.String value)
Sets the value of the indicadorAcidente property.

Parameters:
value - allowed object is String

getDiagnosticosSecundarios

public CtDiagnosticosSecundarios getDiagnosticosSecundarios()
Gets the value of the diagnosticosSecundarios property.

Returns:
possible object is CtDiagnosticosSecundarios

setDiagnosticosSecundarios

public void setDiagnosticosSecundarios(CtDiagnosticosSecundarios value)
Sets the value of the diagnosticosSecundarios property.

Parameters:
value - allowed object is CtDiagnosticosSecundarios

getMotivoSaidaInternacao

public java.lang.String getMotivoSaidaInternacao()
Gets the value of the motivoSaidaInternacao property.

Returns:
possible object is String

setMotivoSaidaInternacao

public void setMotivoSaidaInternacao(java.lang.String value)
Sets the value of the motivoSaidaInternacao property.

Parameters:
value - allowed object is String

getObito

public java.util.List<CtObitoInternacao> getObito()
Gets the value of the obito property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the obito property.

For example, to add a new item, do as follows:

    getObito().add(newItem);
 

Objects of the following type(s) are allowed in the list CtObitoInternacao