org.eclipse.ohf.ihe.common.cdar2
Interface POCDMT000040RegionOfInterest

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
POCDMT000040RegionOfInterestImpl

public interface POCDMT000040RegionOfInterest
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'POCDMT000040 Region Of Interest'.

The following features are supported:

See Also:
CDAR2Package.getPOCDMT000040RegionOfInterest()

Method Summary
 org.eclipse.emf.common.util.EList getAuthor()
          Returns the value of the 'Author' containment reference list.
 org.eclipse.emf.common.util.Enumerator getClassCode()
          Returns the value of the 'Class Code' attribute.
 CS1 getCode()
          Returns the value of the 'Code' containment reference.
 org.eclipse.emf.common.util.EList getEntryRelationship()
          Returns the value of the 'Entry Relationship' containment reference list.
 org.eclipse.emf.common.util.EList getId()
          Returns the value of the 'Id' containment reference list.
 java.lang.String getID1()
          Returns the value of the 'ID1' attribute.
 org.eclipse.emf.common.util.EList getInformant()
          Returns the value of the 'Informant' containment reference list.
 org.eclipse.emf.common.util.Enumerator getMoodCode()
          Returns the value of the 'Mood Code' attribute.
 org.eclipse.emf.common.util.Enumerator getNullFlavor()
          Returns the value of the 'Null Flavor' attribute.
 org.eclipse.emf.common.util.EList getParticipant()
          Returns the value of the 'Participant' containment reference list.
 org.eclipse.emf.common.util.EList getPerformer()
          Returns the value of the 'Performer' containment reference list.
 org.eclipse.emf.common.util.EList getPrecondition()
          Returns the value of the 'Precondition' containment reference list.
 org.eclipse.emf.common.util.EList getRealmCode()
          Returns the value of the 'Realm Code' containment reference list.
 org.eclipse.emf.common.util.EList getReference()
          Returns the value of the 'Reference' containment reference list.
 org.eclipse.emf.common.util.EList getSpecimen()
          Returns the value of the 'Specimen' containment reference list.
 POCDMT000040Subject getSubject()
          Returns the value of the 'Subject' containment reference.
 org.eclipse.emf.common.util.EList getTemplateId()
          Returns the value of the 'Template Id' containment reference list.
 POCDMT000040InfrastructureRootTypeId getTypeId()
          Returns the value of the 'Type Id' containment reference.
 org.eclipse.emf.common.util.EList getValue()
          Returns the value of the 'Value' containment reference list.
 boolean isSetClassCode()
          Returns whether the value of the 'Class Code' attribute is set.
 boolean isSetMoodCode()
          Returns whether the value of the 'Mood Code' attribute is set.
 void setClassCode(org.eclipse.emf.common.util.Enumerator value)
          Sets the value of the 'Class Code' attribute.
 void setCode(CS1 value)
          Sets the value of the 'Code' containment reference.
 void setID1(java.lang.String value)
          Sets the value of the 'ID1' attribute.
 void setMoodCode(org.eclipse.emf.common.util.Enumerator value)
          Sets the value of the 'Mood Code' attribute.
 void setNullFlavor(org.eclipse.emf.common.util.Enumerator value)
          Sets the value of the 'Null Flavor' attribute.
 void setSubject(POCDMT000040Subject value)
          Sets the value of the 'Subject' containment reference.
 void setTypeId(POCDMT000040InfrastructureRootTypeId value)
          Sets the value of the 'Type Id' containment reference.
 void unsetClassCode()
          Unsets the value of the 'Class Code' attribute.
 void unsetMoodCode()
          Unsets the value of the 'Mood Code' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getRealmCode

org.eclipse.emf.common.util.EList getRealmCode()
Returns the value of the 'Realm Code' containment reference list. The list contents are of type CS1.

If the meaning of the 'Realm Code' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Realm Code' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040RegionOfInterest_RealmCode()

getTypeId

POCDMT000040InfrastructureRootTypeId getTypeId()
Returns the value of the 'Type Id' containment reference.

If the meaning of the 'Type Id' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Type Id' containment reference.
See Also:
setTypeId(POCDMT000040InfrastructureRootTypeId), CDAR2Package.getPOCDMT000040RegionOfInterest_TypeId()

setTypeId

void setTypeId(POCDMT000040InfrastructureRootTypeId value)
Sets the value of the 'Type Id' containment reference.

Parameters:
value - the new value of the 'Type Id' containment reference.
See Also:
getTypeId()

getTemplateId

org.eclipse.emf.common.util.EList getTemplateId()
Returns the value of the 'Template Id' containment reference list. The list contents are of type II.

If the meaning of the 'Template Id' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Template Id' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040RegionOfInterest_TemplateId()

getId

org.eclipse.emf.common.util.EList getId()
Returns the value of the 'Id' containment reference list. The list contents are of type II.

If the meaning of the 'Id' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040RegionOfInterest_Id()

getCode

CS1 getCode()
Returns the value of the 'Code' containment reference.

If the meaning of the 'Code' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Code' containment reference.
See Also:
setCode(CS1), CDAR2Package.getPOCDMT000040RegionOfInterest_Code()

setCode

void setCode(CS1 value)
Sets the value of the 'Code' containment reference.

Parameters:
value - the new value of the 'Code' containment reference.
See Also:
getCode()

getValue

org.eclipse.emf.common.util.EList getValue()
Returns the value of the 'Value' containment reference list. The list contents are of type POCDMT000040RegionOfInterestValue.

If the meaning of the 'Value' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040RegionOfInterest_Value()

getSubject

POCDMT000040Subject getSubject()
Returns the value of the 'Subject' containment reference.

If the meaning of the 'Subject' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Subject' containment reference.
See Also:
setSubject(POCDMT000040Subject), CDAR2Package.getPOCDMT000040RegionOfInterest_Subject()

setSubject

void setSubject(POCDMT000040Subject value)
Sets the value of the 'Subject' containment reference.

Parameters:
value - the new value of the 'Subject' containment reference.
See Also:
getSubject()

getSpecimen

org.eclipse.emf.common.util.EList getSpecimen()
Returns the value of the 'Specimen' containment reference list. The list contents are of type POCDMT000040Specimen.

If the meaning of the 'Specimen' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Specimen' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040RegionOfInterest_Specimen()

getPerformer

org.eclipse.emf.common.util.EList getPerformer()
Returns the value of the 'Performer' containment reference list. The list contents are of type POCDMT000040Performer2.

If the meaning of the 'Performer' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Performer' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040RegionOfInterest_Performer()

getAuthor

org.eclipse.emf.common.util.EList getAuthor()
Returns the value of the 'Author' containment reference list. The list contents are of type POCDMT000040Author.

If the meaning of the 'Author' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Author' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040RegionOfInterest_Author()

getInformant

org.eclipse.emf.common.util.EList getInformant()
Returns the value of the 'Informant' containment reference list. The list contents are of type POCDMT000040Informant12.

If the meaning of the 'Informant' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Informant' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040RegionOfInterest_Informant()

getParticipant

org.eclipse.emf.common.util.EList getParticipant()
Returns the value of the 'Participant' containment reference list. The list contents are of type POCDMT000040Participant2.

If the meaning of the 'Participant' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Participant' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040RegionOfInterest_Participant()

getEntryRelationship

org.eclipse.emf.common.util.EList getEntryRelationship()
Returns the value of the 'Entry Relationship' containment reference list. The list contents are of type POCDMT000040EntryRelationship.

If the meaning of the 'Entry Relationship' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Entry Relationship' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040RegionOfInterest_EntryRelationship()

getReference

org.eclipse.emf.common.util.EList getReference()
Returns the value of the 'Reference' containment reference list. The list contents are of type POCDMT000040Reference.

If the meaning of the 'Reference' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Reference' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040RegionOfInterest_Reference()

getPrecondition

org.eclipse.emf.common.util.EList getPrecondition()
Returns the value of the 'Precondition' containment reference list. The list contents are of type POCDMT000040Precondition.

If the meaning of the 'Precondition' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Precondition' containment reference list.
See Also:
CDAR2Package.getPOCDMT000040RegionOfInterest_Precondition()

getClassCode

org.eclipse.emf.common.util.Enumerator getClassCode()
Returns the value of the 'Class Code' attribute. The default value is "ROIOVL".

If the meaning of the 'Class Code' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Class Code' attribute.
See Also:
isSetClassCode(), unsetClassCode(), setClassCode(Enumerator), CDAR2Package.getPOCDMT000040RegionOfInterest_ClassCode()

setClassCode

void setClassCode(org.eclipse.emf.common.util.Enumerator value)
Sets the value of the 'Class Code' attribute.

Parameters:
value - the new value of the 'Class Code' attribute.
See Also:
isSetClassCode(), unsetClassCode(), getClassCode()

unsetClassCode

void unsetClassCode()
Unsets the value of the 'Class Code' attribute.

See Also:
isSetClassCode(), getClassCode(), setClassCode(Enumerator)

isSetClassCode

boolean isSetClassCode()
Returns whether the value of the 'Class Code' attribute is set.

Returns:
whether the value of the 'Class Code' attribute is set.
See Also:
unsetClassCode(), getClassCode(), setClassCode(Enumerator)

getID1

java.lang.String getID1()
Returns the value of the 'ID1' attribute.

If the meaning of the 'ID1' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'ID1' attribute.
See Also:
setID1(String), CDAR2Package.getPOCDMT000040RegionOfInterest_ID1()

setID1

void setID1(java.lang.String value)
Sets the value of the 'ID1' attribute.

Parameters:
value - the new value of the 'ID1' attribute.
See Also:
getID1()

getMoodCode

org.eclipse.emf.common.util.Enumerator getMoodCode()
Returns the value of the 'Mood Code' attribute. The default value is "EVN".

If the meaning of the 'Mood Code' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mood Code' attribute.
See Also:
isSetMoodCode(), unsetMoodCode(), setMoodCode(Enumerator), CDAR2Package.getPOCDMT000040RegionOfInterest_MoodCode()

setMoodCode

void setMoodCode(org.eclipse.emf.common.util.Enumerator value)
Sets the value of the 'Mood Code' attribute.

Parameters:
value - the new value of the 'Mood Code' attribute.
See Also:
isSetMoodCode(), unsetMoodCode(), getMoodCode()

unsetMoodCode

void unsetMoodCode()
Unsets the value of the 'Mood Code' attribute.

See Also:
isSetMoodCode(), getMoodCode(), setMoodCode(Enumerator)

isSetMoodCode

boolean isSetMoodCode()
Returns whether the value of the 'Mood Code' attribute is set.

Returns:
whether the value of the 'Mood Code' attribute is set.
See Also:
unsetMoodCode(), getMoodCode(), setMoodCode(Enumerator)

getNullFlavor

org.eclipse.emf.common.util.Enumerator getNullFlavor()
Returns the value of the 'Null Flavor' attribute.

If the meaning of the 'Null Flavor' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Null Flavor' attribute.
See Also:
setNullFlavor(Enumerator), CDAR2Package.getPOCDMT000040RegionOfInterest_NullFlavor()

setNullFlavor

void setNullFlavor(org.eclipse.emf.common.util.Enumerator value)
Sets the value of the 'Null Flavor' attribute.

Parameters:
value - the new value of the 'Null Flavor' attribute.
See Also:
getNullFlavor()