GET api/Drug?accountId={accountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Drug| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| CategoryId | integer |
None. |
|
| Code | string |
None. |
|
| HSNCode | string |
None. |
|
| GenericName | string |
None. |
|
| Name | string |
None. |
|
| Unit | string |
None. |
|
| StatusId | integer |
None. |
|
| Level | integer |
None. |
|
| ReOrderLevel | decimal number |
None. |
|
| AvailableItem | decimal number |
None. |
|
| BeforeMeal | boolean |
None. |
|
| IU | integer |
None. |
|
| MedicalItemTypeId | integer |
None. |
|
| ModifiedName | string |
None. |
|
| AccountId | globally unique identifier |
None. |
|
| NDC | string |
None. |
|
| ClassificationId | string |
None. |
|
| DrugClassification | Collection of DrugClassification |
None. |
|
| PurchaseURL | string |
None. |
|
| Description | string |
None. |
|
| DispensableDrugId | string |
None. |
|
| Category | Category |
None. |
|
| Status | Status |
None. |
|
| StockInDetail | PharmacyStockInDetail |
None. |
|
| DrugUnit | Unit |
None. |
|
| DrugTransferDetail | DrugTransferDetail |
None. |
|
| Stock | Stock |
None. |
|
| MedicalName | Category |
None. |
|
| DrugId | globally unique identifier |
None. |
|
| DrugDetails | Collection of PurchaseReturnDetail |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| Modified | Member |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.