Replies: 1 comment 3 replies
-
You shouldn't need to, they're set automatically from the corresponding message primitive. Is there some reason you need to customise them? For N-CREATE you only need to return the operation's Status and the returned Attribute List dataset (if any). All other elements in the DIMSE response are set automatically. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not sure how to do this. Setting the tags show below for the N-CREATE-RSP in the modified attr_list is not the proper way to do that, but I don't see how to explicitly set those in an N_CREATE handler ?
I've been testing a MPPS server as outlined in the examples and put some debugging info in there, e.g.:
I think the Command Set has to be set is some way other than just adding them to the dataset, but as a Command Set Object ? I do not know how to do that. The reason I say that is because I've been testing with DVTk, and added the Command Set tags to the returned dataset, and DVTk does not pick them up, probably because it expects to see them in another location.
I just started playing around with this package, so excuse the ignorance. I nice way to sort of learn though is to examine objects in a fashion sort of like above.
Kind of wondering if the DIMSEServiceProvider or Association has to be used to add the needed items to the Command Set for the N_CREATE response. I have no idea what CommandGroupLength, CommandField and CommandDataSetType are supposed to be. I think I can figure out the other ones mostly.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions