Uses of Interface
org.openehr.schemas.v1.HISTORY
-
Packages that use HISTORY Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of HISTORY in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return HISTORY Modifier and Type Method Description HISTORYOBSERVATION. addNewData()Appends and returns a new empty "data" elementHISTORYOBSERVATION. addNewState()Appends and returns a new empty "state" elementHISTORYOBSERVATION. getData()Gets the "data" elementHISTORYOBSERVATION. getState()Gets the "state" elementstatic HISTORYHISTORY.Factory. newInstance()static HISTORYHISTORY.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static HISTORYHISTORY.Factory. parse(File file)static HISTORYHISTORY.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static HISTORYHISTORY.Factory. parse(InputStream is)static HISTORYHISTORY.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static HISTORYHISTORY.Factory. parse(Reader r)static HISTORYHISTORY.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static HISTORYHISTORY.Factory. parse(String xmlAsString)static HISTORYHISTORY.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static HISTORYHISTORY.Factory. parse(URL u)static HISTORYHISTORY.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static HISTORYHISTORY.Factory. parse(XMLStreamReader sr)static HISTORYHISTORY.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static HISTORYHISTORY.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic HISTORYHISTORY.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic HISTORYHISTORY.Factory. parse(Node node)static HISTORYHISTORY.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type HISTORY Modifier and Type Method Description voidOBSERVATION. setData(HISTORY data)Sets the "data" elementvoidOBSERVATION. setState(HISTORY state)Sets the "state" element -
Uses of HISTORY in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement HISTORY Modifier and Type Class Description classHISTORYImplAn XML HISTORY(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return HISTORY Modifier and Type Method Description HISTORYOBSERVATIONImpl. addNewData()Appends and returns a new empty "data" elementHISTORYOBSERVATIONImpl. addNewState()Appends and returns a new empty "state" elementHISTORYOBSERVATIONImpl. getData()Gets the "data" elementHISTORYOBSERVATIONImpl. getState()Gets the "state" elementMethods in org.openehr.schemas.v1.impl with parameters of type HISTORY Modifier and Type Method Description voidOBSERVATIONImpl. setData(HISTORY data)Sets the "data" elementvoidOBSERVATIONImpl. setState(HISTORY state)Sets the "state" element
-