POST Patient Procedure View

Used to get information on a patient's procedure in SurgiPrice™. Requires the LoginKey from Login.

Resource URL

https://testapi.surgiprice.com/procedure/

Input Parameters

Parameter NameDescriptionParameter TypeRequiredExample
LoginKeyLoginKey for Logged in Patient32 CharactersYES12345678901234567890123456789012
ProcedureIDProcedure IDIntegerYES2

Result Description

Parameter NameDescriptionParameter TypeExample
ProcedureIDProcedureID ReturnedInteger2
Pref_DistancePreferred DistanceStringUnder 100 miles
PatientChoice1Patient's First Choice (DoctorID)Integer1
PatientChoice2Patient's Second Choice (DoctorID)Integer2
RecordAddedTimestamp of Record (in Eastern Time)Date in String Format10/29/2014 4:42 pm
ProcedureTypeIDProcedure Type IDInteger2
ProcedureTypeNameProcedure Type NameStringPercutaneous coronary angioplasty (PTCA)
ProcedureCategoryIDProcedure Category IDInteger1
ProcedureCategoryNameProcedure Category NameString1
Pref_DOWPreferred Day of WeekString - space delimited preferred daysMon Thu
Pref_StartingDatePreferred Starting DateDate as String10/16/2014
Pref_EndingDatePreferred Ending DateDate as String10/22/2014
DoctorsAssigned DoctorsArray 
Doctors - BidIDBid IDInteger1000
Doctors - DoctorIDAssigned Doctor IDInteger1000
Doctors - DoctorNameAssigned Doctor NameStringAaron Jay Lev
Doctors - StatusAssigned Doctor StatusStringCompleted
Doctors - FeeAssigned Doctor FeeInteger9000
Doctors - FacilityNameThe Facility NameStringHoly Cross Hospital
Doctors - DoctorNotesNotes from the DoctorsStringWe provide ground transportation
Pref_Distance_OptionsOptions available for Pref_DistanceArray[Under 100 miles,Under 5 miles,...]
Pref_Distance_DefaultDefault value for Pref_DistanceStringUnder 100 miles
SuccessIf the information was retrieved from the database or not0 (fail) or 1 (success)0
Message If Success=0, this parameter contains the reason the procedure
view failed. This is for feedback to the user.
String Invalid ProcedureID