Uses of Class
org.hl7.fhir.r5.openehr.PATHABLE

Packages that use PATHABLE
Package
Description
 
  • Uses of PATHABLE in org.hl7.fhir.r5.openehr

    Modifier and Type
    Class
    Description
    class 
    Used to record a clinical action that has been performed, which may have been ad hoc, or due to the execution of an Activity in an Instruction workflow.
    class 
    Used to specify actions in the future.
    class 
    Ancestor of all real-world types, including people and organisations.
    class 
    Address of contact, which may be electronic or geographic.
    class 
    Entry subtype for administrative information, i.e. information about setting up the clinical process, but not itself clinically relevant.
    class 
    Generic concept of any kind of agent, including devices, software systems, but not humans or organisations.
    class 
    Capability of a role, such as ehr modifier, health care provider.
    class 
    The abstract parent of all clinical ENTRY subtypes.
    class 
    The grouping variant of ITEM, which may contain further instances of ITEM, in an ordered list.
    class 
    Content of one version in a VERSIONED_COMPOSITION.
    class 
    Description of a means of contact of a Party.
    class 
    Content of one version in a VERSIONED_CONTENT_ITEM.
    class 
    Abstract parent class of all data structure types.
    class 
    EHR-wide access control object.
    class 
    Single object per EHR containing various EHR-wide status flags and settings, including whether this EHR can be queried, modified etc.
    class 
    The leaf variant of ITEM, to which a DATA_VALUE instance is attached.
    class 
    The abstract parent of all ENTRY subtypes.
    class 
    Entry type for evaluation statements.
    class 
    Defines the abstract notion of a single event in a series.
    class 
    Documents the context information of a healthcare event involving the subject of care and the health system.
    class 
    The concept of a named folder.
    class 
    A group is a real world group of parties which is created by another party, usually an organisation, for some specific purpose.
    class 
    Root object of a linear history, i.e. time series structure.
    class 
    Used to specify actions in the future.
    class 
    Used to record details of the Instruction causing an Action.
    class 
    Defines a single interval event in a series.
    class 
    Model of a transition in the Instruction State Machine, caused by a careflow step.
    class 
    The abstract parent of CLUSTER and ELEMENT representation classes.
    class 
    Logical list data structure, where each item has a value and can be referred to by a name and a positional index in the list.
    class 
    Logical single value data structure.
    class 
    Abstract parent class of all spatial data types.
    class 
    Logical relational database style table data structure, in which columns are named and ordered with respect to each other.
    class 
    Logical tree data structure.
    class 
    The LOCATABLE class defines the pathing capabilities used by nearly all classes in the openEHR reference model, mostly via inheritance of LOCATABLE.
    class 
    Entry subtype for all clinical data in the past or present, i.e. which (by the time it is recorded) has already occurred.
    class 
    Generic description of organisations.
    class 
    Model of a participation of a Party (any Actor or Role) in an activity.
    class 
    Ancestor of all Party types, including real world entities and their roles.
    class 
    An identity owned by a Party, such as a person name or company name, and which is used by the Party to identify itself.
    class 
    Generic description of a relationship between parties.
    class 
    Generic description of persons.
    class 
    Defines a single point event in a series.
    class 
    Generic description of a role performed by an Actor.
    class 
    Represents a heading in a heading structure, or section tree.
    Methods in org.hl7.fhir.r5.openehr that return PATHABLE
    Modifier and Type
    Method
    Description
    PATHABLE.addLinks(LINK t)
     
    abstract PATHABLE
    PATHABLE.copy()
     
    protected PATHABLE
    OpenehrJsonParser.parsePATHABLE(com.google.gson.JsonObject json)
     
    protected PATHABLE
    OpenehrXmlParser.parsePATHABLE(org.xmlpull.v1.XmlPullParser xpp)
     
     
    PATHABLE.setArchetype_node_id(String value)
     
     
    PATHABLE.setFeeder_audit(FEEDER_AUDIT value)
     
    PATHABLE.setLinksList(List<LINK> theLinks)
     
    PATHABLE.setName(DV_TEXT value)
     
    PATHABLE.setUid(UID_BASED_ID value)
     
    Methods in org.hl7.fhir.r5.openehr with parameters of type PATHABLE
    Modifier and Type
    Method
    Description
    protected void
    OpenehrJsonParser.composePATHABLE(String name, PATHABLE element)
     
    protected void
    OpenehrXmlParser.composePATHABLE(String name, PATHABLE element)
     
    protected void
    OpenehrXmlParser.composePATHABLEElements(PATHABLE element)
     
    protected void
    OpenehrJsonParser.composePATHABLEProperties(PATHABLE element)
     
    void
    PATHABLE.copyValues(PATHABLE dst)
     
    protected boolean
    OpenehrXmlParser.parsePATHABLEContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, PATHABLE res)
     
    protected void
    OpenehrJsonParser.parsePATHABLEProperties(com.google.gson.JsonObject json, PATHABLE res)