Exemplo n.º 1
0
        ///<summary>
        /// Returns  first repetition of ADT_A45_MERGE_INFO (a Group object) - creates it if necessary
        ///</summary>
        public ADT_A45_MERGE_INFO GetMERGE_INFO()
        {
            ADT_A45_MERGE_INFO ret = null;

            try {
                ret = (ADT_A45_MERGE_INFO)this.GetStructure("MERGE_INFO");
            } catch (HL7Exception e) {
                HapiLogFactory.GetHapiLog(GetType()).Error("Unexpected error accessing data - this is probably a bug in the source code generator.", e);
                throw new System.Exception("An unexpected error ocurred", e);
            }
            return(ret);
        }
Exemplo n.º 2
0
        /// <summary> Returns  first repetition of ADT_A45_MERGE_INFO (a Group object) - creates it if necessary</summary>
        public virtual ADT_A45_MERGE_INFO getMERGE_INFO()
        {
            ADT_A45_MERGE_INFO ret = null;

            try
            {
                ret = (ADT_A45_MERGE_INFO)this.get_Renamed("MERGE_INFO");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Exemplo n.º 3
0
 ///<summary>
 ///Removes the given ADT_A45_MERGE_INFO
 ///</summary>
 public void RemoveMERGE_INFO(ADT_A45_MERGE_INFO toRemove)
 {
     this.RemoveStructure("MERGE_INFO", toRemove);
 }