Package com.pixelmed.dicom
Class TransferSyntaxFromName
java.lang.Object
com.pixelmed.dicom.TransferSyntaxFromName
A class to lookup the DICOM Transfer Syntax UID from a string name.
-
Field Summary
FieldsModifier and TypeFieldDescription -
Method Summary
-
Field Details
-
uidByKeyword
-
keywordByUID
-
-
Method Details
-
getUID
Get the Transfer Syntax UID from the name.
- Parameters:
name
- a string name of the transfer syntax- Returns:
- the UID if found, else the supplied argument if of UID form, else null
-
getKeywordFromUID
- Parameters:
transferSyntaxUID
- UID of the Transfer Syntax, as a String without trailing zero padding- Returns:
- a keyword identifying the Transfer Syntax, or an empty string if none
-
main
Test.
- Parameters:
arg
- none
-