GET api/FirstDatabankMedKnowledge/GenderSpecific?gcnSeqNo=Int32 &medId=Int32 &ndc=String
GenderSpecific. Returns Gender Specific information for a drug
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| gcnSeqNo |
List of drugs by GCNSeqNo. May be empty |
integer |
None. |
| medId |
List of drugs by MedId. May be empty. |
integer |
None. |
| ndc |
List of drugs by NDC. May be empty. |
string |
None. |
Body Parameters
None.
Request Formats
application/json
Sample:
/GenderSpecific?GCNSeqNo=45972
Response Information
Resource Description
ICcxGenderSpecific| Name | Description | Type | Additional information |
|---|---|---|---|
| Description | string |
None. |
|
| GCNSeqNo | integer |
None. |
|
| MedId | Collection of integer |
None. |
|
| NDC | Collection of string |
None. |
|
| GenderSpecific | string |
None. |
|
| GenderSpecificCode | string |
None. |
|
| DtoVersion | string |
None. |
Response Formats
application/json, text/json, text/javascript
Sample:
{
"Description": "TESTOSTERONE 20.25 mg/1.25 gram per actuation (1.62 %) TRANSDERMAL Gel In Metered-Dose Pump",
"GCNSeqNo": 67366,
"MedId": [
564162,
564170
],
"NDC": [
"00051846233",
"54569633700"
],
"GenderSpecific": "Used exclusively in males",
"GenderSpecificCode": "1",
"DtoVersion": "1.0"
}