|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbr.gov.ans.padroes.tiss.schemas.CtInternacaoObstetrica
public class CtInternacaoObstetrica
Java class for ct_internacaoObstetrica complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ct_internacaoObstetrica"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="emGestacao" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao" minOccurs="0"/> <element name="aborto" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao" minOccurs="0"/> <element name="transtornoMaternoRelGravidez" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao" minOccurs="0"/> <element name="complicacaoPeriodoPuerperio" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao" minOccurs="0"/> <element name="atendimentoRNSalaParto" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao" minOccurs="0"/> <element name="complicacaoNeonatal" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao" minOccurs="0"/> <element name="baixoPeso" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao" minOccurs="0"/> <element name="partoCesareo" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao" minOccurs="0"/> <element name="partoNormal" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_simNao" minOccurs="0"/> <element name="declaracoesNascidosVivos" type="{http://www.ans.gov.br/padroes/tiss/schemas}ct_numeroDN" minOccurs="0"/> <element name="qtdNascidosVivosTermo" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <totalDigits value="2"/> </restriction> </simpleType> </element> <element name="qtdNascidosMortos" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <totalDigits value="2"/> </restriction> </simpleType> </element> <element name="qtdVivosPrematuros" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}integer"> <totalDigits value="2"/> </restriction> </simpleType> </element> <element name="obitoMulher" type="{http://www.ans.gov.br/padroes/tiss/schemas}st_obitoMulher" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.Boolean |
aborto
|
protected java.lang.Boolean |
atendimentoRNSalaParto
|
protected java.lang.Boolean |
baixoPeso
|
protected java.lang.Boolean |
complicacaoNeonatal
|
protected java.lang.Boolean |
complicacaoPeriodoPuerperio
|
protected CtNumeroDN |
declaracoesNascidosVivos
|
protected java.lang.Boolean |
emGestacao
|
protected java.math.BigInteger |
obitoMulher
|
protected java.lang.Boolean |
partoCesareo
|
protected java.lang.Boolean |
partoNormal
|
protected java.math.BigInteger |
qtdNascidosMortos
|
protected java.math.BigInteger |
qtdNascidosVivosTermo
|
protected java.math.BigInteger |
qtdVivosPrematuros
|
protected java.lang.Boolean |
transtornoMaternoRelGravidez
|
Constructor Summary | |
---|---|
CtInternacaoObstetrica()
|
Method Summary | |
---|---|
CtNumeroDN |
getDeclaracoesNascidosVivos()
Gets the value of the declaracoesNascidosVivos property. |
java.math.BigInteger |
getObitoMulher()
Gets the value of the obitoMulher property. |
java.math.BigInteger |
getQtdNascidosMortos()
Gets the value of the qtdNascidosMortos property. |
java.math.BigInteger |
getQtdNascidosVivosTermo()
Gets the value of the qtdNascidosVivosTermo property. |
java.math.BigInteger |
getQtdVivosPrematuros()
Gets the value of the qtdVivosPrematuros property. |
java.lang.Boolean |
isAborto()
Gets the value of the aborto property. |
java.lang.Boolean |
isAtendimentoRNSalaParto()
Gets the value of the atendimentoRNSalaParto property. |
java.lang.Boolean |
isBaixoPeso()
Gets the value of the baixoPeso property. |
java.lang.Boolean |
isComplicacaoNeonatal()
Gets the value of the complicacaoNeonatal property. |
java.lang.Boolean |
isComplicacaoPeriodoPuerperio()
Gets the value of the complicacaoPeriodoPuerperio property. |
java.lang.Boolean |
isEmGestacao()
Gets the value of the emGestacao property. |
java.lang.Boolean |
isPartoCesareo()
Gets the value of the partoCesareo property. |
java.lang.Boolean |
isPartoNormal()
Gets the value of the partoNormal property. |
java.lang.Boolean |
isTranstornoMaternoRelGravidez()
Gets the value of the transtornoMaternoRelGravidez property. |
void |
setAborto(java.lang.Boolean value)
Sets the value of the aborto property. |
void |
setAtendimentoRNSalaParto(java.lang.Boolean value)
Sets the value of the atendimentoRNSalaParto property. |
void |
setBaixoPeso(java.lang.Boolean value)
Sets the value of the baixoPeso property. |
void |
setComplicacaoNeonatal(java.lang.Boolean value)
Sets the value of the complicacaoNeonatal property. |
void |
setComplicacaoPeriodoPuerperio(java.lang.Boolean value)
Sets the value of the complicacaoPeriodoPuerperio property. |
void |
setDeclaracoesNascidosVivos(CtNumeroDN value)
Sets the value of the declaracoesNascidosVivos property. |
void |
setEmGestacao(java.lang.Boolean value)
Sets the value of the emGestacao property. |
void |
setObitoMulher(java.math.BigInteger value)
Sets the value of the obitoMulher property. |
void |
setPartoCesareo(java.lang.Boolean value)
Sets the value of the partoCesareo property. |
void |
setPartoNormal(java.lang.Boolean value)
Sets the value of the partoNormal property. |
void |
setQtdNascidosMortos(java.math.BigInteger value)
Sets the value of the qtdNascidosMortos property. |
void |
setQtdNascidosVivosTermo(java.math.BigInteger value)
Sets the value of the qtdNascidosVivosTermo property. |
void |
setQtdVivosPrematuros(java.math.BigInteger value)
Sets the value of the qtdVivosPrematuros property. |
void |
setTranstornoMaternoRelGravidez(java.lang.Boolean value)
Sets the value of the transtornoMaternoRelGravidez property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Boolean emGestacao
protected java.lang.Boolean aborto
protected java.lang.Boolean transtornoMaternoRelGravidez
protected java.lang.Boolean complicacaoPeriodoPuerperio
protected java.lang.Boolean atendimentoRNSalaParto
protected java.lang.Boolean complicacaoNeonatal
protected java.lang.Boolean baixoPeso
protected java.lang.Boolean partoCesareo
protected java.lang.Boolean partoNormal
protected CtNumeroDN declaracoesNascidosVivos
protected java.math.BigInteger qtdNascidosVivosTermo
protected java.math.BigInteger qtdNascidosMortos
protected java.math.BigInteger qtdVivosPrematuros
protected java.math.BigInteger obitoMulher
Constructor Detail |
---|
public CtInternacaoObstetrica()
Method Detail |
---|
public java.lang.Boolean isEmGestacao()
Boolean
public void setEmGestacao(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isAborto()
Boolean
public void setAborto(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isTranstornoMaternoRelGravidez()
Boolean
public void setTranstornoMaternoRelGravidez(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isComplicacaoPeriodoPuerperio()
Boolean
public void setComplicacaoPeriodoPuerperio(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isAtendimentoRNSalaParto()
Boolean
public void setAtendimentoRNSalaParto(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isComplicacaoNeonatal()
Boolean
public void setComplicacaoNeonatal(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isBaixoPeso()
Boolean
public void setBaixoPeso(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isPartoCesareo()
Boolean
public void setPartoCesareo(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isPartoNormal()
Boolean
public void setPartoNormal(java.lang.Boolean value)
value
- allowed object is
Boolean
public CtNumeroDN getDeclaracoesNascidosVivos()
CtNumeroDN
public void setDeclaracoesNascidosVivos(CtNumeroDN value)
value
- allowed object is
CtNumeroDN
public java.math.BigInteger getQtdNascidosVivosTermo()
BigInteger
public void setQtdNascidosVivosTermo(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getQtdNascidosMortos()
BigInteger
public void setQtdNascidosMortos(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getQtdVivosPrematuros()
BigInteger
public void setQtdVivosPrematuros(java.math.BigInteger value)
value
- allowed object is
BigInteger
public java.math.BigInteger getObitoMulher()
BigInteger
public void setObitoMulher(java.math.BigInteger value)
value
- allowed object is
BigInteger
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |