org.hl7.rim

Interface ContextStructure

public interface ContextStructure extends RimObject, Act

Interface for RIM class ContextStructure.

A structure is a container within a document. Structures have captions which can be coded. Structures can nest, and structures can contain entries.

Method Summary
STgetLocalId()
Gets attribute localId of type ST and cardinality 0..1.
voidsetLocalId(ST value)
Sets attribute localId of type ST and cardinality 0..1.

Method Detail

getLocalId

public ST getLocalId()
Gets attribute localId of type ST and cardinality 0..1.

An optional identifier which must be unique within the document.

Returns: the attribute value

setLocalId

public void setLocalId(ST value)
Sets attribute localId of type ST and cardinality 0..1.

An optional identifier which must be unique within the document.

Parameters: value the new attribute value