Skip to content

Commit

Permalink
Allow array on setPatientIdentifierList field (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
luilliarcec authored Feb 4, 2024
1 parent 4a68e90 commit 50ca9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HL7/Segments/PID.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 50ca9d5

Please sign in to comment.