Interface InstructionDetails

All Superinterfaces:
io.github.openehr4j.rm.common.archetyped.Pathable

public interface InstructionDetails extends io.github.openehr4j.rm.common.archetyped.Pathable
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    org.openehr.base.base_types.identification.LocatableRef
     
    io.github.openehr4j.rm.data_structures.item_structure.ItemStructure
     

    Methods inherited from interface io.github.openehr4j.rm.common.archetyped.Pathable

    itemAtPath, itemsAtPath, parent, pathExists, pathOfItem, pathUnique
  • Method Details

    • getInstructionId

      org.openehr.base.base_types.identification.LocatableRef getInstructionId()
    • getActivityId

      String getActivityId()
    • getWfDetails

      io.github.openehr4j.rm.data_structures.item_structure.ItemStructure getWfDetails()