public class ImagingProcedure extends Object
Java class for ImagingProcedure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImagingProcedure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
<element name="AccessionIdentifier" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier"/>
<element name="RequestedProcedureId" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier"/>
<element name="StudyInstanceUid" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier"/>
<element name="ScheduledProcedureStepId" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier"/>
<element name="Modality" type="{http://p11073-10207/draft10/pm/2017/10/05}CodedValue" minOccurs="0"/>
<element name="ProtocolCode" type="{http://p11073-10207/draft10/pm/2017/10/05}CodedValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected InstanceIdentifier |
accessionIdentifier |
protected ExtensionType |
extension |
protected CodedValue |
modality |
protected CodedValue |
protocolCode |
protected InstanceIdentifier |
requestedProcedureId |
protected InstanceIdentifier |
scheduledProcedureStepId |
protected InstanceIdentifier |
studyInstanceUid |
| Constructor and Description |
|---|
ImagingProcedure() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
InstanceIdentifier |
getAccessionIdentifier()
Gets the value of the accessionIdentifier property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
CodedValue |
getModality()
Gets the value of the modality property.
|
CodedValue |
getProtocolCode()
Gets the value of the protocolCode property.
|
InstanceIdentifier |
getRequestedProcedureId()
Gets the value of the requestedProcedureId property.
|
InstanceIdentifier |
getScheduledProcedureStepId()
Gets the value of the scheduledProcedureStepId property.
|
InstanceIdentifier |
getStudyInstanceUid()
Gets the value of the studyInstanceUid property.
|
int |
hashCode() |
void |
setAccessionIdentifier(InstanceIdentifier value)
Sets the value of the accessionIdentifier property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setModality(CodedValue value)
Sets the value of the modality property.
|
void |
setProtocolCode(CodedValue value)
Sets the value of the protocolCode property.
|
void |
setRequestedProcedureId(InstanceIdentifier value)
Sets the value of the requestedProcedureId property.
|
void |
setScheduledProcedureStepId(InstanceIdentifier value)
Sets the value of the scheduledProcedureStepId property.
|
void |
setStudyInstanceUid(InstanceIdentifier value)
Sets the value of the studyInstanceUid property.
|
String |
toString() |
protected ExtensionType extension
protected InstanceIdentifier accessionIdentifier
protected InstanceIdentifier requestedProcedureId
protected InstanceIdentifier studyInstanceUid
protected InstanceIdentifier scheduledProcedureStepId
protected CodedValue modality
protected CodedValue protocolCode
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic InstanceIdentifier getAccessionIdentifier()
InstanceIdentifierpublic void setAccessionIdentifier(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic InstanceIdentifier getRequestedProcedureId()
InstanceIdentifierpublic void setRequestedProcedureId(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic InstanceIdentifier getStudyInstanceUid()
InstanceIdentifierpublic void setStudyInstanceUid(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic InstanceIdentifier getScheduledProcedureStepId()
InstanceIdentifierpublic void setScheduledProcedureStepId(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic CodedValue getModality()
CodedValuepublic void setModality(CodedValue value)
value - allowed object is
CodedValuepublic CodedValue getProtocolCode()
CodedValuepublic void setProtocolCode(CodedValue value)
value - allowed object is
CodedValueCopyright © 2017. All rights reserved.