|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtGuiaSolicInternacao
public class CtGuiaSolicInternacao
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 |
---|
protected CtCabecalhoSolicitacao identificacaoGuiaSolicitacaoInternacao
protected CtBeneficiario dadosBeneficiario
protected CtSolicitante dadosSolicitante
protected CtGuiaSolicInternacao.PrestadorSolicitado prestadorSolicitado
protected StEletivaEmergencia caraterInternacao
protected java.math.BigInteger tipoInternacao
protected java.lang.String indicacaoClinica
protected java.lang.String regimeInternacao
protected CtHipoteseDiagnostica hipotesesDiagnosticas
protected CtProcedimentosSolicitados procedimentosExamesSolicitados
protected CtOPMSolicitadas opMsSolicitadas
protected java.math.BigInteger diasSolicitados
protected javax.xml.datatype.XMLGregorianCalendar dataProvavelAdmisHosp
protected java.lang.String observacao
Constructor Detail |
---|
public CtGuiaSolicInternacao()
Method Detail |
---|
public CtCabecalhoSolicitacao getIdentificacaoGuiaSolicitacaoInternacao()
CtCabecalhoSolicitacao
public void setIdentificacaoGuiaSolicitacaoInternacao(CtCabecalhoSolicitacao value)
value
- allowed object is
CtCabecalhoSolicitacao
public CtBeneficiario getDadosBeneficiario()
CtBeneficiario
public void setDadosBeneficiario(CtBeneficiario value)
value
- allowed object is
CtBeneficiario
public CtSolicitante getDadosSolicitante()
CtSolicitante
public void setDadosSolicitante(CtSolicitante value)
value
- allowed object is
CtSolicitante
public CtGuiaSolicInternacao.PrestadorSolicitado getPrestadorSolicitado()
CtGuiaSolicInternacao.PrestadorSolicitado
public void setPrestadorSolicitado(CtGuiaSolicInternacao.PrestadorSolicitado value)
value
- allowed object is
CtGuiaSolicInternacao.PrestadorSolicitado
public StEletivaEmergencia getCaraterInternacao()
StEletivaEmergencia
public void setCaraterInternacao(StEletivaEmergencia value)
value
- allowed object is
StEletivaEmergencia
public java.math.BigInteger getTipoInternacao()
BigInteger
public void setTipoInternacao(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.lang.String getIndicacaoClinica()
String
public void setIndicacaoClinica(java.lang.String value)
value
- allowed object is
String
public java.lang.String getRegimeInternacao()
String
public void setRegimeInternacao(java.lang.String value)
value
- allowed object is
String
public CtHipoteseDiagnostica getHipotesesDiagnosticas()
CtHipoteseDiagnostica
public void setHipotesesDiagnosticas(CtHipoteseDiagnostica value)
value
- allowed object is
CtHipoteseDiagnostica
public CtProcedimentosSolicitados getProcedimentosExamesSolicitados()
CtProcedimentosSolicitados
public void setProcedimentosExamesSolicitados(CtProcedimentosSolicitados value)
value
- allowed object is
CtProcedimentosSolicitados
public CtOPMSolicitadas getOPMsSolicitadas()
CtOPMSolicitadas
public void setOPMsSolicitadas(CtOPMSolicitadas value)
value
- allowed object is
CtOPMSolicitadas
public java.math.BigInteger getDiasSolicitados()
BigInteger
public void setDiasSolicitados(java.math.BigInteger value)
value
- allowed object is
BigInteger
public javax.xml.datatype.XMLGregorianCalendar getDataProvavelAdmisHosp()
XMLGregorianCalendar
public void setDataProvavelAdmisHosp(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getObservacao()
String
public void setObservacao(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |