Uses of Interface
openEHR.v1.template.EVENTCONTEXT
-
Packages that use EVENTCONTEXT Package Description openEHR.v1.template openEHR.v1.template.impl -
-
Uses of EVENTCONTEXT in openEHR.v1.template
Methods in openEHR.v1.template that return EVENTCONTEXT Modifier and Type Method Description EVENTCONTEXTCOMPOSITION. addNewContext()Appends and returns a new empty "Context" elementEVENTCONTEXTCOMPOSITION. getContext()Gets the "Context" elementstatic EVENTCONTEXTEVENTCONTEXT.Factory. newInstance()static EVENTCONTEXTEVENTCONTEXT.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(File file)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(InputStream is)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(Reader r)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(String xmlAsString)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(URL u)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(XMLStreamReader sr)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic EVENTCONTEXTEVENTCONTEXT.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic EVENTCONTEXTEVENTCONTEXT.Factory. parse(Node node)static EVENTCONTEXTEVENTCONTEXT.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in openEHR.v1.template with parameters of type EVENTCONTEXT Modifier and Type Method Description voidCOMPOSITION. setContext(EVENTCONTEXT context)Sets the "Context" element -
Uses of EVENTCONTEXT in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement EVENTCONTEXT Modifier and Type Class Description classEVENTCONTEXTImplAn XML EVENT_CONTEXT(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return EVENTCONTEXT Modifier and Type Method Description EVENTCONTEXTCOMPOSITIONImpl. addNewContext()Appends and returns a new empty "Context" elementEVENTCONTEXTCOMPOSITIONImpl. getContext()Gets the "Context" elementMethods in openEHR.v1.template.impl with parameters of type EVENTCONTEXT Modifier and Type Method Description voidCOMPOSITIONImpl. setContext(EVENTCONTEXT context)Sets the "Context" element
-