Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2c115a6b authored by Vincent Hofman's avatar Vincent Hofman
Browse files

Adaptations + issues' corrections

parent c9d007a2
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
"checks": [
{
"type": "REGEX",
"regex": "^(\\S)+\\/Patient\\/(\\S)+$"
"regex": "^(\\S)*\\/Patient\\/(\\S)+$"
}
]
},
......
......@@ -57,5 +57,5 @@ This validation profile's documentation references:
|--- |--- |--- |--- |
| GETMethodChecking | FIXEDVALUE | GET | HTTP method shall be GET |
| HTTP1VersionChecking | FIXEDVALUE | HTTP/1.1 | The HTTP version shall be HTTP/1.1 |
| URIRegexChecking | REGEX | `^(\S)+\/Patient\/(\S)+$` | URI path of the request shall be followed by the PDQm resource |
| URIRegexChecking | REGEX | `^(\S)*\/Patient\/(\S)+$` | URI path of the request shall be followed by the PDQm resource |
| HostChecking | REGEX | `^(http[s]?:\/\/)?[a-zA-Z0-9.\-\/]+(\:(\d)+)?$` | Host Shall be a server name |
\ No newline at end of file
......@@ -7,7 +7,7 @@ Host: gazelle.ihe.net
GET PatientDemographicsSupplier/Patient?gender=female HTTP/1.1
Host: gazelle.ihe.net
GET CareServicePatientDemographicsSuppliersSelectiveSupplier/Patient?gender=Female HTTP/1.1
GET PatientDemographicsSupplier/Patient?gender=Female HTTP/1.1
Host: gazelle.ihe.net
GET PatientDemographicsSupplier/Patient?gender=other HTTP/1.1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment