You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 19 Next »

General

This paragraph explains the general principles concerning the storage and consultation of a medication scheme.

A medication scheme consists of

  • 1 transaction MS, 
  • 1 or more transactions MSE and 
  • 0 or more transactions TS. 


When reading or updating the medication scheme, all this information should be displayed, validated and checked by the user in its entirety.

 

The CRUD operations (Create, Read, Update, Delete) for the medication scheme should be looked at from 2 points of view:

  1. the medication scheme
  2. the transactions MS, MSE and TS

CreateReadUpdateDelete
medication schemeSee "Update".GetTransactionSetPutTransactionSetnot possible
MSSee "Update".As transaction MS in the GetTransactionSetResponse.not possiblenot possible
MSEThe new transaction MSE is present in the PutTransactionSetRequest.As transaction MSE in the GetTransactionSetResponse.The updated transaction MSE is present in the PutTransactionSetRequest.
The transaction MSE is absent in the PutTransactionSetRequest.
TSThe new transaction TS is present in the PutTransactionSetRequest.As transaction TS in the GetTransactionSetResponse.The updated transaction TS is present in the PutTransactionSetRequest.

The transaction TS is absent in the PutTransactionSetRequest.




  • No labels