@php if ($office==1) {//Los Leones $nombre_sucursal="IOPA Providencia"; $direccion_sucursal="AV. Los Leones 391, Providencia"; $telefono_sucursal="22 87 60 900"; }else if($office==2){//Huerfanos $nombre_sucursal="IOPA Santiago Centro"; $direccion_sucursal="Paseo Huérfanos 1147, piso 3, oficina 346."; $telefono_sucursal="22 87 60 900"; } else if($office==3){//La Florida $nombre_sucursal="IOPA La Florida"; $direccion_sucursal="Av. Vicuña Mackenna Oriente 6969, piso 11."; $telefono_sucursal="22 87 60 900"; } else if($office==4){//Buin $nombre_sucursal="IOPA Buin"; $direccion_sucursal="Av. Bernardo O'Higgins 385 - Buin."; $telefono_sucursal="22 87 60 900"; } else if($office==5){//Buin $nombre_sucursal="IOPA Maipu"; $direccion_sucursal="Av. Los Pajaritos 3195, piso 16, oficina 1606."; $telefono_sucursal="22 87 60 900"; } else if($office==6){//Plaza Egana $nombre_sucursal="IOPA Plaza Egaña"; $direccion_sucursal="Avenida Ossa 235, La Reina."; $telefono_sucursal="22 87 60 900"; } else{ $nombre_sucursal="IOPA PROVIDENCIA"; $direccion_sucursal="AV. Los Leones 391, Providencia"; $telefono_sucursal="22 87 60 900"; } @endphp "; } } } @endphp
{{$nombre_sucursal}}
{{$direccion_sucursal}}
SERVICIO AL CLIENTE
{{$telefono_sucursal}}
www.iopa.cl

RECETA MÉDICA



Nombre: {{$array_resultado['nombres_paciente'] ?? ''}}

RUT: {{$array_resultado['rut_paciente'] ?? ''}}

Edad: {{$array_resultado['edad_paciente'] ?? ''}} años

Dirección: {{$array_resultado['direccion_paciente'] ?? ''}}, {{$array_resultado['comuna_paciente'] ?? ''}}

Fecha: {{$array_resultado['fecha_receta'] ?? ''}}




Indicaciones Médicas:

@php $array_res_rd = $array_resultado['array_datos_res_rd'] ?? array(); $array_res2 = $array_resultado['array_datos_res2'] ?? array(); $registros = count($array_res_rd); if($registros>0){ $y=0; //Mostrar Indicaciones Medicas foreach ($array_res_rd as $row_rm) { $codigo_detalle = $row_rm['codigo_detalle_atencion']; $codigo_detalle_c = ""; $codigo_detalle_c .= $row_rm['codigo_detalle_atencion'].','; $codigo_tipo = $row_rm['codigo_tipo_receta']; $codigo_tipo_c = ""; $codigo_tipo_c .= $row_rm['codigo_tipo_receta'].','; $cantidad_1 = $row_rm['cantidad_uno']; $cantidad_2 = $row_rm['cantidad_dos']; $cantidad_3 = $row_rm['cantidad_tres']; $cantidad_4 = $row_rm['cantidad_cuatro']; $ojos = $row_rm['ojos']; $permanente = $row_rm['permanente']; $nombre_detalle_atencion = strtoupper($row_rm['nombre_detalle_atencion']); $codigo_detalle_atencion = $row_rm['codigo_detalle_atencion']; $indicacion = $row_rm['indicacion']; // list($texto1,$texto2,$texto3,$texto4,$texto5) = explode("cantidad",$indicacion);// NO FUNCIONO EN PHP MAS RECIENTES $array_parts = explode("cantidad", $indicacion); // Inicializamos las variables de texto $texto1 = $texto2 = $texto3 = $texto4 = $texto5 = ""; // Iteramos sobre las partes obtenidas for($k = 0; $k < count($array_parts); $k++) { if(isset($array_parts[$k])) { ${"texto" . ($k+1)} = $array_parts[$k];//${"texto" . ($k+1)} permite acceder a las variables de texto dinámicamente en cada iteración. } else { // Puedes manejar el caso donde no hay suficientes partes si es necesario } } $texto1_c = $texto2_c = $texto3_c = $texto4_c = $texto5_c = ""; $texto1_c .= $texto1."@"; $texto2_c .= $texto2."@"; $texto3_c .= $texto3."@"; $texto4_c .= $texto4."@"; $texto5_c .= $texto5."@"; $codigo_detalle_atencion=substr($codigo_detalle_atencion,0,strlen($codigo_detalle_atencion)-1); $codigo_tipo=substr($codigo_tipo,0,strlen($codigo_tipo)-1); $nombre_detalle_atencion=strtoupper(substr($nombre_detalle_atencion,0,strlen($nombre_detalle_atencion)-0)); $codigo_detalle_atencion_a = explode(",",$codigo_detalle_c); $nombre_detalle_atencion_a = explode(",",$nombre_detalle_atencion); $texto1_a = explode("@",$texto1_c); $cantidad_1_a = explode(",",strtoupper($cantidad_1)); $texto2_a = explode("@",$texto2_c); $cantidad_2_a = explode(",",($cantidad_2)); $texto3_a = explode("@",$texto3_c); $cantidad_3_a = explode(",",$cantidad_3); $texto4_a = explode("@",$texto4_c); $cantidad_4_a = explode(",",$cantidad_4); $texto5_a = explode("@",$texto5_c); $permanente_a = explode(",",$permanente); $cantidad_2=strtoupper($cantidad_2); $cantidad_1=strtoupper($cantidad_1); $cantidad_3=strtoupper($cantidad_3); $cantidad_4=strtoupper($cantidad_4); $viñeta='•'; echo " "; // list($c1[$y],$c2[$y]) = explode("@",$codigo_detalle_atencion_a[$y]);// NO FUNCIONO EN PHP MAS RECIENTES $array_parts2 = explode("@",$codigo_detalle); // Inicializamos las variables de texto $c1 = array(); $c2 = array(); $c1[$y] = ""; $c2[$y] = ""; if(isset($array_parts2[0])) $c1[$y] = $array_parts2[0]; if(isset($array_parts2[1])) $c2[$y] = $array_parts2[1]; if($c2[$y]=="01")//COLIRIOS { //*Actualizado el 03-10-2023 Se cambio de $texto1_a[$y] a $texto1_a[0] echo " "; } elseif($c2[$y]=="03")//TABLETAS { echo " "; } elseif($c2[$y]=="02")//UNGUENTOS { echo " "; } else { echo " "; } $y++; echo "
$viñeta $texto1_a[0] $nombre_detalle_atencion
INSTILAR 1 GOTA $cantidad_2
$viñeta $nombre_detalle_atencion
$cantidad_2
$viñeta $texto1 $nombre_detalle_atencion
APLICAR $cantidad_2
"; list($primer_texto)=explode(" ",$texto1); if($primer_texto=='COLIRIO'){ $texto_une = 'INSITILAR 1 GOTA'; }elseif($primer_texto=='UNGÜENTO'){ $texto_une = 'APLICAR'; }elseif($primer_texto=='TABLETA'){ //Sin accion } echo "$viñeta $texto1 $nombre_detalle_atencion
$texto_une $cantidad_2
"; } } //Mostrar OTRAS Indicaciones Medicas if(count($array_res2) > 0){ $detalle_atencion_vacio = ""; $codigo_detalle_atencion_c2 = ""; foreach ($array_res2 as $row2) { $detalle_atencion_vacio .= $row2['detalle_atencion']."@"; $codigo_detalle_atencion_c2 .= $row2['codigo_detalle_atencion'].","; } $codigo_detalle_atencion_a2 = explode(",",$codigo_detalle_atencion_c2); $canrtidad = count($codigo_detalle_atencion_a2); $detalle_atencion_vacio_a2 = explode("@",$detalle_atencion_vacio); $viñeta='•'; for($u=0;$u<$canrtidad;$u++){ // list($c3[$u],$c4[$u]) = explode("@",$codigo_detalle_atencion_a2[$u]);// NO FUNCIONO EN PHP MAS RECIENTES $array_parts3 = explode("@",$codigo_detalle_atencion_a2[$u]); // Inicializamos las variables de texto $c3 = array(); $c4 = array(); if(isset($array_parts3[0])) $c3[$u] = $array_parts3[0]; if(isset($array_parts3[1])) $c4[$u] = $array_parts3[1]; if($c3[$u]=="01")//VACIO { echo "
$viñeta $detalle_atencion_vacio_a2[$u]