GET api/v1/Provider/ROMTest/GetPatientID?TracPatchUUID={TracPatchUUID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TracPatchUUID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ActionResultViewModelOfPatientSearchViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StatusCode | integer |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
|
| Result | PatientSearchViewModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"StatusCode": 1,
"Success": true,
"Message": "sample string 3",
"Result": {
"UserID": "sample string 1",
"SSN": "sample string 2",
"PatientNotes": {
"ID": 1,
"PatientID": 2,
"ProviderID": 3,
"Title": "sample string 4",
"Notes": "sample string 5",
"CreatedDate": "2025-10-26T22:44:41.7018493+00:00",
"UpdatedDate": "2025-10-26T22:44:41.7018493+00:00",
"SubmittedDate": "sample string 7",
"StrCreatedDate": "sample string 8",
"StrUpdatedDate": "sample string 9",
"SubmittedDateTime": "2025-10-26T22:44:41.7018493+00:00"
},
"DOB": "2025-10-26T22:44:41.7018493+00:00",
"DPO": 4.1,
"SurgeryDate": "2025-10-26T22:44:41.7018493+00:00",
"IsPendingKSSSurvey": true,
"Notifications": [
{
"ID": 1,
"PatientID": 2,
"DeviceID": "sample string 3",
"NotificationType": 1,
"NotificationValue": "sample string 4",
"TimeStamp": "2025-10-26T22:44:41.7018493+00:00",
"IsNotified": true
},
{
"ID": 1,
"PatientID": 2,
"DeviceID": "sample string 3",
"NotificationType": 1,
"NotificationValue": "sample string 4",
"TimeStamp": "2025-10-26T22:44:41.7018493+00:00",
"IsNotified": true
}
],
"PatientID": 7,
"FirstName": "sample string 8",
"LastName": "sample string 9",
"TracPatchUID": "sample string 10",
"TracPatchUIDTibia": "sample string 11",
"ImagePath": "sample string 12"
}
}
application/xml, text/xml
Sample:
<ActionResultViewModelOfPatientSearchViewModel9WakHX_Pk xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Consensus.Ortho.Web.ViewModels.ResultViewModels">
<Message>sample string 3</Message>
<Result xmlns:d2p1="http://schemas.datacontract.org/2004/07/Consensus.Ortho.Services.ViewModels.PatientsViewModels">
<d2p1:FirstName>sample string 8</d2p1:FirstName>
<d2p1:ImagePath>sample string 12</d2p1:ImagePath>
<d2p1:LastName>sample string 9</d2p1:LastName>
<d2p1:PatientID>7</d2p1:PatientID>
<d2p1:TracPatchUID>sample string 10</d2p1:TracPatchUID>
<d2p1:TracPatchUIDTibia>sample string 11</d2p1:TracPatchUIDTibia>
<d2p1:DOB>2025-10-26T22:44:41.7018493+00:00</d2p1:DOB>
<d2p1:DPO>4.1</d2p1:DPO>
<d2p1:IsPendingKSSSurvey>true</d2p1:IsPendingKSSSurvey>
<d2p1:Notifications>
<d2p1:NotificationViewModel>
<d2p1:DeviceID>sample string 3</d2p1:DeviceID>
<d2p1:ID>1</d2p1:ID>
<d2p1:IsNotified>true</d2p1:IsNotified>
<d2p1:NotificationType>Temperature</d2p1:NotificationType>
<d2p1:NotificationValue>sample string 4</d2p1:NotificationValue>
<d2p1:PatientID>2</d2p1:PatientID>
<d2p1:TimeStamp>2025-10-26T22:44:41.7018493+00:00</d2p1:TimeStamp>
</d2p1:NotificationViewModel>
<d2p1:NotificationViewModel>
<d2p1:DeviceID>sample string 3</d2p1:DeviceID>
<d2p1:ID>1</d2p1:ID>
<d2p1:IsNotified>true</d2p1:IsNotified>
<d2p1:NotificationType>Temperature</d2p1:NotificationType>
<d2p1:NotificationValue>sample string 4</d2p1:NotificationValue>
<d2p1:PatientID>2</d2p1:PatientID>
<d2p1:TimeStamp>2025-10-26T22:44:41.7018493+00:00</d2p1:TimeStamp>
</d2p1:NotificationViewModel>
</d2p1:Notifications>
<d2p1:PatientNotes xmlns:d3p1="http://schemas.datacontract.org/2004/07/Consensus.Ortho.Services.ViewModels.ProviderViewModels">
<d3p1:CreatedDate>2025-10-26T22:44:41.7018493+00:00</d3p1:CreatedDate>
<d3p1:ID>1</d3p1:ID>
<d3p1:Notes>sample string 5</d3p1:Notes>
<d3p1:PatientID>2</d3p1:PatientID>
<d3p1:ProviderID>3</d3p1:ProviderID>
<d3p1:StrCreatedDate>sample string 8</d3p1:StrCreatedDate>
<d3p1:StrUpdatedDate>sample string 9</d3p1:StrUpdatedDate>
<d3p1:SubmittedDate>sample string 7</d3p1:SubmittedDate>
<d3p1:SubmittedDateTime>2025-10-26T22:44:41.7018493+00:00</d3p1:SubmittedDateTime>
<d3p1:Title>sample string 4</d3p1:Title>
<d3p1:UpdatedDate>2025-10-26T22:44:41.7018493+00:00</d3p1:UpdatedDate>
</d2p1:PatientNotes>
<d2p1:SSN>sample string 2</d2p1:SSN>
<d2p1:SurgeryDate>2025-10-26T22:44:41.7018493+00:00</d2p1:SurgeryDate>
<d2p1:UserID>sample string 1</d2p1:UserID>
</Result>
<StatusCode>1</StatusCode>
<Success>true</Success>
</ActionResultViewModelOfPatientSearchViewModel9WakHX_Pk>