Package com.pixelmed.network
Class PresentationDataValue
java.lang.Object
com.pixelmed.network.PresentationDataValue
-
Constructor Summary
ConstructorsConstructorDescriptionPresentationDataValue
(byte[] buf, int offset, int length) PresentationDataValue
(byte presentationContextID, byte[] value, boolean isCommand, boolean isLastFragment) -
Method Summary
-
Constructor Details
-
PresentationDataValue
public PresentationDataValue(byte presentationContextID, byte[] value, boolean isCommand, boolean isLastFragment) throws DicomNetworkException - Parameters:
presentationContextID
-value
-isCommand
-isLastFragment
-- Throws:
DicomNetworkException
-
PresentationDataValue
- Parameters:
buf
-offset
-length
-- Throws:
DicomNetworkException
-
-
Method Details