Interface BundleType


  • public interface BundleType
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.babylonhealth.lit.hl7.BUNDLE_TYPE BATCH  
      static com.babylonhealth.lit.hl7.BUNDLE_TYPE BATCH_RESPONSE  
      static com.babylonhealth.lit.hl7.BUNDLE_TYPE COLLECTION  
      static com.babylonhealth.lit.hl7.BUNDLE_TYPE DOCUMENT  
      static com.babylonhealth.lit.hl7.BUNDLE_TYPE HISTORY  
      static com.babylonhealth.lit.hl7.BUNDLE_TYPE MESSAGE  
      static com.babylonhealth.lit.hl7.BUNDLE_TYPE SEARCHSET  
      static com.babylonhealth.lit.hl7.BUNDLE_TYPE TRANSACTION  
      static com.babylonhealth.lit.hl7.BUNDLE_TYPE TRANSACTION_RESPONSE  
    • Field Detail

      • BATCH

        static final com.babylonhealth.lit.hl7.BUNDLE_TYPE BATCH
      • BATCH_RESPONSE

        static final com.babylonhealth.lit.hl7.BUNDLE_TYPE BATCH_RESPONSE
      • COLLECTION

        static final com.babylonhealth.lit.hl7.BUNDLE_TYPE COLLECTION
      • DOCUMENT

        static final com.babylonhealth.lit.hl7.BUNDLE_TYPE DOCUMENT
      • HISTORY

        static final com.babylonhealth.lit.hl7.BUNDLE_TYPE HISTORY
      • MESSAGE

        static final com.babylonhealth.lit.hl7.BUNDLE_TYPE MESSAGE
      • SEARCHSET

        static final com.babylonhealth.lit.hl7.BUNDLE_TYPE SEARCHSET
      • TRANSACTION

        static final com.babylonhealth.lit.hl7.BUNDLE_TYPE TRANSACTION
      • TRANSACTION_RESPONSE

        static final com.babylonhealth.lit.hl7.BUNDLE_TYPE TRANSACTION_RESPONSE