/* *@author: Ibrahim Albitar *@Date:27/4/2020 *@param: *@return: *@desc: */ class PharmaciesItemsRequestModel { String PHR_itemName; int LanguageID; String stamp; String IPAdress; double VersionID; String TokenID; String SessionID; bool IsLoginForDoctorApp; bool PatientOutSA; int PatientTypeID; PharmaciesItemsRequestModel( {this.PHR_itemName, this.PatientTypeID, this.LanguageID, this.stamp, this.IPAdress, this.VersionID, this.TokenID, this.SessionID, this.IsLoginForDoctorApp, this.PatientOutSA}); }