///<summary> /// Returns first repetition of ORX_O43_ORDER (a Group object) - creates it if necessary ///</summary> public ORX_O43_ORDER GetORDER() { ORX_O43_ORDER ret = null; try { ret = (ORX_O43_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> ///Removes the given ORX_O43_ORDER ///</summary> public void RemoveORDER(ORX_O43_ORDER toRemove) { this.RemoveStructure("ORDER", toRemove); }