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