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