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

Compare with Current View Page History

« Previous Version 13 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 MSTS
  2. the transactions MS, MSE and TS

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




  • No labels