///<summary> /// Returns first repetition of RSP_Z90_COMMON_ORDER (a Group object) - creates it if necessary ///</summary> public RSP_Z90_COMMON_ORDER GetCOMMON_ORDER() { RSP_Z90_COMMON_ORDER ret = null; try { ret = (RSP_Z90_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_Z90_COMMON_ORDER ///</summary> public void RemoveCOMMON_ORDER(RSP_Z90_COMMON_ORDER toRemove) { this.RemoveStructure("COMMON_ORDER", toRemove); }