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

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

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

A representation of the model object 'POCDMT000040 Specimen'.

The following features are supported:

See Also:
CDAR2Package.getPOCDMT000040Specimen()

Method Summary
 org.eclipse.emf.common.util.Enumerator getNullFlavor()
          Returns the value of the 'Null Flavor' attribute.
 POCDMT000040Procedure getProductOf()
          Returns the value of the 'Product Of' containment reference.
 org.eclipse.emf.common.util.EList getRealmCode()
          Returns the value of the 'Realm Code' containment reference list.
 POCDMT000040SpecimenRole getSpecimenRole()
          Returns the value of the 'Specimen Role' containment reference.
 org.eclipse.emf.common.util.EList getTemplateId()
          Returns the value of the 'Template Id' containment reference list.
 org.eclipse.emf.common.util.Enumerator getTypeCode()
          Returns the value of the 'Type Code' attribute.
 POCDMT000040InfrastructureRootTypeId getTypeId()
          Returns the value of the 'Type Id' containment reference.
 boolean isSetTypeCode()
          Returns whether the value of the 'Type Code' attribute is set.
 void setNullFlavor(org.eclipse.emf.common.util.Enumerator value)
          Sets the value of the 'Null Flavor' attribute.
 void setProductOf(POCDMT000040Procedure value)
          Sets the value of the 'Product Of' containment reference.
 void setSpecimenRole(POCDMT000040SpecimenRole value)
          Sets the value of the 'Specimen Role' containment reference.
 void setTypeCode(org.eclipse.emf.common.util.Enumerator value)
          Sets the value of the 'Type Code' attribute.
 void setTypeId(POCDMT000040InfrastructureRootTypeId value)
          Sets the value of the 'Type Id' containment reference.
 void unsetTypeCode()
          Unsets the value of the 'Type 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.getPOCDMT000040Specimen_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.getPOCDMT000040Specimen_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.getPOCDMT000040Specimen_TemplateId()

getSpecimenRole

POCDMT000040SpecimenRole getSpecimenRole()
Returns the value of the 'Specimen Role' containment reference.

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

Returns:
the value of the 'Specimen Role' containment reference.
See Also:
setSpecimenRole(POCDMT000040SpecimenRole), CDAR2Package.getPOCDMT000040Specimen_SpecimenRole()

setSpecimenRole

void setSpecimenRole(POCDMT000040SpecimenRole value)
Sets the value of the 'Specimen Role' containment reference.

Parameters:
value - the new value of the 'Specimen Role' containment reference.
See Also:
getSpecimenRole()

getProductOf

POCDMT000040Procedure getProductOf()
Returns the value of the 'Product Of' containment reference.

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

Returns:
the value of the 'Product Of' containment reference.
See Also:
setProductOf(POCDMT000040Procedure), CDAR2Package.getPOCDMT000040Specimen_ProductOf()

setProductOf

void setProductOf(POCDMT000040Procedure value)
Sets the value of the 'Product Of' containment reference.

Parameters:
value - the new value of the 'Product Of' containment reference.
See Also:
getProductOf()

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.getPOCDMT000040Specimen_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()

getTypeCode

org.eclipse.emf.common.util.Enumerator getTypeCode()
Returns the value of the 'Type Code' attribute. The default value is "SPC".

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

Returns:
the value of the 'Type Code' attribute.
See Also:
isSetTypeCode(), unsetTypeCode(), setTypeCode(Enumerator), CDAR2Package.getPOCDMT000040Specimen_TypeCode()

setTypeCode

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

Parameters:
value - the new value of the 'Type Code' attribute.
See Also:
isSetTypeCode(), unsetTypeCode(), getTypeCode()

unsetTypeCode

void unsetTypeCode()
Unsets the value of the 'Type Code' attribute.

See Also:
isSetTypeCode(), getTypeCode(), setTypeCode(Enumerator)

isSetTypeCode

boolean isSetTypeCode()
Returns whether the value of the 'Type Code' attribute is set.

Returns:
whether the value of the 'Type Code' attribute is set.
See Also:
unsetTypeCode(), getTypeCode(), setTypeCode(Enumerator)