Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| integration:nhlmis [2026/03/04 18:08] – [Other setup] Gary Willetts | integration:nhlmis [2026/07/22 16:00] (current) – Gary Willetts | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| <WRAP important center round 90%> | <WRAP important center round 90%> | ||
| Currently, there is no functionality to show the program a particular order is for or to force the selection of stock that belongs to the correct program. This might be added in a future upgrade. | Currently, there is no functionality to show the program a particular order is for or to force the selection of stock that belongs to the correct program. This might be added in a future upgrade. | ||
| + | </ | ||
| + | |||
| + | <WRAP info center round 90%> | ||
| + | The NHLMIS API detail is here: http:// | ||
| </ | </ | ||
| Line 41: | Line 45: | ||
| **Send shipments preferences** | **Send shipments preferences** | ||
| - | * **Send shipments checkbox:** If this is checked then mSupply will send shipments to NHLMIS. If it is unchecked then no sipments | + | * **Send shipments checkbox:** If this is checked then mSupply will send shipments to NHLMIS. If it is unchecked then no shipments |
| * **No. times to retry sends:** The maximum number of times to try resending shipments that failed to reach NHLMIS. | * **No. times to retry sends:** The maximum number of times to try resending shipments that failed to reach NHLMIS. | ||
| * **Minutes between retries:** The number of minutes to leave between attempting to resend shipments that failed to reach NHLMIS. | * **Minutes between retries:** The number of minutes to leave between attempting to resend shipments that failed to reach NHLMIS. | ||
| Line 66: | Line 70: | ||
| * **Donors:** make sure all donors representing NHLMIS funders are created and visible in all stores selected in the **Stores to send stock and receive requisitions for** table in the //File > Preferences > NHLMIS// tab as described above. The code of the donor must match the funder name in NHLMIS. e.g. '' | * **Donors:** make sure all donors representing NHLMIS funders are created and visible in all stores selected in the **Stores to send stock and receive requisitions for** table in the //File > Preferences > NHLMIS// tab as described above. The code of the donor must match the funder name in NHLMIS. e.g. '' | ||
| * **Item properties**: | * **Item properties**: | ||
| + | * **Users**: add a user with the name " | ||
| Line 103: | Line 108: | ||
| ==== Synchronising items ==== | ==== Synchronising items ==== | ||
| - | A GET call is made to the ''/ | + | A GET call is made to the ''/ |
| - | * if it doesn' | + | * if it has a Generic parent ID which is the same as its ID then it is created as a normal item. |
| * if it has a Generic parent ID which is different from its ID then it is created as an NHLMISChild property of the parent item (as long as it doesn' | * if it has a Generic parent ID which is different from its ID then it is created as an NHLMISChild property of the parent item (as long as it doesn' | ||
| - | In addition, new items will be added to master lists that have tags matching the item's program name (master list tag format is " | + | In addition, new items will be added to master lists that have tags matching the item's program name (master list tag format is " |
| The pack size sent with an item is set as its default pack size. | The pack size sent with an item is set as its default pack size. | ||