Beispiel #1
0
	/**
	 * Returns  first repetition of ADT_A07_INSURANCE (a Group object) - creates it if necessary
	 */
	public ADT_A07_INSURANCE getINSURANCE() {
	   ADT_A07_INSURANCE ret = null;
	   try {
	      ret = (ADT_A07_INSURANCE)this.get_Renamed("INSURANCE");
	   } 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;
	}
Beispiel #2
0
        /// <summary> Returns  first repetition of ADT_A07_INSURANCE (a Group object) - creates it if necessary</summary>
        public virtual ADT_A07_INSURANCE getINSURANCE()
        {
            ADT_A07_INSURANCE ret = null;

            try
            {
                ret = (ADT_A07_INSURANCE)this.get_Renamed("INSURANCE");
            }
            catch (NuGenHL7Exception)
            {
                throw new Exception();
            }
            return(ret);
        }
Beispiel #3
0
 ///<summary>
 ///Removes the given ADT_A07_INSURANCE
 ///</summary>
 public void RemoveINSURANCE(ADT_A07_INSURANCE toRemove)
 {
     this.RemoveStructure("INSURANCE", toRemove);
 }