public class IssuerofPatientIDQualifiersSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
AssigningAgencyorDepartmentCodeSequence |
getAssigningAgencyorDepartmentCodeSequence()
Retrieves pre-initialized object of Assigning Agency or Department 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.
|
AssigningFacilitySequence |
getAssigningFacilitySequence()
Retrieves pre-initialized object of Assigning Facility 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.
|
AssigningJurisdictionCodeSequence |
getAssigningJurisdictionCodeSequence()
Retrieves pre-initialized object of Assigning Jurisdiction 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 |
getIdentifierTypeCode()
Retrieves type of the Identifier Type Code
|
java.lang.String |
getUniversalEntityID()
Retrieves the value of the Universal Entity ID.
|
java.lang.String |
getUniversalEntityIDType()
Return type of Universal Entity ID.
|
void |
setIdentifierTypeCode(java.lang.String strIdentifierTypeCode)
Sets the Identifier Type Code
|
void |
setUniversalEntityID(java.lang.String strUniversalEntityID)
Sets the Universal Entity ID.
|
void |
setUniversalEntityIDType(EnumUniversalEntityIDType enumUniversalEntityIDType)
Sets type Universal Entity ID.
|
boolean |
validateForModule()
Validates all the attributes in IssuerofPatientIDQualifiersSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setUniversalEntityID(java.lang.String strUniversalEntityID)
strUniversalEntityID - String value of Universal Entity ID.public java.lang.String getUniversalEntityID()
public void setUniversalEntityIDType(EnumUniversalEntityIDType enumUniversalEntityIDType)
enumUniversalEntityIDType - enum value of Universal Entity ID Type.public java.lang.String getUniversalEntityIDType()
public void setIdentifierTypeCode(java.lang.String strIdentifierTypeCode)
strIdentifierTypeCode - Specifies type of the Identifier Type Codepublic java.lang.String getIdentifierTypeCode()
public AssigningFacilitySequence getAssigningFacilitySequence()
public AssigningJurisdictionCodeSequence getAssigningJurisdictionCodeSequence()
public AssigningAgencyorDepartmentCodeSequence getAssigningAgencyorDepartmentCodeSequence()