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