GET api/RxMedcineRelation?tpid={tpid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| tpid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RxMedcineRelation| Name | Description | Type | Additional information |
|---|---|---|---|
| MRId | integer |
None. |
|
| MedId | integer |
None. |
|
| RelatMedId | integer |
None. |
|
| RelationId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"MRId": 1,
"MedId": 2,
"RelatMedId": 3,
"RelationId": 4
},
{
"MRId": 1,
"MedId": 2,
"RelatMedId": 3,
"RelationId": 4
}
]