POST Patient/ByCriteria?patientUuid={patientUuid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
patientUuid | string |
Required |
Body Parameters
SCVSettingsName | Description | Type | Additional information |
---|---|---|---|
DataSourceName | string |
None. |
|
SCVLogin | string |
None. |
|
SCVPassword | string |
None. |
|
SCVDatabase | string |
None. |
|
SCVImageDirectory | string |
None. |
|
SCVDicomDatabase | string |
None. |
|
SCVSqlServer | string |
None. |
|
IsScvECVConfigured | boolean |
None. |
|
IsScvICVConfigured | boolean |
None. |
|
SCVReportTxtDir | string |
None. |
|
SCVCommonViewConfiguration | Collection of ExtraneousCommonViewConfiguration |
None. |
Request Formats
application/json, text/json
Sample:
{ "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 } ] }
application/xml, text/xml
Sample:
<SCVSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.Workflow.Engine.Models.Worklists"> <DataSourceName>sample string 1</DataSourceName> <IsScvECVConfigured>true</IsScvECVConfigured> <IsScvICVConfigured>true</IsScvICVConfigured> <SCVCommonViewConfiguration xmlns:d2p1="http://schemas.datacontract.org/2004/07/Fujifilm.Synapse.WebApi.Core.Models.MultiDataSource"> <d2p1:ExtraneousCommonViewConfiguration> <d2p1:DateOfBirth> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:DateOfBirth> <d2p1:FirstName> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:FirstName> <d2p1:Gender> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:Gender> <d2p1:LastName> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:LastName> <d2p1:Match>1</d2p1:Match> <d2p1:MiddleName> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:MiddleName> <d2p1:PatientUid> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:PatientUid> <d2p1:SuffixName> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:SuffixName> </d2p1:ExtraneousCommonViewConfiguration> <d2p1:ExtraneousCommonViewConfiguration> <d2p1:DateOfBirth> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:DateOfBirth> <d2p1:FirstName> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:FirstName> <d2p1:Gender> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:Gender> <d2p1:LastName> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:LastName> <d2p1:Match>1</d2p1:Match> <d2p1:MiddleName> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:MiddleName> <d2p1:PatientUid> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:PatientUid> <d2p1:SuffixName> <d2p1:IncludeNumberOfChar>2</d2p1:IncludeNumberOfChar> <d2p1:IsConfigured>true</d2p1:IsConfigured> </d2p1:SuffixName> </d2p1:ExtraneousCommonViewConfiguration> </SCVCommonViewConfiguration> <SCVDatabase>sample string 4</SCVDatabase> <SCVDicomDatabase>sample string 6</SCVDicomDatabase> <SCVImageDirectory>sample string 5</SCVImageDirectory> <SCVLogin>sample string 2</SCVLogin> <SCVPassword>sample string 3</SCVPassword> <SCVReportTxtDir>sample string 10</SCVReportTxtDir> <SCVSqlServer>sample string 7</SCVSqlServer> </SCVSettings>
Response Information
Resource Description
PatientCriteriaDtoName | 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" } }