///<summary> /// Returns first repetition of BAR_P05_PROCEDURE (a Group object) - creates it if necessary ///</summary> public BAR_P05_PROCEDURE GetPROCEDURE() { BAR_P05_PROCEDURE ret = null; try { ret = (BAR_P05_PROCEDURE)this.GetStructure("PROCEDURE"); } 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 BAR_P05_PROCEDURE ///</summary> public void RemovePROCEDURE(BAR_P05_PROCEDURE toRemove) { this.RemoveStructure("PROCEDURE", toRemove); }