GET patient/addresstype?session_id={session_id}
Get patient address types. this is needed when adding different address types for a new patient
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| session_id | string |
None. |
Body Parameters
None.
Response Information
Resource Description
replyAddressType| Name | Description | Type | Additional information |
|---|---|---|---|
| address_types | Collection of replyAddressTypeInfo |
None. |
|
| status | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"address_types": [
{
"add_type_id": 1,
"add_type_desc": "sample string 2"
},
{
"add_type_id": 1,
"add_type_desc": "sample string 2"
}
],
"status": 1,
"message": "sample string 2"
}