Skip to content

Commit

Permalink
added folder artifact type (#238)
Browse files Browse the repository at this point in the history
Signed-off-by: Lillie Dae <[email protected]>
  • Loading branch information
lillie-dae authored Oct 13, 2023
1 parent 46ea3ea commit cde8157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Messaging/Common/ArtifactType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ namespace Monai.Deploy.Messaging.Common
public enum ArtifactType
{
Unset, //Unset
Folder, // Folder
AR, //Autorefraction
ASMT, //Content Assessment Results
AU, //Audio
Expand Down
1 change: 1 addition & 0 deletions src/Messaging/Common/ArtifactTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public static class ArtifactTypes
private static readonly Dictionary<ArtifactType, string> ListOfModularity = new()
{
{ ArtifactType.Unset, "Unset" },
{ ArtifactType.Folder, "Folders" },
{ ArtifactType.AR, "Autorefract" },
{ ArtifactType.ASMT, "Content Assessment Results" },
{ ArtifactType.AU, "Audio" },
Expand Down

0 comments on commit cde8157

Please sign in to comment.