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