Public API
Patient Functions
Surgeon Functions
General Functions
POST Doctor Procedure Edit
Displays information about bids which have been selected by the patient. Requires the LoginKey from Doctor Login.
Resource URL
https://testapi.surgiprice.com/doctor-procedure-edit/
Input Parameters
Parameter Name | Description | Parameter Type | Required | Example |
---|---|---|---|---|
LoginKey | LoginKey for Logged in Doctor | 32 Characters | YES | 12345678901234567890123456789012 |
Experience | The Doctor's Experience with this procedure (from options) | String | YES | 1K to 2.5K |
ProcedureExperience | The Doctor's Experience with this procedure (free entered) | String | YES | 1,200 |
InfectionsByDoctor | The Doctor's Number of Infections for this procedure | String | YES | 2 |
BoardCertAnesth | Is the anesthesiologist board certified | String | YES | Yes |
Fee | The Surgeon's fee for this procedure | Number | YES | 50000.00 |
FeeAnesth | The Anesthesiologist's fee for this procedure | Number | YES | 2000.00 |
FeeFacility | The Facility fee for this procedure | Number | YES | 70000.00 |
AnesthName | The Anesthesiologist's Name | String | YES | John Smith |
Implants | The expected implants description, quantity, and price | String | YES | 2 Staples - $350 |
ImplantsActual | The actual cost of the implants | Number | YES | $347 |
LOS | Length of Stay (in days) | Number | YES | 3 |
Facility | The Name of the Facility | String | YES | Holy Cross |
Facility Location | The Address of the Facility | String | YES | 13 Cherry Lane, Springfield, MD 20852 |
FacilityID | The reference to the full facility information | Number | YES | 1234 |
DoctorNotes | Notes from the doctor to the patient about the procedure. | Text | YES | I look forward to meeting you. Our facility offers a friendly home-style environment. |
Result Description
Parameter Name | Description | Parameter Type | Example |
---|---|---|---|
Success | If the API call was successful | 0 (fail) or 1 (success) | 0 |
Message | If Success=0, this parameter contains the reason this API call failed. This is for feedback to the user. | String | Record not found |