Uses of Interface
org.openehr.schemas.v1.OBSERVATION
-
Packages that use OBSERVATION Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of OBSERVATION in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return OBSERVATION Modifier and Type Method Description static OBSERVATIONOBSERVATION.Factory. newInstance()static OBSERVATIONOBSERVATION.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static OBSERVATIONOBSERVATION.Factory. parse(File file)static OBSERVATIONOBSERVATION.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static OBSERVATIONOBSERVATION.Factory. parse(InputStream is)static OBSERVATIONOBSERVATION.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static OBSERVATIONOBSERVATION.Factory. parse(Reader r)static OBSERVATIONOBSERVATION.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static OBSERVATIONOBSERVATION.Factory. parse(String xmlAsString)static OBSERVATIONOBSERVATION.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static OBSERVATIONOBSERVATION.Factory. parse(URL u)static OBSERVATIONOBSERVATION.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static OBSERVATIONOBSERVATION.Factory. parse(XMLStreamReader sr)static OBSERVATIONOBSERVATION.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static OBSERVATIONOBSERVATION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic OBSERVATIONOBSERVATION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic OBSERVATIONOBSERVATION.Factory. parse(Node node)static OBSERVATIONOBSERVATION.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of OBSERVATION in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement OBSERVATION Modifier and Type Class Description classOBSERVATIONImplAn XML OBSERVATION(@http://schemas.openehr.org/v1).
-