Naar de hoofdinhoud

Titulariswijziging in de Cloud via een file

H
Geschreven door Hugues Florquin

🔗 Source article (Salesforce): None


1. Ga na of de apotheek al bestaat in de Cloud
2. Maak een gebruikersfile aan
3. Laad de file op in minio



Titulariswijziging in de Cloud via een file

Een titularis wijzigen in de Cloud applicatie via UI is alleen mogelijk als de toekomstige titularis aanwezig is op een moment dat ook iemand met voldoende rechten aanwezig is in de apotheek.
In alle andere gevallen moeten we via deze back-up procedure werken die gebruik maakt van de import files die gebruikt werden voor het aanmaken van de apotheek. Als een apotheek reeds is aangemaakt in de cloud zal deze geupdate worden met de nieuwe informatie. Als we dus zorgen voor files die de gegevens van de nieuwe titularis bevatten, zal de Cloud correct geupdate worden.

1. Ga na of de apotheek al bestaat in de Cloud.

Ga dit na op Pharma Admin graphQL (https://pharma-admin.careconnect.be/graphql/) met de volgende query die gebruik maak van de NIHII van de apotheek.

query entitiesWithNihii{

entities (where: {nihiiNumber: {eq: "21360190"} }) {

nodes{

tenantIdMedicalRecord tenantNameMedicalRecord name

createdAt updatedAt nihiiNumber

}

}

}

[ IMAGE: A screenshot of a computer Description automatically generated ]

[ IMAGE: knowledge Aandacht.png ]

Als je geen data te zien krijgt aan de rechter kant van het scherm dan bestaat deze apotheek nog niet. Stop hier!

2. Maak een gebruikersfile aan

De nieuwe titularis moet aangemaakt worden in de Cloud opdat deze zou kunnen inloggen in de applicatie en de nodige aanpassingen kan doen via de UI. Vul de gebruikersfile in met de gegevens van de nieuwe gebruiker, de nieuwe titularis, van de apotheek.

Voorbeelden en de beschrijving van zo een file kan je in onderstaande URL vinden.

  • User: YYYYMMDD_TitularyChange_Users_[otherinfo].csv

3. Laad de file op in minio

Login met gegevens die je kreeg van Internal IT.
Plaats de files in de bucket Pharmacare, map Import.

4. Execute calls via swagger

An import exists for entities and users:

[ IMAGE: A screenshot of a computer Description automatically generated ]

1. Elapse the importusers

2. Click on Try it out

3. Change the bucketName to “pharmacare” (bucket where you deposited the file)

- Attention: case sensitive

4. Change the objectName to “Import/[YOUR_FILE_NAME_WITH_EXTENSION]”

- Attention: case sensitive

5. Execute

- In case file content was correct, import will be succesfull

- Else, an error will tell you what is wrong

Once the file is succesfully uploaded the new titulary will be able to login to the pharmacy via Passport on https://pharma.careconnect.be

  1. Update titulary in cloud application

  • Go to My pharmacy in settings Cloud application, go to the tab eHealth

  • Select in the field “Titulary” the newly created user as titulary (1)

  • Only users who aren’t titulary in another pharmacy of the group can be selected!

  • Enter the NIHII (NL: RIZIV, FR: INAMI) number of the new titulary (11 numbers, starts with 2, ends with 001) (2).

The NISS number is automatically taken from the user that was selected and cannot be changed.

[ IMAGE: A screenshot of a computer Description automatically generated ]

[ IMAGE: A screenshot of a computer Description automatically generated ]

[ IMAGE: A screenshot of a computer Description automatically generated ]

Example of a titulary Example of non-titulary

  • Save

  1. Change eHealth configuration in CCP

  • Fill in details of new titulary pharmacist (take a backup of old data just in case)

Was dit een antwoord op uw vraag?