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