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