/// <summary> /// Returns first repetition of PRR_PC5_GOAL (a Group object) - creates it if necessary. /// </summary> /// /// <exception cref="Exception"> Thrown when an exception error condition occurs. </exception> /// /// <returns> The goal. </returns> public PRR_PC5_GOAL GetGOAL() { PRR_PC5_GOAL ret = null; try { ret = (PRR_PC5_GOAL)this.GetStructure("GOAL"); } 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 PRR_PC5_GOAL ///</summary> public void RemoveGOAL(PRR_PC5_GOAL toRemove) { this.RemoveStructure("GOAL", toRemove); }