GET api/v1/patient/funderconfigurations/specificrules
Get all specific rules
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.RestApiResultOfCom.Healthbridge.Hhas.Patient.Interface.ValueObjects.FunderSpecificRuleVo[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Sucess | boolean |
None. |
|
| ResponseCode | integer |
None. |
|
| ResponseMessage | string |
None. |
|
| Data | Collection of Com.Healthbridge.Hhas.Patient.Interface.ValueObjects.FunderSpecificRuleVo |
None. |
|
| Links | Collection of Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects.RestApiLink |
None. |
Response Formats
application/json, text/json
Sample:
{
"Sucess": true,
"ResponseCode": 2,
"ResponseMessage": "sample string 3",
"Data": [
{
"Code": "sample string 1",
"Description": "sample string 2",
"ZeroMedicine": true,
"ZeroConsumable": true
},
{
"Code": "sample string 1",
"Description": "sample string 2",
"ZeroMedicine": true,
"ZeroConsumable": true
}
],
"Links": [
{
"Rel": "sample string 1",
"HRef": "sample string 2"
},
{
"Rel": "sample string 1",
"HRef": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<RestApiResultOfArrayOfFunderSpecificRuleVDgih6qX xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Com.Healthbridge.Core.CommonDomain.Interface.ValueObjects">
<Data xmlns:d2p1="http://mpsapi.healthbridge.com/clinical/patient/v1/funderconfiguration/">
<d2p1:FunderSpecificRule>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:ZeroConsumable>true</d2p1:ZeroConsumable>
<d2p1:ZeroMedicine>true</d2p1:ZeroMedicine>
</d2p1:FunderSpecificRule>
<d2p1:FunderSpecificRule>
<d2p1:Code>sample string 1</d2p1:Code>
<d2p1:Description>sample string 2</d2p1:Description>
<d2p1:ZeroConsumable>true</d2p1:ZeroConsumable>
<d2p1:ZeroMedicine>true</d2p1:ZeroMedicine>
</d2p1:FunderSpecificRule>
</Data>
<Links>
<RestApiLink>
<HRef>sample string 2</HRef>
<Rel>sample string 1</Rel>
</RestApiLink>
<RestApiLink>
<HRef>sample string 2</HRef>
<Rel>sample string 1</Rel>
</RestApiLink>
</Links>
<ResponseCode>2</ResponseCode>
<ResponseMessage>sample string 3</ResponseMessage>
<Sucess>true</Sucess>
</RestApiResultOfArrayOfFunderSpecificRuleVDgih6qX>