GET PlanCare2Api/Relations/{relationId}/Correlations/Treatment
Get treatment-correlations by relation.
Relation(s) can be of the following types: Client, Employee, Family
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| relationId |
Id of relation. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Treatment-correlations.
Collection of RelationCorrelationTreatmentSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| CorrelationId |
CorrelationId |
integer |
None |
| SourceRelationId |
SourceRelationId |
integer |
None |
| SourceRelationLookUpName |
SourceRelationLookUpName |
string |
None |
| TargetRelationId |
TargetRelationId |
integer |
None |
| TargetRelationLookUpName |
TargetRelationLookUpName |
string |
None |
| CorrelationRoleId |
CorrelationRoleId |
globally unique identifier |
None |
| CorrelationRoleName |
CorrelationRoleName |
string |
None |
| DisciplineId |
DisciplineId |
integer |
None |
| DisciplineName |
DisciplineName |
string |
None |
| ExcludeFromDossier |
Exclude from dossier |
boolean |
None |
| Priority |
Priority |
integer |
None |
| StartDate |
Start date |
date |
None |
| EndDate |
End date |
date |
None |
| Description |
Description |
string |
None |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.