Ejemplo n.º 1
0
	///<summary>
	/// Returns  first repetition of SIU_S12_PERSONNEL_RESOURCE (a Group object) - creates it if necessary
	///</summary>
	public SIU_S12_PERSONNEL_RESOURCE GetPERSONNEL_RESOURCE() {
	   SIU_S12_PERSONNEL_RESOURCE ret = null;
	   try {
	      ret = (SIU_S12_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;
	}
Ejemplo n.º 2
0
 ///<summary>
 ///Removes the given SIU_S12_PERSONNEL_RESOURCE
 ///</summary>
 public void RemovePERSONNEL_RESOURCE(SIU_S12_PERSONNEL_RESOURCE toRemove)
 {
     this.RemoveStructure("PERSONNEL_RESOURCE", toRemove);
 }