///<summary> /// Returns first repetition of OML_O21_ORDER (a Group object) - creates it if necessary ///</summary> public OML_O21_ORDER GetORDER() { OML_O21_ORDER ret = null; try { ret = (OML_O21_ORDER)this.GetStructure("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> Returns first repetition of OML_O21_ORDER (a Group object) - creates it if necessary</summary> public virtual OML_O21_ORDER getORDER() { OML_O21_ORDER ret = null; try { ret = (OML_O21_ORDER)this.get_Renamed("ORDER"); } catch (NuGenHL7Exception) { throw new Exception(); } return(ret); }
///<summary> ///Removes the given OML_O21_ORDER ///</summary> public void RemoveORDER(OML_O21_ORDER toRemove) { this.RemoveStructure("ORDER", toRemove); }