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