MyWinMed  4.0
Home
MyWinMed API Documentation
Ehr.Api.Dtos.RequestDto Class Reference

Data Transfer Object for all incoming client requests

Properties

string AccountNumber [get, set]
 Account Number used to uniquely identify a Patient
 
int PatientId [get, set]
 Patient's Uniquie Identifier
 
ClinicalDataSetCategory Category [get, set]
 Category to Retrieve
 
DateTime StartDate [get, set]
 Start date for date range filter. If EndDate is null, only data for this date will be retrieved.
 
DateTime EndDate [get, set]
 End date for date range filter.
 

Detailed Description

Data Transfer Object for all incoming client requests

Property Documentation

◆ AccountNumber

string Ehr.Api.Dtos.RequestDto.AccountNumber
getset

Account Number used to uniquely identify a Patient

◆ Category

ClinicalDataSetCategory Ehr.Api.Dtos.RequestDto.Category
getset

Category to Retrieve

◆ EndDate

DateTime Ehr.Api.Dtos.RequestDto.EndDate
getset

End date for date range filter.

◆ PatientId

int Ehr.Api.Dtos.RequestDto.PatientId
getset

Patient's Uniquie Identifier

◆ StartDate

DateTime Ehr.Api.Dtos.RequestDto.StartDate
getset

Start date for date range filter. If EndDate is null, only data for this date will be retrieved.