GET GhipsLite/ObtenerPacientePorAtencion/{AtencionID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AtencionID

integer

Required

Body Parameters

None.

Response Information

Resource Description

GhipsLite_PacienteViewModel
NameDescriptionTypeAdditional information
NroIdentificacion

string

None.

TipoIdentificacion

string

None.

Paciente

string

None.

Alergico

string

None.

GeneroID

string

None.

Edad

string

None.

AtencionID

integer

None.

IdentificacionCompleta

string

None.

iIdServicio

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "NroIdentificacion": "sample string 1",
  "TipoIdentificacion": "sample string 2",
  "Paciente": "sample string 3",
  "Alergico": "sample string 4",
  "GeneroID": "sample string 5",
  "Edad": "sample string 6",
  "AtencionID": 7,
  "IdentificacionCompleta": "sample string 2sample string 1",
  "iIdServicio": 8
}

multipart/form-data

Sample:
{"$id":"1","NroIdentificacion":"sample string 1","TipoIdentificacion":"sample string 2","Paciente":"sample string 3","Alergico":"sample string 4","GeneroID":"sample string 5","Edad":"sample string 6","AtencionID":7,"IdentificacionCompleta":"sample string 2sample string 1","iIdServicio":8}