org.dicom4j.network.protocoldataunit.userinformationsubitems
Class UserInformationSubItemFactory
java.lang.Object
org.dicom4j.network.protocoldataunit.userinformationsubitems.UserInformationSubItemFactory
public class UserInformationSubItemFactory
- extends Object
Factory to create
UserInformationSubItem
- Since:
- 0.0.0
- Author:
- Laurent Lecomte
UserInformationSubItemFactory
public UserInformationSubItemFactory()
newUserInformationSubItem
public AbstractUserInformationSubItem newUserInformationSubItem(byte aType)
throws DicomException
- creates a new UserInformationSubItem
- Parameters:
aType - the type of the UserInformationSubItem
- Returns:
- the created UserInformationSubItem (null if type doesn't match to a known UserInformationSubItem)
- Throws:
DicomException
Copyright © 2009 dicom4j. All Rights Reserved.