Public API
Patient Functions
Surgeon Functions
General Functions
POST Doctor Bids Won
Displays information about bids which have been selected by the patient. Requires the LoginKey from Doctor Login.
Resource URL
https://testapi.surgiprice.com/doctor-bids-won/
Input Parameters
Parameter Name | Description | Parameter Type | Required | Example |
---|---|---|---|---|
LoginKey | LoginKey for Logged in Doctor | 32 Characters | YES | 12345678901234567890123456789012 |
Result Description
Parameter Name | Description | Parameter Type | Example |
---|---|---|---|
DoctorID | The Doctor's ID | Number | 1000 |
ProcedureDoctors | Array of Matching Procedures assigned to the Doctor | Array | (see below) |
Success | If the information was retrieved from the database or not | 0 (fail) or 1 (success) | 0 |
Message | If Success=0, this parameter contains the reason the api call failed. This is for feedback to the user. | String | Invalid LoginKey |
ProcedureDoctors Record Description
Parameter Name | Description | Parameter Type | Example |
---|---|---|---|
id | The Bid ID | Number | 1000 |
RecordAdded | When the record was added | Date | 2015-11-01 03:15:20 |
Status | Status of the Bid | String | Completed |
SentTo | Where the bid was originally sent | String | Doctor |
SplitBid | The Facility Part of the Bid | String | n/a |
Experience | The Doctor's Experience with this procedure (from options) | String | 1K to 2.5K |
ProcedureExperience | The Doctor's Experience with this procedure (free entered) | String | 1,200 |
InfectionsByDoctor | The Doctor's Number of Infections for this procedure | String | 2 |
BoardCertAnesth | Is the anesthesiologist board certified | String | Yes |
Fee | The Surgeon's fee for this procedure | Number | 50000.00 |
FeeAnesth | The Anesthesiologist's fee for this procedure | Number | 2000.00 |
FeeFacility | The Facility fee for this procedure | Number | 70000.00 |
AnesthName | The Anesthesiologist's Name | String | John Smith |
Implants | The expected implants description, quantity, and price | String | 2 Staples - $350 |
ImplantsActual | The actual cost of the implants | Number | $347 |
LOS | Length of Stay (in days) | Number | 3 |
Facility | The Name of the Facility | String | Holy Cross |
Facility Location | The Address of the Facility | String | 13 Cherry Lane, Springfield, MD 20852 |
FacilityID | The reference to the full facility information | Number | 1234 |
DoctorNotes | Notes from the doctor to the patient about the procedure. | Text | I look forward to meeting you. Our facility offers a friendly home-style environment. |