GET api/PatientMedicines/ByCurDate?PatientId={PatientId}&currentdate={currentdate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PatientId

integer

Required

currentdate

date

Required

Body Parameters

None.

Response Information

Resource Description

Patient_Medicines
NameDescriptionTypeAdditional information
MP_Id

integer

None.

M_Name

string

None.

Mobile_Number

string

None.

Start_Date

date

None.

End_Date

date

None.

Daily

boolean

None.

Weekly

boolean

None.

Biweekly

boolean

None.

Monthly

boolean

None.

Weekly_Day

string

None.

Biweekly_Day

string

None.

Monthly_Date

date

None.

Morning

boolean

None.

Afternoon

boolean

None.

Night

boolean

None.

Medicine_Type

string

None.

Morning_Tracking

boolean

None.

Afternoon_Tracking

boolean

None.

Night_Tracking

boolean

None.

PatientId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "MP_Id": 1,
  "M_Name": "sample string 2",
  "Mobile_Number": "sample string 3",
  "Start_Date": "2026-04-22T16:03:59.5198347+05:30",
  "End_Date": "2026-04-22T16:03:59.5198347+05:30",
  "Daily": true,
  "Weekly": true,
  "Biweekly": true,
  "Monthly": true,
  "Weekly_Day": "sample string 4",
  "Biweekly_Day": "sample string 5",
  "Monthly_Date": "2026-04-22T16:03:59.5198347+05:30",
  "Morning": true,
  "Afternoon": true,
  "Night": true,
  "Medicine_Type": "sample string 6",
  "Morning_Tracking": true,
  "Afternoon_Tracking": true,
  "Night_Tracking": true,
  "PatientId": 1
}

application/xml, text/xml

Sample:
<Patient_Medicines xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Repositories.Core.Model">
  <Afternoon>true</Afternoon>
  <Afternoon_Tracking>true</Afternoon_Tracking>
  <Biweekly>true</Biweekly>
  <Biweekly_Day>sample string 5</Biweekly_Day>
  <Daily>true</Daily>
  <End_Date>2026-04-22T16:03:59.5198347+05:30</End_Date>
  <MP_Id>1</MP_Id>
  <M_Name>sample string 2</M_Name>
  <Medicine_Type>sample string 6</Medicine_Type>
  <Mobile_Number>sample string 3</Mobile_Number>
  <Monthly>true</Monthly>
  <Monthly_Date>2026-04-22T16:03:59.5198347+05:30</Monthly_Date>
  <Morning>true</Morning>
  <Morning_Tracking>true</Morning_Tracking>
  <Night>true</Night>
  <Night_Tracking>true</Night_Tracking>
  <PatientId>1</PatientId>
  <Start_Date>2026-04-22T16:03:59.5198347+05:30</Start_Date>
  <Weekly>true</Weekly>
  <Weekly_Day>sample string 4</Weekly_Day>
</Patient_Medicines>