Interface ActionRelationshipType


  • public interface ActionRelationshipType
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE AFTER  
      static com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE AFTER_END  
      static com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE AFTER_START  
      static com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE BEFORE  
      static com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE BEFORE_END  
      static com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE BEFORE_START  
      static com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE CONCURRENT  
      static com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE CONCURRENT_WITH_END  
      static com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE CONCURRENT_WITH_START  
    • Field Detail

      • AFTER

        static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE AFTER
      • AFTER_END

        static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE AFTER_END
      • AFTER_START

        static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE AFTER_START
      • BEFORE

        static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE BEFORE
      • BEFORE_END

        static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE BEFORE_END
      • BEFORE_START

        static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE BEFORE_START
      • CONCURRENT

        static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE CONCURRENT
      • CONCURRENT_WITH_END

        static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE CONCURRENT_WITH_END
      • CONCURRENT_WITH_START

        static final com.babylonhealth.lit.hl7.ACTION_RELATIONSHIP_TYPE CONCURRENT_WITH_START