GET api/Patients/ABGenericMater?Facid={Facid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Facid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ABGenericMasterViewModelName | Description | Type | Additional information |
---|---|---|---|
AntiBioGenerics | Collection of ABGenericMasterView |
None. |
Response Formats
application/json, text/json
Sample:
{ "AntiBioGenerics": [ { "Genericid": 1, "GenericName": "sample string 2" }, { "Genericid": 1, "GenericName": "sample string 2" } ] }
text/html
Sample:
{"AntiBioGenerics":[{"Genericid":1,"GenericName":"sample string 2"},{"Genericid":1,"GenericName":"sample string 2"}]}
application/xml, text/xml
Sample:
<ABGenericMasterViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AsterHISInfoAPIv2.Models"> <AntiBioGenerics> <ABGenericMasterView> <GenericName>sample string 2</GenericName> <Genericid>1</Genericid> </ABGenericMasterView> <ABGenericMasterView> <GenericName>sample string 2</GenericName> <Genericid>1</Genericid> </ABGenericMasterView> </AntiBioGenerics> </ABGenericMasterViewModel>