:py:mod:`spark_auto_mapper_fhir.value_sets.transaction_mode` ============================================================ .. py:module:: spark_auto_mapper_fhir.value_sets.transaction_mode Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.transaction_mode.TransactionModeCode spark_auto_mapper_fhir.value_sets.transaction_mode.TransactionModeCodeValues .. py:class:: TransactionModeCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` TransactionMode From: http://hl7.org/fhir/transaction-mode in valuesets.xml A code that indicates how transactions are supported. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/transaction-mode .. py:class:: TransactionModeCodeValues Neither batch or transaction is supported. From: http://hl7.org/fhir/transaction-mode in valuesets.xml .. py:attribute:: None_ Batches are supported. From: http://hl7.org/fhir/transaction-mode in valuesets.xml .. py:attribute:: BatchesSupported Transactions are supported. From: http://hl7.org/fhir/transaction-mode in valuesets.xml .. py:attribute:: TransactionsSupported Both batches and transactions are supported. From: http://hl7.org/fhir/transaction-mode in valuesets.xml .. py:attribute:: Batches_Transactions