public class InsertRealWorldValueMap extends Object
A class containing an application for inserting Real World Value Maps from the command line.
Modifier and Type | Class and Description |
---|---|
protected class |
InsertRealWorldValueMap.OurMediaImporter |
Modifier and Type | Field and Description |
---|---|
protected String |
dstFolderName |
protected String |
explanation |
protected String |
firstValueMapped |
protected String |
intercept |
protected String |
label |
protected String |
lastValueMapped |
protected String |
ourAETitle |
protected List<ContentItem> |
quantityDefinitionContentItems |
protected String |
slope |
protected String |
unitsCodeMeaning |
protected String |
unitsCodeValue |
protected String |
unitsCodingSchemeDesignator |
protected String |
unitsCodingSchemeVersion |
Constructor and Description |
---|
InsertRealWorldValueMap(String firstValueMapped,
String lastValueMapped,
String intercept,
String slope,
String explanation,
String label,
String unitsCodeValue,
String unitsCodingSchemeDesignator,
String unitsCodingSchemeVersion,
String unitsCodeMeaning,
List<ContentItem> quantityDefinitionContentItems,
String src,
String dstFolderName,
MessageLogger logger) |
protected String ourAETitle
protected String dstFolderName
protected String firstValueMapped
protected String lastValueMapped
protected String intercept
protected String slope
protected String explanation
protected String label
protected String unitsCodingSchemeDesignator
protected String unitsCodeValue
protected String unitsCodeMeaning
protected String unitsCodingSchemeVersion
protected List<ContentItem> quantityDefinitionContentItems
public InsertRealWorldValueMap(String firstValueMapped, String lastValueMapped, String intercept, String slope, String explanation, String label, String unitsCodeValue, String unitsCodingSchemeDesignator, String unitsCodingSchemeVersion, String unitsCodeMeaning, List<ContentItem> quantityDefinitionContentItems, String src, String dstFolderName, MessageLogger logger) throws IOException, DicomException
IOException
DicomException
public static void main(String[] arg)
Insert a Real World Value Map into the specified files.
Does not replace UIDs or set type to derived.
arg
- array of 12 or more strings - first value mapped, last value mapped, intercept, slope, explanation, label, units codeValue, units codingSchemeDesignator, units codingSchemeVersion (or empty string if none), units codeMeaning, zero or more quantity definition content items, source folder or DICOMDIR, destination folder