From 50ca9d5276b3ba91b07d68da6dec3975bf6f5c1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Andr=C3=A9s=20Arce=20C?= Date: Sun, 4 Feb 2024 05:12:29 -0500 Subject: [PATCH] Allow array on setPatientIdentifierList field (#117) --- src/HL7/Segments/PID.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HL7/Segments/PID.php b/src/HL7/Segments/PID.php index 03cfec7..c6c4ed1 100644 --- a/src/HL7/Segments/PID.php +++ b/src/HL7/Segments/PID.php @@ -51,7 +51,7 @@ public function setPatientID($value, int $position = 2) /** * Patient ID (Internal ID) - * @param string $value + * @param string|array $value */ public function setPatientIdentifierList($value, int $position = 3): bool {