public class Multiframe extends Object
| Constructor and Description |
|---|
Multiframe() |
| Modifier and Type | Method and Description |
|---|---|
Attributes |
extract(Attributes emf,
int frame)
Extract specified frame from Enhanced Multi-frame image and return it
as correponding legacy Single-frame image.
|
String |
getInstanceNumberFormat() |
UIDMapper |
getUIDMapper() |
boolean |
isPreserveSeriesInstanceUID() |
static boolean |
isSupportedSOPClass(String cuid) |
static String |
legacySOPClassUID(String mfcuid) |
void |
setInstanceNumberFormat(String instanceNumberFormat) |
void |
setPreserveSeriesInstanceUID(boolean preserveSeriesInstanceUID) |
void |
setUIDMapper(UIDMapper uidMapper) |
public static boolean isSupportedSOPClass(String cuid)
public final boolean isPreserveSeriesInstanceUID()
public final void setPreserveSeriesInstanceUID(boolean preserveSeriesInstanceUID)
public final String getInstanceNumberFormat()
public final void setInstanceNumberFormat(String instanceNumberFormat)
public final UIDMapper getUIDMapper()
public final void setUIDMapper(UIDMapper uidMapper)
public Attributes extract(Attributes emf, int frame)
emf - Enhanced Multi-frame imageframe - 0 based frame indexCopyright © 2020. All rights reserved.