Skip to content

Instantly share code, notes, and snippets.

@AmrElsehemy
Created October 4, 2021 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AmrElsehemy/01e705ea3de6a4e1ece230af5daa8451 to your computer and use it in GitHub Desktop.
Save AmrElsehemy/01e705ea3de6a4e1ece230af5daa8451 to your computer and use it in GitHub Desktop.
Proto
syntax = "proto3";
option csharp_namespace = "App.Ointment.Generated";
message GetAppointmentBasicInfoRequestEntity{
string appointmentId=1;
}
message GetAppointmentBasicInfoResponseEntity{
string practiceId=1;
string ProviderId=2;
string PatientId=3;
string sponsorType=4;
string PayerName=5;
string PayerCompanyId=6;
string tpaCode=7;
string tpaCompanyName=8;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment