Ejemplo n.º 1
0
						<input type='text' id='txtCodPrestadorOperadora' value='<?php 
echo $convenio->getCodigoPrestadorOperadora();
?>
'  size='30' style='text-align: right;' />
					</div>
					<div class='field' style='width: 60%;'>
						<label>Registro ANS</label>
						<input type='text' id='txtRegistroANS' value='<?php 
echo $convenio->getRegistroANS();
?>
'  size='30' style='text-align: right;' />
					</div>
					<div class='field' style='width: 60%;'>
						<label>Versao XML</label>
						<input type='text' id='txtVersaoXML' value='<?php 
echo $convenio->getVersaoXML();
?>
'  size='30' style='text-align: right;' />
					</div>
					<div class='field' style='width: 60%;'>
						<label>Codigo Consulta</label>
						<input type='text' id='txtCodigoConsulta' value='<?php 
echo $convenio->getCodigoConsulta();
?>
'  size='30' style='text-align: right;' />
					</div>
					<div class='field' style='width: 60%;'>
						<label>Valor da Consulta</label>
						<input type='text' id='txtValorConsulta' value='<?php 
echo number_format($convenio->getValorConsulta(), 2, "", ".");
?>