'DeclarationPublic ReadOnly Property Status As System.Integer()
public System.int[] Status {get;}
'DeclarationPublic ReadOnly Property Status As System.Integer()
public System.int[] Status {get;}
This property contains the result of an outgoing operation on the DicomAssociation. This array is cleared before each operation, and the number of elements therefore reflects the number of images sent.
After a SendVerify operation, the element will contain only one value, so LastStatus is normally more appropriate.