public class MCuidReferenceItem extends MCcontentItem
UIDREF Content Item is used to keep UID of the entity identified by the Concept Name.
Constructor and Description |
---|
MCuidReferenceItem()
Default constructor.
|
MCuidReferenceItem(java.lang.String uidRef,
MCbasicCodedEntry conceptName)
Creates a new instance of the UIDREF Content Item.
|
Modifier and Type | Method and Description |
---|---|
MCcontentItemType |
contentItemType()
Gets the value type of this content item.
|
java.lang.String |
getUidRef()
Gets UID of the entity identified by the Concept Name.
|
void |
read(MCattributeSet source)
Reads the UIDREF content item from the source attribute set.
|
void |
setUidRef(java.lang.String uidRef)
Sets UID of the entity identified by the Concept Name.
|
void |
write(MCattributeSet destination)
Writes the UIDREF content item to the destination attribute set.
|
addChild, addChildAt, addReference, getChildAt, getChildren, getConceptName, getDataContext, getItemId, getObservationDateTime, getObservationUID, getParent, getPosition, getReferences, getRelationshipType, getRootItem, removeChild, removeChildAt, removeReference, removeReference, setConceptName, setDataContext, setObservationDataTime, setObservationUID, setRelationshipType
public MCuidReferenceItem()
public MCuidReferenceItem(java.lang.String uidRef, MCbasicCodedEntry conceptName)
uidRef
- Unique Identifier of the entity.conceptName
- Concept Name.public java.lang.String getUidRef()
public void setUidRef(java.lang.String uidRef)
uidRef
- UID of the entity identified by the Concept Name.public MCcontentItemType contentItemType()
contentItemType
in class MCcontentItem
MCcontentItemType.UIDREF
public void read(MCattributeSet source)
read
in interface MCdataSetSerializable
read
in class MCcontentItem
source
- Source attribute set.MCexception
- If the source parameter is null.public void write(MCattributeSet destination)
write
in interface MCdataSetSerializable
write
in class MCcontentItem
destination
- Destination attribute set.MCexception
- If the destination parameter is null or
is NOT an MCitem
object.