POST api/ACM/SaveACM
Request Information
URI Parameters
None.
Body Parameters
CPW_ACMDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ClinicalPathwayId | integer |
None. |
|
| ComponentType | integer |
None. |
|
| Status | integer |
None. |
|
| Id | integer |
None. |
|
| CaseNo | integer |
None. |
|
| CloseDate | date |
None. |
|
| OpenDate | date |
None. |
|
| CloseByName | string |
String length: inclusive between 0 and 100 |
|
| EmployeeId | string |
String length: inclusive between 0 and 12 |
|
| ACMFollowUpReasonId | integer |
None. |
|
| ClinicName | string |
String length: inclusive between 0 and 50 |
|
| ClinicEmail | string |
String length: inclusive between 0 and 30 |
|
| ClinicPhoneNumber | string |
String length: inclusive between 0 and 30 |
|
| ClinicFaxNumber | string |
String length: inclusive between 0 and 30 |
|
| WorkCompanyCaseManagerName | string |
String length: inclusive between 0 and 50 |
|
| WorkCompanyCaseManagerPhoneNumber | string |
String length: inclusive between 0 and 30 |
|
| WorkCompanyAdjusterName | string |
String length: inclusive between 0 and 50 |
|
| WorkCompanyAdjusterPhoneNumber | string |
String length: inclusive between 0 and 30 |
|
| HealthAndSafetyName | string |
String length: inclusive between 0 and 50 |
|
| HealthAndSafetyPhoneNumber | string |
String length: inclusive between 0 and 30 |
|
| IsTransferOfCare | boolean |
None. |
|
| TransferOfCareId | integer |
None. |
|
| Assessment | string |
String length: inclusive between 0 and 4000 |
|
| Recommendations | string |
String length: inclusive between 0 and 4000 |
|
| WorkStatusId | integer |
None. |
|
| WorkStatusValue | string |
String length: inclusive between 0 and 500 |
|
| WorkStatusStartDate | date |
None. |
|
| WorkStatusEndDate | date |
None. |
|
| WorkStatusIsOffRestOfShift | boolean |
None. |
|
| IsWorkStatusAvoidAggravation | boolean |
None. |
|
| LevelOfCareId | integer |
None. |
|
| PreviousInjuries | string |
String length: inclusive between 0 and 4000 |
|
| PatientPMHx | boolean |
None. |
|
| DescribePatientPMHx | string |
String length: inclusive between 0 and 4000 |
|
| Allergies | integer |
None. |
|
| DescribeAallergies | string |
String length: inclusive between 0 and 4000 |
|
| PatientMedication | boolean |
None. |
|
| DescribePatient | string |
String length: inclusive between 0 and 4000 |
|
| PatientFMHx | boolean |
None. |
|
| DescribePatientFMHx | string |
String length: inclusive between 0 and 4000 |
|
| PatientSurgHx | boolean |
None. |
|
| DescribePatientSurgHx | string |
String length: inclusive between 0 and 4000 |
|
| PatientSoclHx | boolean |
None. |
|
| DescribePatientSoclHx | string |
String length: inclusive between 0 and 4000 |
|
| COSFormModifiedDutyDTO | COSFormDetailDTO |
None. |
|
| COSFormWorkStatusOffWorkDTO | COSFormDetailDTO |
None. |
|
| LevelOfCareList | Collection of LevelOfCareDTO |
None. |
|
| InteractionType | integer |
None. |
|
| InteractionTypeName | string |
String length: inclusive between 0 and 100 |
|
| WorkStatusName | string |
String length: inclusive between 0 and 100 |
|
| Abbreviation | string |
String length: inclusive between 0 and 50 |
|
| CloseByFirstName | string |
String length: inclusive between 0 and 100 |
|
| CloseByLastName | string |
String length: inclusive between 0 and 100 |
|
| PatientCheckinId | integer |
None. |
|
| IsTetanusScreeningCompleted | boolean |
None. |
|
| TetanusBoosterGiven | integer |
None. |
|
| IsTetanusBoosterUpdateRequired | boolean |
None. |
|
| TetanusScreeningReasonForNA | integer |
None. |
|
| PHIUpdatedDate | date |
None. |
|
| PHIUpdatedUserID | integer |
None. |
|
| InterpreterUsed | integer |
None. |
|
| InterpreterReasonId | integer |
None. |
|
| OtherInterpreterReason | string |
String length: inclusive between 0 and 500 |
|
| InterpreterId | string |
None. |
|
| InterpreterName | string |
None. |
|
| Note | string |
String length: inclusive between 0 and 1000 |
|
| ValidFlag | boolean |
None. |
|
| DateCreated | date |
None. |
|
| DateUpdated | date |
None. |
|
| UserIDCreated | integer |
None. |
|
| UserIDUpdated | integer |
None. |
|
| CompanyCode | string |
String length: inclusive between 0 and 10 |
|
| IsExcludeDiscount | boolean |
None. |
Request Formats
application/json, text/json
{
"ClinicalPathwayId": 1,
"ComponentType": 2,
"Status": 3,
"Id": 4,
"CaseNo": 5,
"CloseDate": "2026-08-04T14:25:44.0974374-07:00",
"OpenDate": "2026-08-04T14:25:44.0974374-07:00",
"CloseByName": "sample string 6",
"EmployeeId": "sample string 7",
"ACMFollowUpReasonId": 1,
"ClinicName": "sample string 8",
"ClinicEmail": "sample string 9",
"ClinicPhoneNumber": "sample string 10",
"ClinicFaxNumber": "sample string 11",
"WorkCompanyCaseManagerName": "sample string 12",
"WorkCompanyCaseManagerPhoneNumber": "sample string 13",
"WorkCompanyAdjusterName": "sample string 14",
"WorkCompanyAdjusterPhoneNumber": "sample string 15",
"HealthAndSafetyName": "sample string 16",
"HealthAndSafetyPhoneNumber": "sample string 17",
"IsTransferOfCare": true,
"TransferOfCareId": 1,
"Assessment": "sample string 18",
"Recommendations": "sample string 19",
"WorkStatusId": 1,
"WorkStatusValue": "sample string 20",
"WorkStatusStartDate": "2026-08-04T14:25:44.0974374-07:00",
"WorkStatusEndDate": "2026-08-04T14:25:44.0974374-07:00",
"WorkStatusIsOffRestOfShift": true,
"IsWorkStatusAvoidAggravation": true,
"LevelOfCareId": 1,
"PreviousInjuries": "sample string 21",
"PatientPMHx": true,
"DescribePatientPMHx": "sample string 22",
"Allergies": 1,
"DescribeAallergies": "sample string 23",
"PatientMedication": true,
"DescribePatient": "sample string 24",
"PatientFMHx": true,
"DescribePatientFMHx": "sample string 25",
"PatientSurgHx": true,
"DescribePatientSurgHx": "sample string 26",
"PatientSoclHx": true,
"DescribePatientSoclHx": "sample string 27",
"COSFormModifiedDutyDTO": {
"COSFormEncounterObj": {
"EncounterId": 1,
"EntityId": 2,
"CaseNo": 3,
"EmployeeId": "sample string 4"
},
"COSFormQuestionList": [
{
"Id": 1,
"Name": "sample string 2",
"QuestionType": 3,
"CaseOutComeTypeId": 1,
"CaseOutComeType": "sample string 4",
"COSFormOptionList": [
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
],
"COSFormTypeId": 5,
"Form": "sample string 6",
"ParentLevel1": 1,
"OptionCount": 7,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 11,
"UserIDUpdated": 12,
"CompanyCode": "sample string 13",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"QuestionType": 3,
"CaseOutComeTypeId": 1,
"CaseOutComeType": "sample string 4",
"COSFormOptionList": [
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
],
"COSFormTypeId": 5,
"Form": "sample string 6",
"ParentLevel1": 1,
"OptionCount": 7,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 11,
"UserIDUpdated": 12,
"CompanyCode": "sample string 13",
"IsExcludeDiscount": true
}
],
"COSFormId": 1
},
"COSFormWorkStatusOffWorkDTO": {
"COSFormEncounterObj": {
"EncounterId": 1,
"EntityId": 2,
"CaseNo": 3,
"EmployeeId": "sample string 4"
},
"COSFormQuestionList": [
{
"Id": 1,
"Name": "sample string 2",
"QuestionType": 3,
"CaseOutComeTypeId": 1,
"CaseOutComeType": "sample string 4",
"COSFormOptionList": [
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
],
"COSFormTypeId": 5,
"Form": "sample string 6",
"ParentLevel1": 1,
"OptionCount": 7,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 11,
"UserIDUpdated": 12,
"CompanyCode": "sample string 13",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"QuestionType": 3,
"CaseOutComeTypeId": 1,
"CaseOutComeType": "sample string 4",
"COSFormOptionList": [
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
],
"COSFormTypeId": 5,
"Form": "sample string 6",
"ParentLevel1": 1,
"OptionCount": 7,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 11,
"UserIDUpdated": 12,
"CompanyCode": "sample string 13",
"IsExcludeDiscount": true
}
],
"COSFormId": 1
},
"LevelOfCareList": [
{
"Id": 1,
"Name": "sample string 2",
"Sequence": 3,
"PermissionCode": "sample string 4",
"Rank": 5,
"ListSubLevelOfCare": [
{
"Id": 1,
"Name": "sample string 2",
"Sequence": 3,
"LevelOfCareId": 4,
"AnswerValue": 5,
"EncounterId": 6,
"AddendumId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"Sequence": 3,
"LevelOfCareId": 4,
"AnswerValue": 5,
"EncounterId": 6,
"AddendumId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
],
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 9,
"UserIDUpdated": 10,
"CompanyCode": "sample string 11",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"Sequence": 3,
"PermissionCode": "sample string 4",
"Rank": 5,
"ListSubLevelOfCare": [
{
"Id": 1,
"Name": "sample string 2",
"Sequence": 3,
"LevelOfCareId": 4,
"AnswerValue": 5,
"EncounterId": 6,
"AddendumId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"Sequence": 3,
"LevelOfCareId": 4,
"AnswerValue": 5,
"EncounterId": 6,
"AddendumId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
],
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 9,
"UserIDUpdated": 10,
"CompanyCode": "sample string 11",
"IsExcludeDiscount": true
}
],
"InteractionType": 1,
"InteractionTypeName": "sample string 28",
"WorkStatusName": "sample string 29",
"Abbreviation": "sample string 30",
"CloseByFirstName": "sample string 31",
"CloseByLastName": "sample string 32",
"PatientCheckinId": 1,
"IsTetanusScreeningCompleted": true,
"TetanusBoosterGiven": 1,
"IsTetanusBoosterUpdateRequired": true,
"TetanusScreeningReasonForNA": 1,
"PHIUpdatedDate": "2026-08-04T14:25:44.0974374-07:00",
"PHIUpdatedUserID": 1,
"InterpreterUsed": 1,
"InterpreterReasonId": 1,
"OtherInterpreterReason": "sample string 33",
"InterpreterId": "sample string 34",
"InterpreterName": "sample string 35",
"Note": "sample string 36",
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.0974374-07:00",
"DateUpdated": "2026-08-04T14:25:44.0974374-07:00",
"UserIDCreated": 40,
"UserIDUpdated": 41,
"CompanyCode": "sample string 42",
"IsExcludeDiscount": true
}
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
AsapResponseOfCPW_ACMDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| jsonObj | CPW_ACMDTO |
None. |
|
| totalCount | integer |
None. |
Response Formats
application/json, text/json
{
"isSuccess": true,
"message": "sample string 2",
"jsonObj": {
"ClinicalPathwayId": 1,
"ComponentType": 2,
"Status": 3,
"Id": 4,
"CaseNo": 5,
"CloseDate": "2026-08-04T14:25:44.1287049-07:00",
"OpenDate": "2026-08-04T14:25:44.1287049-07:00",
"CloseByName": "sample string 6",
"EmployeeId": "sample string 7",
"ACMFollowUpReasonId": 1,
"ClinicName": "sample string 8",
"ClinicEmail": "sample string 9",
"ClinicPhoneNumber": "sample string 10",
"ClinicFaxNumber": "sample string 11",
"WorkCompanyCaseManagerName": "sample string 12",
"WorkCompanyCaseManagerPhoneNumber": "sample string 13",
"WorkCompanyAdjusterName": "sample string 14",
"WorkCompanyAdjusterPhoneNumber": "sample string 15",
"HealthAndSafetyName": "sample string 16",
"HealthAndSafetyPhoneNumber": "sample string 17",
"IsTransferOfCare": true,
"TransferOfCareId": 1,
"Assessment": "sample string 18",
"Recommendations": "sample string 19",
"WorkStatusId": 1,
"WorkStatusValue": "sample string 20",
"WorkStatusStartDate": "2026-08-04T14:25:44.1287049-07:00",
"WorkStatusEndDate": "2026-08-04T14:25:44.1287049-07:00",
"WorkStatusIsOffRestOfShift": true,
"IsWorkStatusAvoidAggravation": true,
"LevelOfCareId": 1,
"PreviousInjuries": "sample string 21",
"PatientPMHx": true,
"DescribePatientPMHx": "sample string 22",
"Allergies": 1,
"DescribeAallergies": "sample string 23",
"PatientMedication": true,
"DescribePatient": "sample string 24",
"PatientFMHx": true,
"DescribePatientFMHx": "sample string 25",
"PatientSurgHx": true,
"DescribePatientSurgHx": "sample string 26",
"PatientSoclHx": true,
"DescribePatientSoclHx": "sample string 27",
"COSFormModifiedDutyDTO": {
"COSFormEncounterObj": {
"EncounterId": 1,
"EntityId": 2,
"CaseNo": 3,
"EmployeeId": "sample string 4"
},
"COSFormQuestionList": [
{
"Id": 1,
"Name": "sample string 2",
"QuestionType": 3,
"CaseOutComeTypeId": 1,
"CaseOutComeType": "sample string 4",
"COSFormOptionList": [
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
],
"COSFormTypeId": 5,
"Form": "sample string 6",
"ParentLevel1": 1,
"OptionCount": 7,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 11,
"UserIDUpdated": 12,
"CompanyCode": "sample string 13",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"QuestionType": 3,
"CaseOutComeTypeId": 1,
"CaseOutComeType": "sample string 4",
"COSFormOptionList": [
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
],
"COSFormTypeId": 5,
"Form": "sample string 6",
"ParentLevel1": 1,
"OptionCount": 7,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 11,
"UserIDUpdated": 12,
"CompanyCode": "sample string 13",
"IsExcludeDiscount": true
}
],
"COSFormId": 1
},
"COSFormWorkStatusOffWorkDTO": {
"COSFormEncounterObj": {
"EncounterId": 1,
"EntityId": 2,
"CaseNo": 3,
"EmployeeId": "sample string 4"
},
"COSFormQuestionList": [
{
"Id": 1,
"Name": "sample string 2",
"QuestionType": 3,
"CaseOutComeTypeId": 1,
"CaseOutComeType": "sample string 4",
"COSFormOptionList": [
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
],
"COSFormTypeId": 5,
"Form": "sample string 6",
"ParentLevel1": 1,
"OptionCount": 7,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 11,
"UserIDUpdated": 12,
"CompanyCode": "sample string 13",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"QuestionType": 3,
"CaseOutComeTypeId": 1,
"CaseOutComeType": "sample string 4",
"COSFormOptionList": [
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"COSQuestionId": 3,
"NeedMoreInfo": true,
"ParentId": 1,
"QuestionName": "sample string 5",
"AnswerValue": 1,
"AnswerDetail": "sample string 6",
"ParentLevel1": 1,
"COSFormId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
],
"COSFormTypeId": 5,
"Form": "sample string 6",
"ParentLevel1": 1,
"OptionCount": 7,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 11,
"UserIDUpdated": 12,
"CompanyCode": "sample string 13",
"IsExcludeDiscount": true
}
],
"COSFormId": 1
},
"LevelOfCareList": [
{
"Id": 1,
"Name": "sample string 2",
"Sequence": 3,
"PermissionCode": "sample string 4",
"Rank": 5,
"ListSubLevelOfCare": [
{
"Id": 1,
"Name": "sample string 2",
"Sequence": 3,
"LevelOfCareId": 4,
"AnswerValue": 5,
"EncounterId": 6,
"AddendumId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"Sequence": 3,
"LevelOfCareId": 4,
"AnswerValue": 5,
"EncounterId": 6,
"AddendumId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
],
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 9,
"UserIDUpdated": 10,
"CompanyCode": "sample string 11",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"Sequence": 3,
"PermissionCode": "sample string 4",
"Rank": 5,
"ListSubLevelOfCare": [
{
"Id": 1,
"Name": "sample string 2",
"Sequence": 3,
"LevelOfCareId": 4,
"AnswerValue": 5,
"EncounterId": 6,
"AddendumId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
},
{
"Id": 1,
"Name": "sample string 2",
"Sequence": 3,
"LevelOfCareId": 4,
"AnswerValue": 5,
"EncounterId": 6,
"AddendumId": 1,
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 10,
"UserIDUpdated": 11,
"CompanyCode": "sample string 12",
"IsExcludeDiscount": true
}
],
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 9,
"UserIDUpdated": 10,
"CompanyCode": "sample string 11",
"IsExcludeDiscount": true
}
],
"InteractionType": 1,
"InteractionTypeName": "sample string 28",
"WorkStatusName": "sample string 29",
"Abbreviation": "sample string 30",
"CloseByFirstName": "sample string 31",
"CloseByLastName": "sample string 32",
"PatientCheckinId": 1,
"IsTetanusScreeningCompleted": true,
"TetanusBoosterGiven": 1,
"IsTetanusBoosterUpdateRequired": true,
"TetanusScreeningReasonForNA": 1,
"PHIUpdatedDate": "2026-08-04T14:25:44.1287049-07:00",
"PHIUpdatedUserID": 1,
"InterpreterUsed": 1,
"InterpreterReasonId": 1,
"OtherInterpreterReason": "sample string 33",
"InterpreterId": "sample string 34",
"InterpreterName": "sample string 35",
"Note": "sample string 36",
"ValidFlag": true,
"DateCreated": "2026-08-04T14:25:44.1287049-07:00",
"DateUpdated": "2026-08-04T14:25:44.1287049-07:00",
"UserIDCreated": 40,
"UserIDUpdated": 41,
"CompanyCode": "sample string 42",
"IsExcludeDiscount": true
},
"totalCount": 3
}