br.gov.ans.padroes.tiss.schemas
Class CtGuiaSolicInternacao

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

public class CtGuiaSolicInternacao
extends java.lang.Object

Java class for ct_guiaSolicInternacao complex type.

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

 <complexType name="ct_guiaSolicInternacao">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="identificacaoGuiaSolicitacaoInternacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_cabecalhoSolicitacao"/>
         <element name="dadosBeneficiario" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_beneficiario"/>
         <element name="dadosSolicitante" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_solicitante"/>
         <element name="prestadorSolicitado" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.ans.gov.br/padroes/tiss/schemas}ct_identificacaoPrestador">
                 <sequence>
                   <element name="nomePrestador" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_nome"/>
                 </sequence>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="caraterInternacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_eletivaEmergencia"/>
         <element name="tipoInternacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_tipoInternacao"/>
         <element name="indicacaoClinica" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_indicacaoClinica"/>
         <element name="regimeInternacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_regimeInternacao"/>
         <element name="hipotesesDiagnosticas" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_hipoteseDiagnostica"/>
         <element name="procedimentosExamesSolicitados" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_procedimentosSolicitados"/>
         <element name="OPMsSolicitadas" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_OPMSolicitadas" minOccurs="0"/>
         <element name="diasSolicitados" type="{http://www.w3.org/2001/XMLSchema}integer"/>
         <element name="dataProvavelAdmisHosp" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_data" minOccurs="0"/>
         <element name="observacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_observacao" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class CtGuiaSolicInternacao.PrestadorSolicitado
          Java class for anonymous complex type.
 
Field Summary
protected  StEletivaEmergencia caraterInternacao
           
protected  CtBeneficiario dadosBeneficiario
           
protected  CtSolicitante dadosSolicitante
           
protected  javax.xml.datatype.XMLGregorianCalendar dataProvavelAdmisHosp
           
protected  java.math.BigInteger diasSolicitados
           
protected  CtHipoteseDiagnostica hipotesesDiagnosticas
           
protected  CtCabecalhoSolicitacao identificacaoGuiaSolicitacaoInternacao
           
protected  java.lang.String indicacaoClinica
           
protected  java.lang.String observacao
           
protected  CtOPMSolicitadas opMsSolicitadas
           
protected  CtGuiaSolicInternacao.PrestadorSolicitado prestadorSolicitado
           
protected  CtProcedimentosSolicitados procedimentosExamesSolicitados
           
protected  java.lang.String regimeInternacao
           
protected  java.math.BigInteger tipoInternacao
           
 
Constructor Summary
CtGuiaSolicInternacao()
           
 
Method Summary
 StEletivaEmergencia getCaraterInternacao()
          Gets the value of the caraterInternacao property.
 CtBeneficiario getDadosBeneficiario()
          Gets the value of the dadosBeneficiario property.
 CtSolicitante getDadosSolicitante()
          Gets the value of the dadosSolicitante property.
 javax.xml.datatype.XMLGregorianCalendar getDataProvavelAdmisHosp()
          Gets the value of the dataProvavelAdmisHosp property.
 java.math.BigInteger getDiasSolicitados()
          Gets the value of the diasSolicitados property.
 CtHipoteseDiagnostica getHipotesesDiagnosticas()
          Gets the value of the hipotesesDiagnosticas property.
 CtCabecalhoSolicitacao getIdentificacaoGuiaSolicitacaoInternacao()
          Gets the value of the identificacaoGuiaSolicitacaoInternacao property.
 java.lang.String getIndicacaoClinica()
          Gets the value of the indicacaoClinica property.
 java.lang.String getObservacao()
          Gets the value of the observacao property.
 CtOPMSolicitadas getOPMsSolicitadas()
          Gets the value of the opMsSolicitadas property.
 CtGuiaSolicInternacao.PrestadorSolicitado getPrestadorSolicitado()
          Gets the value of the prestadorSolicitado property.
 CtProcedimentosSolicitados getProcedimentosExamesSolicitados()
          Gets the value of the procedimentosExamesSolicitados property.
 java.lang.String getRegimeInternacao()
          Gets the value of the regimeInternacao property.
 java.math.BigInteger getTipoInternacao()
          Gets the value of the tipoInternacao property.
 void setCaraterInternacao(StEletivaEmergencia value)
          Sets the value of the caraterInternacao property.
 void setDadosBeneficiario(CtBeneficiario value)
          Sets the value of the dadosBeneficiario property.
 void setDadosSolicitante(CtSolicitante value)
          Sets the value of the dadosSolicitante property.
 void setDataProvavelAdmisHosp(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the dataProvavelAdmisHosp property.
 void setDiasSolicitados(java.math.BigInteger value)
          Sets the value of the diasSolicitados property.
 void setHipotesesDiagnosticas(CtHipoteseDiagnostica value)
          Sets the value of the hipotesesDiagnosticas property.
 void setIdentificacaoGuiaSolicitacaoInternacao(CtCabecalhoSolicitacao value)
          Sets the value of the identificacaoGuiaSolicitacaoInternacao property.
 void setIndicacaoClinica(java.lang.String value)
          Sets the value of the indicacaoClinica property.
 void setObservacao(java.lang.String value)
          Sets the value of the observacao property.
 void setOPMsSolicitadas(CtOPMSolicitadas value)
          Sets the value of the opMsSolicitadas property.
 void setPrestadorSolicitado(CtGuiaSolicInternacao.PrestadorSolicitado value)
          Sets the value of the prestadorSolicitado property.
 void setProcedimentosExamesSolicitados(CtProcedimentosSolicitados value)
          Sets the value of the procedimentosExamesSolicitados property.
 void setRegimeInternacao(java.lang.String value)
          Sets the value of the regimeInternacao property.
 void setTipoInternacao(java.math.BigInteger value)
          Sets the value of the tipoInternacao property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identificacaoGuiaSolicitacaoInternacao

protected CtCabecalhoSolicitacao identificacaoGuiaSolicitacaoInternacao

dadosBeneficiario

protected CtBeneficiario dadosBeneficiario

dadosSolicitante

protected CtSolicitante dadosSolicitante

prestadorSolicitado

protected CtGuiaSolicInternacao.PrestadorSolicitado prestadorSolicitado

caraterInternacao

protected StEletivaEmergencia caraterInternacao

tipoInternacao

protected java.math.BigInteger tipoInternacao

indicacaoClinica

protected java.lang.String indicacaoClinica

regimeInternacao

protected java.lang.String regimeInternacao

hipotesesDiagnosticas

protected CtHipoteseDiagnostica hipotesesDiagnosticas

procedimentosExamesSolicitados

protected CtProcedimentosSolicitados procedimentosExamesSolicitados

opMsSolicitadas

protected CtOPMSolicitadas opMsSolicitadas

diasSolicitados

protected java.math.BigInteger diasSolicitados

dataProvavelAdmisHosp

protected javax.xml.datatype.XMLGregorianCalendar dataProvavelAdmisHosp

observacao

protected java.lang.String observacao
Constructor Detail

CtGuiaSolicInternacao

public CtGuiaSolicInternacao()
Method Detail

getIdentificacaoGuiaSolicitacaoInternacao

public CtCabecalhoSolicitacao getIdentificacaoGuiaSolicitacaoInternacao()
Gets the value of the identificacaoGuiaSolicitacaoInternacao property.

Returns:
possible object is CtCabecalhoSolicitacao

setIdentificacaoGuiaSolicitacaoInternacao

public void setIdentificacaoGuiaSolicitacaoInternacao(CtCabecalhoSolicitacao value)
Sets the value of the identificacaoGuiaSolicitacaoInternacao property.

Parameters:
value - allowed object is CtCabecalhoSolicitacao

getDadosBeneficiario

public CtBeneficiario getDadosBeneficiario()
Gets the value of the dadosBeneficiario property.

Returns:
possible object is CtBeneficiario

setDadosBeneficiario

public void setDadosBeneficiario(CtBeneficiario value)
Sets the value of the dadosBeneficiario property.

Parameters:
value - allowed object is CtBeneficiario

getDadosSolicitante

public CtSolicitante getDadosSolicitante()
Gets the value of the dadosSolicitante property.

Returns:
possible object is CtSolicitante

setDadosSolicitante

public void setDadosSolicitante(CtSolicitante value)
Sets the value of the dadosSolicitante property.

Parameters:
value - allowed object is CtSolicitante

getPrestadorSolicitado

public CtGuiaSolicInternacao.PrestadorSolicitado getPrestadorSolicitado()
Gets the value of the prestadorSolicitado property.

Returns:
possible object is CtGuiaSolicInternacao.PrestadorSolicitado

setPrestadorSolicitado

public void setPrestadorSolicitado(CtGuiaSolicInternacao.PrestadorSolicitado value)
Sets the value of the prestadorSolicitado property.

Parameters:
value - allowed object is CtGuiaSolicInternacao.PrestadorSolicitado

getCaraterInternacao

public StEletivaEmergencia getCaraterInternacao()
Gets the value of the caraterInternacao property.

Returns:
possible object is StEletivaEmergencia

setCaraterInternacao

public void setCaraterInternacao(StEletivaEmergencia value)
Sets the value of the caraterInternacao property.

Parameters:
value - allowed object is StEletivaEmergencia

getTipoInternacao

public java.math.BigInteger getTipoInternacao()
Gets the value of the tipoInternacao property.

Returns:
possible object is BigInteger

setTipoInternacao

public void setTipoInternacao(java.math.BigInteger value)
Sets the value of the tipoInternacao property.

Parameters:
value - allowed object is BigInteger

getIndicacaoClinica

public java.lang.String getIndicacaoClinica()
Gets the value of the indicacaoClinica property.

Returns:
possible object is String

setIndicacaoClinica

public void setIndicacaoClinica(java.lang.String value)
Sets the value of the indicacaoClinica property.

Parameters:
value - allowed object is String

getRegimeInternacao

public java.lang.String getRegimeInternacao()
Gets the value of the regimeInternacao property.

Returns:
possible object is String

setRegimeInternacao

public void setRegimeInternacao(java.lang.String value)
Sets the value of the regimeInternacao property.

Parameters:
value - allowed object is String

getHipotesesDiagnosticas

public CtHipoteseDiagnostica getHipotesesDiagnosticas()
Gets the value of the hipotesesDiagnosticas property.

Returns:
possible object is CtHipoteseDiagnostica

setHipotesesDiagnosticas

public void setHipotesesDiagnosticas(CtHipoteseDiagnostica value)
Sets the value of the hipotesesDiagnosticas property.

Parameters:
value - allowed object is CtHipoteseDiagnostica

getProcedimentosExamesSolicitados

public CtProcedimentosSolicitados getProcedimentosExamesSolicitados()
Gets the value of the procedimentosExamesSolicitados property.

Returns:
possible object is CtProcedimentosSolicitados

setProcedimentosExamesSolicitados

public void setProcedimentosExamesSolicitados(CtProcedimentosSolicitados value)
Sets the value of the procedimentosExamesSolicitados property.

Parameters:
value - allowed object is CtProcedimentosSolicitados

getOPMsSolicitadas

public CtOPMSolicitadas getOPMsSolicitadas()
Gets the value of the opMsSolicitadas property.

Returns:
possible object is CtOPMSolicitadas

setOPMsSolicitadas

public void setOPMsSolicitadas(CtOPMSolicitadas value)
Sets the value of the opMsSolicitadas property.

Parameters:
value - allowed object is CtOPMSolicitadas

getDiasSolicitados

public java.math.BigInteger getDiasSolicitados()
Gets the value of the diasSolicitados property.

Returns:
possible object is BigInteger

setDiasSolicitados

public void setDiasSolicitados(java.math.BigInteger value)
Sets the value of the diasSolicitados property.

Parameters:
value - allowed object is BigInteger

getDataProvavelAdmisHosp

public javax.xml.datatype.XMLGregorianCalendar getDataProvavelAdmisHosp()
Gets the value of the dataProvavelAdmisHosp property.

Returns:
possible object is XMLGregorianCalendar

setDataProvavelAdmisHosp

public void setDataProvavelAdmisHosp(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the dataProvavelAdmisHosp property.

Parameters:
value - allowed object is XMLGregorianCalendar

getObservacao

public java.lang.String getObservacao()
Gets the value of the observacao property.

Returns:
possible object is String

setObservacao

public void setObservacao(java.lang.String value)
Sets the value of the observacao property.

Parameters:
value - allowed object is String