Package org.aoju.bus.image.galaxy.media
Class RecordFactory
java.lang.Object
org.aoju.bus.image.galaxy.media.RecordFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateRecord(Attributes dataset, Attributes fmi, String[] fileIDs) createRecord(RecordType type, String privRecUID, Attributes dataset, Attributes fmi, String[] fileIDs) getPrivateRecordUID(String cuid) int[]getRecordKeys(RecordType type) getRecordType(String cuid) voidloadConfiguration(String uri) voidint[]setPrivateRecordKeys(String uid, int[] keys) setPrivateRecordUID(String cuid, String uid) voidsetRecordKeys(RecordType type, int[] keys) setRecordType(String cuid, RecordType type)
-
Constructor Details
-
RecordFactory
public RecordFactory()
-
-
Method Details
-
loadDefaultConfiguration
public void loadDefaultConfiguration() -
loadConfiguration
public void loadConfiguration(String uri) throws ParserConfigurationException, SAXException, IOException -
getRecordType
-
setRecordType
-
setRecordKeys
-
getRecordKeys
-
getPrivateRecordUID
-
setPrivateRecordUID
-
setPrivateRecordKeys
-
createRecord
-
createRecord
public Attributes createRecord(RecordType type, String privRecUID, Attributes dataset, Attributes fmi, String[] fileIDs)
-