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