public class HangingProtocolDefinitionAttributes extends Attributes
objIDataSet| Constructor and Description |
|---|
HangingProtocolDefinitionAttributes()
This is default Constructor for HangingProtocolDefinitionAttributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fill(IDataSet objIDataSet)
Fills the data set using already populated Query Model.
|
java.lang.String |
getHangingProtocolCreationDateTime()
Retrieves Date and time on which the Hanging Protocol was created.
|
java.lang.String |
getHangingProtocolCreator()
Retrieves the creator of the Hanging Protocol.
|
HangingProtocolDefinitionSequence |
getHangingProtocolDefinitionSequence()
Retrieves pre-initialized object of HangingProtocolDefinitionSequence
|
java.lang.String |
getHangingProtocolDescription()
Retrieves Explanation of the objective or intent of the Hanging Protocol
|
java.lang.String |
getHangingProtocolLevel()
Return the level at which this Hanging Protocol is defined, and the intended use.
|
java.lang.String |
getHangingProtocolName()
Retrieves Hanging Protocol Name
|
java.lang.String |
getHangingProtocolUserGroupName()
Retrieves the Group or site for which this Hanging Protocol was defined.
|
HangingProtocolUserIdentificationCodeSequence |
getHangingProtocolUserIdentificationCodeSequence()
Retrieves pre-initialized object of HangingProtocolUserIdentificationCodeSequence
|
ImageSetsSequence |
getImageSetsSequence()
Retrieves pre-initialized object of ImageSetsSequence
|
short |
getNumberOfPriorsReferenced()
Retrieves the number of prior image sets used in this HangingProtocol.
|
SourceHangingProtocolSequence |
getSourceHangingProtocolSequence()
Retrieves pre-initialized object of Source Hanging ProtocolSequence
|
void |
populate(IDataSet objIDataSet)
Populates the query Model using filled data set.
|
void |
setHangingProtocolCreationDateTime(java.lang.String strHangingProtocolCreationDateTime)
Sets the Date and time on which the Hanging Protocol was created.
|
void |
setHangingProtocolCreator(java.lang.String strHangingProtocolCreator)
Sets the creator of the Hanging Protocol.
|
void |
setHangingProtocolDescription(java.lang.String strHangingProtocolDescription)
Sets the Explanation of the objective or intent of the Hanging Protocol
|
void |
setHangingProtocolLevel(EnumHangingProtocolLevel enumHangingProtocolLevel)
Sets the level at which this Hanging Protocol is defined, and the intended use.
|
void |
setHangingProtocolName(java.lang.String strHangingProtocolName)
Sets the Hanging Protocol Name.
|
void |
setHangingProtocolUserGroupName(java.lang.String strHangingProtocolUserGroupName)
Sets the Group or site for which this Hanging Protocol was defined.
|
void |
setNumberOfPriorsReferenced(short shNumberOfPriorsReferenced)
Sets the number of prior image sets used in this HangingProtocol.
|
public HangingProtocolDefinitionAttributes()
public void setHangingProtocolName(java.lang.String strHangingProtocolName)
strHangingProtocolName - public java.lang.String getHangingProtocolName()
public void setHangingProtocolDescription(java.lang.String strHangingProtocolDescription)
strHangingProtocolDescription - public java.lang.String getHangingProtocolDescription()
public void setHangingProtocolLevel(EnumHangingProtocolLevel enumHangingProtocolLevel)
enumHangingProtocolLevel - enum value of Hanging Protocol Level.public java.lang.String getHangingProtocolLevel()
public void setHangingProtocolCreator(java.lang.String strHangingProtocolCreator)
strHangingProtocolCreator - public java.lang.String getHangingProtocolCreator()
public void setHangingProtocolCreationDateTime(java.lang.String strHangingProtocolCreationDateTime)
strHangingProtocolCreationDateTime - public java.lang.String getHangingProtocolCreationDateTime()
public HangingProtocolDefinitionSequence getHangingProtocolDefinitionSequence()
public void setNumberOfPriorsReferenced(short shNumberOfPriorsReferenced)
shNumberOfPriorsReferenced - short value of Number of PriorsReferencedpublic short getNumberOfPriorsReferenced()
public ImageSetsSequence getImageSetsSequence()
public HangingProtocolUserIdentificationCodeSequence getHangingProtocolUserIdentificationCodeSequence()
public void setHangingProtocolUserGroupName(java.lang.String strHangingProtocolUserGroupName)
strHangingProtocolUserGroupName - public java.lang.String getHangingProtocolUserGroupName()
public SourceHangingProtocolSequence getSourceHangingProtocolSequence()
public void populate(IDataSet objIDataSet)
populate in class AttributesobjIDataSet - Object of IDataSetpublic void fill(IDataSet objIDataSet)
fill in class AttributesobjIDataSet - Object of IDataSet