Ejemplo n.º 1
0
	///<summary>
	/// Returns  first repetition of RSP_Z88_COMMON_ORDER (a Group object) - creates it if necessary
	///</summary>
	public RSP_Z88_COMMON_ORDER GetCOMMON_ORDER() {
	   RSP_Z88_COMMON_ORDER ret = null;
	   try {
	      ret = (RSP_Z88_COMMON_ORDER)this.GetStructure("COMMON_ORDER");
	   } 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;
	}
 ///<summary>
 ///Removes the given RSP_Z88_COMMON_ORDER
 ///</summary>
 public void RemoveCOMMON_ORDER(RSP_Z88_COMMON_ORDER toRemove)
 {
     this.RemoveStructure("COMMON_ORDER", toRemove);
 }