Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. General Locking Scenarios:
  2.  
  3. Existing:
  4. 1436165 The service will return a 409 error if the charted view is currently locked by a different personnel provided in the request.
  5. 1436164 The service will succeed if the charted view is currently locked by the same personnel provided in the request or is able to be locked.
  6. 1436168 The service will lock the charted view with the personnel id provided in the request when the call is successful.
  7. 1436167 The service will lock a charted view for a time span of 10 minutes.
  8. 1436169 The service will update the lock status of the charted view to "locked" when locking the charted view is successful.
  9. 1436170 The service will update the lock status of the charted view to "unlocked" when the charted view is successfully uncharted.
  10.  
  11. To deprecate:
  12. 1436171 The service will only lock charted views that have the ability to be locked based on the type of charted view provided in the request.
  13.  
  14. New:
  15. 1. The service will lock the view if the charted view source is MPC or IC.
  16. 2. The service will not lock the view if the charted view source is ML or STATIC.
  17.  
  18. Locking Scenarios specific to unchart charted view service:
  19. Existing:
  20. 1436162 The service will create a lock for the charted view and unchart the charted view when a current lock does not exist.
  21. 1436172 The service will release the lock for the charted view when uncharting the view is successful.
  22. 1436174 The service will release the lock, and will not unchart the charted view if the unchart documentation privilege is set to no. 
  23. 1436175 The service will release the lock, and will not unchart the charted view if the version of the charted view is invalid. 
  24. 1436177 The service will release the lock, and will not unchart the charted view if the relationship provided is invalid. 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement