Skip to content

Commit 3a00cd3

Browse files
committed
latest from v4
1 parent 7bcb4ee commit 3a00cd3

File tree

11,382 files changed

+144207
-117195
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,382 files changed

+144207
-117195
lines changed

src/DCarbone/PHPFHIRGenerated/Autoloader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
77
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
88
*
9-
* Class creation date: February 11th, 2025 21:54+0000
9+
* Class creation date: February 12th, 2025 19:32+0000
1010
*
1111
* PHPFHIR Copyright:
1212
*

src/DCarbone/PHPFHIRGenerated/Client/AbstractClientException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
77
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
88
*
9-
* Class creation date: February 11th, 2025 21:54+0000
9+
* Class creation date: February 12th, 2025 19:32+0000
1010
*
1111
* PHPFHIR Copyright:
1212
*

src/DCarbone/PHPFHIRGenerated/Client/Client.php

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
77
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
88
*
9-
* Class creation date: February 11th, 2025 21:54+0000
9+
* Class creation date: February 12th, 2025 19:32+0000
1010
*
1111
* PHPFHIR Copyright:
1212
*
@@ -41,7 +41,7 @@ class Client implements ClientInterface
4141
private const _BASE_CURL_OPTS = [
4242
CURLOPT_FOLLOWLOCATION => true,
4343
CURLOPT_RETURNTRANSFER => true,
44-
CURLOPT_USERAGENT => 'php-fhir client (build: February 11th, 2025 21:54+0000;)',
44+
CURLOPT_USERAGENT => 'php-fhir client (build: February 12th, 2025 19:32+0000;)',
4545
];
4646

4747
protected Config $_config;
@@ -125,10 +125,12 @@ public function exec(Request $request): Response
125125
$rc->err = $err;
126126
$rc->errno = $errno;
127127

128-
if ($parseResponseHeaders) {
129-
$rc->resp = substr($resp, $rc->headers->getLength());
130-
} else {
131-
$rc->resp = $resp;
128+
if (0 === $errno) {
129+
if ($parseResponseHeaders) {
130+
$rc->resp = substr($resp, $rc->headers->getLength());
131+
} else {
132+
$rc->resp = $resp;
133+
}
132134
}
133135

134136
return $rc;

src/DCarbone/PHPFHIRGenerated/Client/ClientErrorException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
77
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
88
*
9-
* Class creation date: February 11th, 2025 21:54+0000
9+
* Class creation date: February 12th, 2025 19:32+0000
1010
*
1111
* PHPFHIR Copyright:
1212
*

src/DCarbone/PHPFHIRGenerated/Client/ClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
77
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
88
*
9-
* Class creation date: February 11th, 2025 21:54+0000
9+
* Class creation date: February 12th, 2025 19:32+0000
1010
*
1111
* PHPFHIR Copyright:
1212
*

src/DCarbone/PHPFHIRGenerated/Client/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
77
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
88
*
9-
* Class creation date: February 11th, 2025 21:54+0000
9+
* Class creation date: February 12th, 2025 19:32+0000
1010
*
1111
* PHPFHIR Copyright:
1212
*

src/DCarbone/PHPFHIRGenerated/Client/HTTPMethodEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
77
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
88
*
9-
* Class creation date: February 11th, 2025 21:54+0000
9+
* Class creation date: February 12th, 2025 19:32+0000
1010
*
1111
* PHPFHIR Copyright:
1212
*

src/DCarbone/PHPFHIRGenerated/Client/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
77
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
88
*
9-
* Class creation date: February 11th, 2025 21:54+0000
9+
* Class creation date: February 12th, 2025 19:32+0000
1010
*
1111
* PHPFHIR Copyright:
1212
*

src/DCarbone/PHPFHIRGenerated/Client/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
77
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
88
*
9-
* Class creation date: February 11th, 2025 21:54+0000
9+
* Class creation date: February 12th, 2025 19:32+0000
1010
*
1111
* PHPFHIR Copyright:
1212
*

src/DCarbone/PHPFHIRGenerated/Client/ResponseFormatEnum.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* This class was generated with the PHPFHIR library (https://github.com/dcarbone/php-fhir) using
77
* class definitions from HL7 FHIR (https://www.hl7.org/fhir/)
88
*
9-
* Class creation date: February 11th, 2025 21:54+0000
9+
* Class creation date: February 12th, 2025 19:32+0000
1010
*
1111
* PHPFHIR Copyright:
1212
*

0 commit comments

Comments
 (0)