Interface ExtractActionRequest
- All Superinterfaces:
io.github.openehr4j.rm.common.archetyped.Locatable
,io.github.openehr4j.rm.common.archetyped.Pathable
public interface ExtractActionRequest
extends io.github.openehr4j.rm.common.archetyped.Locatable
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionio.github.openehr4j.rm.data_types.text.DvCodedText
org.openehr.base.base_types.identification.ObjectRef
org.openehr.base.base_types.identification.HierObjectId
getUid()
Methods inherited from interface io.github.openehr4j.rm.common.archetyped.Locatable
concept, getArchetypeDetails, getArchetypeNodeId, getFeederAudit, getLinks, getName, isArchetypeRoot
Methods inherited from interface io.github.openehr4j.rm.common.archetyped.Pathable
itemAtPath, itemsAtPath, parent, pathExists, pathOfItem, pathUnique
-
Method Details
-
getRequestId
org.openehr.base.base_types.identification.ObjectRef getRequestId() -
getAction
io.github.openehr4j.rm.data_types.text.DvCodedText getAction() -
getUid
org.openehr.base.base_types.identification.HierObjectId getUid()- Specified by:
getUid
in interfaceio.github.openehr4j.rm.common.archetyped.Locatable
-