Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Neil South <[email protected]>
  • Loading branch information
neildsouth committed Aug 29, 2023
1 parent 8216e2f commit 22f776f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions src/WorkflowManager/Contracts/Models/Payload.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@ public class Payload : IDocument
[JsonProperty(PropertyName = "bucket")]
public string Bucket { get; set; } = string.Empty;

//[JsonProperty(PropertyName = "calling_aetitle")]
//public string CallingAeTitle { get; set; } = string.Empty;

//[JsonProperty(PropertyName = "called_aetitle")]
//public string CalledAeTitle { get; set; } = string.Empty;

[JsonProperty(PropertyName = "timestamp")]
public DateTime Timestamp { get; set; }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class WorkflowRequestMessage

[JsonProperty(PropertyName = "trigger")]
[JsonPropertyName("trigger")]
public DataOrigin DataTrigger { get; set; }
public DataOrigin DataTrigger { get; set; } = new DataOrigin { DataService = DataService.DIMSE };

[JsonProperty(PropertyName = "timestamp")]
public DateTime Timestamp { get; set; }
Expand Down

0 comments on commit 22f776f

Please sign in to comment.