GET api/Atencion/ListarEvolucionesxPaciente/{idPaciente}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
idPaciente
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "idEvolucion": 1,
    "idAtencion": 2,
    "fechaAtencion": "2026-07-29T12:09:33.9358839-05:00",
    "fechaRegistro": "sample string 3",
    "texto": "sample string 4"
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfHCL_EvolucionPacienteDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mantenimiento.Negocio.Servicios">
  <HCL_EvolucionPacienteDto>
    <fechaAtencion>2026-07-29T12:09:33.9358839-05:00</fechaAtencion>
    <fechaRegistro>sample string 3</fechaRegistro>
    <idAtencion>2</idAtencion>
    <idEvolucion>1</idEvolucion>
    <texto>sample string 4</texto>
  </HCL_EvolucionPacienteDto>
  <HCL_EvolucionPacienteDto>
    <fechaAtencion>2026-07-29T12:09:33.9358839-05:00</fechaAtencion>
    <fechaRegistro>sample string 3</fechaRegistro>
    <idAtencion>2</idAtencion>
    <idEvolucion>1</idEvolucion>
    <texto>sample string 4</texto>
  </HCL_EvolucionPacienteDto>
  <HCL_EvolucionPacienteDto>
    <fechaAtencion>2026-07-29T12:09:33.9358839-05:00</fechaAtencion>
    <fechaRegistro>sample string 3</fechaRegistro>
    <idAtencion>2</idAtencion>
    <idEvolucion>1</idEvolucion>
    <texto>sample string 4</texto>
  </HCL_EvolucionPacienteDto>
</ArrayOfHCL_EvolucionPacienteDto>