Skip to content

Commit

Permalink
Added new professions and renamed Tandprothetica in ResponseParser (#19)
Browse files Browse the repository at this point in the history
* Added new professions Physician assistants, Klinisch technologen, Klinisch Fysici in ResponseParser

* Renamed Tandprothetica to Tandprothetici in ResponseParser
  • Loading branch information
Erik van Wingerden committed Nov 29, 2016
1 parent b357b5d commit 5f4c026
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions src/Wb/BigRegister/SoapClient/ResponseParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,12 @@ protected function getProfession($code)
'18' => 'Apotheekhoudende artsen',
'25' => 'Gz-psychologen',
'30' => 'Verpleegkundigen',
'81' => 'Physician assistants',
'82' => 'Klinisch technologen',
'83' => 'Apothekersassistenten',
'84' => 'Klinisch Fysici',
'85' => 'Tandprothetici',
'86' => 'Verzorgenden individuele gezondheidszorg',
'87' => 'Optometristen',
'88' => 'Huidtherapeuten',
'89' => 'Diëtisten',
Expand All @@ -133,10 +139,7 @@ protected function getProfession($code)
'96' => 'Podotherapeuten',
'97' => 'Radiodiagnostisch laboranten',
'98' => 'Radiotherapeutisch laboranten',
'99' => 'Onbekend',
'83' => 'Apothekersassistenten',
'85' => 'Tandprothetica',
'86' => 'Verzorgenden individuele gezondheidszorg'
'99' => 'Onbekend'
);
if (isset($list[$code])) {
return $list[$code];
Expand Down

0 comments on commit 5f4c026

Please sign in to comment.