public class CustodialOrganizationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
InstitutionCodeSequence |
getInstitutionCodeSequence()
Retrieves pre-initialized object of Institution Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence.
|
java.lang.String |
getInstitutionName()
Return Institution Name.
|
void |
setInstitutionName(java.lang.String strInstitutionName)
Sets Institution Name.
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, validateForModule, writepublic void setInstitutionName(java.lang.String strInstitutionName)
strInstitutionName - String value of Institution Name.public java.lang.String getInstitutionName()
public InstitutionCodeSequence getInstitutionCodeSequence()