GET Patient/ByCriteria?patientUuid={patientUuid}&sourceSettings={sourceSettings}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| patientUuid | string |
Required |
|
| sourceSettings | string |
None. |
Body Parameters
None.
Response Information
Resource Description
PatientCriteriaDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ExternalPatientId |
ExternalPatientID |
string |
None. |
| PersonalId |
Personal ID |
string |
None. |
| InternalPatientUid |
Internal Patient ID |
string |
None. |
| LastName |
LastName |
string |
None. |
| FirstName |
FirstName |
string |
None. |
| MiddleName |
MiddleName |
string |
None. |
| SuffixName |
SuffixName Color |
string |
None. |
| AliasPatientName |
AliasPatientName |
string |
None. |
| LocaleIndependentDob |
LocaleIndependentDOB |
string |
None. |
| gender |
gender |
string |
None. |
| Race |
race |
string |
None. |
| HomePhone |
homePhone |
string |
None. |
| WorkPhone |
workPhone |
string |
None. |
| StreetAddress |
streetAddress |
string |
None. |
| VnaSetting | VnaSettings |
None. |
|
| SCVSetting | SCVSettings |
None. |
|
| EpiphanySetting | EpiphanySettings |
None. |
Response Formats
application/json, text/json
Sample:
{
"ExternalPatientId": "sample string 1",
"PersonalId": "sample string 2",
"InternalPatientUid": "sample string 3",
"LastName": "sample string 4",
"FirstName": "sample string 5",
"MiddleName": "sample string 6",
"SuffixName": "sample string 7",
"AliasPatientName": "sample string 8",
"LocaleIndependentDob": "sample string 9",
"gender": "sample string 10",
"Race": "sample string 11",
"HomePhone": "sample string 12",
"WorkPhone": "sample string 13",
"StreetAddress": "sample string 14",
"VnaSetting": {
"QidoApiBaseUrl": "sample string 1",
"RestApiBaseUrl": "sample string 2",
"VnaHostName": "sample string 3",
"VnaAuthorizationUser": "sample string 4",
"VnaAuthorizationPassword": "sample string 5",
"ClientSecret": "sample string 6",
"TargetOrganizationName": "sample string 7",
"RetrieveCacheExpirationMinutes": 8,
"FinalizedStatusCode": 9,
"DataSourceName": "sample string 10",
"VnaUserAgent": "sample string 11",
"IsVnaECVConfigured": true,
"IsVnaICVConfigured": true,
"VNAAuthMode": 0
},
"SCVSetting": {
"DataSourceName": "sample string 1",
"SCVLogin": "sample string 2",
"SCVPassword": "sample string 3",
"SCVDatabase": "sample string 4",
"SCVImageDirectory": "sample string 5",
"SCVDicomDatabase": "sample string 6",
"SCVSqlServer": "sample string 7",
"IsScvECVConfigured": true,
"IsScvICVConfigured": true,
"SCVReportTxtDir": "sample string 10",
"SCVCommonViewConfiguration": [
{
"LastName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"FirstName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"PatientUid": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"SuffixName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"MiddleName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"Gender": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"DateOfBirth": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"Match": 1
},
{
"LastName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"FirstName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"PatientUid": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"SuffixName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"MiddleName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"Gender": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"DateOfBirth": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"Match": 1
}
]
},
"EpiphanySetting": {
"DatabaseProperties": {
"Username": "sample string 1",
"Password": "sample string 2",
"Hostname": "sample string 3",
"Port": 4,
"Schema": "sample string 5",
"MaxCacheSize": 6
},
"CommonViewConfiguration": [
{
"LastName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"FirstName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"PatientUid": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"SuffixName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"MiddleName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"Gender": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"DateOfBirth": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"Match": 1
},
{
"LastName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"FirstName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"PatientUid": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"SuffixName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"MiddleName": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"Gender": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"DateOfBirth": {
"IsConfigured": true,
"IncludeNumberOfChar": 2
},
"Match": 1
}
],
"isEpiphanyCommonViewEnabled": true,
"BaseUri": "sample string 2"
}
}