GET api/v2/helpers/medicalprocedures?term={term}&cabinetId={cabinetId}&excludedMedicalProcedureIds={excludedMedicalProcedureIds}&patientPrimaryInsuranceId={patientPrimaryInsuranceId}&dtpPriceContractId={dtpPriceContractId}
Get list of medical procedures.
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| term | string | Required | |
| cabinetId | integer | Required | |
| excludedMedicalProcedureIds | string | Required | |
| patientPrimaryInsuranceId | integer | Required | |
| dtpPriceContractId | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
            Sample:
        
[
  {},
  {}
]
        application/xml
            Sample:
    
        Sample not available.
text/xml
            Sample:
    
Sample not available.