C2025-024 Electronic Procedures Phase 2 - XML Export

UI / menu filtering for EP only procedures
This commit is contained in:
2025-07-21 13:47:23 -04:00
parent 0577acad93
commit ecb9a805e5
2 changed files with 17 additions and 17 deletions

View File

@@ -61,6 +61,13 @@ namespace VEPROMS.CSLA.Library
return LazyLoad(ref _AnnotationTypeID, "@AnnotationTypeID");
}
}
// Return Name of Annotation that EP Format File is Attached to
public string AnnotationName()
{
return AnnotationTypeInfo.Get((int) AnnotationTypeID).Name;
}
//if xml value is blank, should element export?
//defaults to true
private LazyLoad<bool> _exportblank;
@@ -373,7 +380,6 @@ namespace VEPROMS.CSLA.Library
}
}
//return a list of values for the specified ROID
//given the EP items return columns
//will return all RO items under the Group that's roid = the rosource
@@ -406,6 +412,7 @@ namespace VEPROMS.CSLA.Library
}
}
#endregion
//C2025-023 - Electronic Procedures - Modifications to PROMS
// class to handle return of RO Lists