GET doktor/HastaReceleter?KimlikId={KimlikId}&Offset={Offset}&Rownum={Rownum}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
KimlikId

integer

Required

Offset

integer

Required

Rownum

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of FNMED_DOKTOR_HASTARECETELER_Result
NameDescriptionTypeAdditional information
HRECETEID

integer

None.

BOLUMADI

string

None.

DRADI

string

None.

HRECTARIH

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "HRECETEID": 1,
    "BOLUMADI": "sample string 2",
    "DRADI": "sample string 3",
    "HRECTARIH": "2024-09-24T03:25:25.847424+03:00"
  },
  {
    "HRECETEID": 1,
    "BOLUMADI": "sample string 2",
    "DRADI": "sample string 3",
    "HRECTARIH": "2024-09-24T03:25:25.847424+03:00"
  }
]

text/html

Sample:
[{"HRECETEID":1,"BOLUMADI":"sample string 2","DRADI":"sample string 3","HRECTARIH":"2024-09-24T03:25:25.847424+03:00"},{"HRECETEID":1,"BOLUMADI":"sample string 2","DRADI":"sample string 3","HRECTARIH":"2024-09-24T03:25:25.847424+03:00"}]

application/xml, text/xml

Sample:
<ArrayOfFNMED_DOKTOR_HASTARECETELER_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MEDWEB">
  <FNMED_DOKTOR_HASTARECETELER_Result>
    <BOLUMADI>sample string 2</BOLUMADI>
    <DRADI>sample string 3</DRADI>
    <HRECETEID>1</HRECETEID>
    <HRECTARIH>2024-09-24T03:25:25.847424+03:00</HRECTARIH>
  </FNMED_DOKTOR_HASTARECETELER_Result>
  <FNMED_DOKTOR_HASTARECETELER_Result>
    <BOLUMADI>sample string 2</BOLUMADI>
    <DRADI>sample string 3</DRADI>
    <HRECETEID>1</HRECETEID>
    <HRECTARIH>2024-09-24T03:25:25.847424+03:00</HRECTARIH>
  </FNMED_DOKTOR_HASTARECETELER_Result>
</ArrayOfFNMED_DOKTOR_HASTARECETELER_Result>