createOrModifyCoding abstract method

Future<Coding?> createOrModifyCoding(
  1. Coding coding
)

Create or update a Coding

When modifying a coding, you must ensure that the rev obtained when getting or creating the coding is present as the rev is used to guarantee that the coding has not been modified by a third party.

Parameters:

Implementation

Future<Coding?> createOrModifyCoding(Coding coding,);