Uses of Interface
org.openehr.schemas.v1.TERMINOLOGYID
-
Packages that use TERMINOLOGYID Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of TERMINOLOGYID in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return TERMINOLOGYID Modifier and Type Method Description TERMINOLOGYIDCCODEPHRASE. addNewTerminologyId()Appends and returns a new empty "terminology_id" elementTERMINOLOGYIDCODEPHRASE. addNewTerminologyId()Appends and returns a new empty "terminology_id" elementTERMINOLOGYIDCCODEPHRASE. getTerminologyId()Gets the "terminology_id" elementTERMINOLOGYIDCODEPHRASE. getTerminologyId()Gets the "terminology_id" elementstatic TERMINOLOGYIDTERMINOLOGYID.Factory. newInstance()static TERMINOLOGYIDTERMINOLOGYID.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(File file)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(InputStream is)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(Reader r)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(String xmlAsString)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(URL u)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(XMLStreamReader sr)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic TERMINOLOGYIDTERMINOLOGYID.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic TERMINOLOGYIDTERMINOLOGYID.Factory. parse(Node node)static TERMINOLOGYIDTERMINOLOGYID.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type TERMINOLOGYID Modifier and Type Method Description voidCCODEPHRASE. setTerminologyId(TERMINOLOGYID terminologyId)Sets the "terminology_id" elementvoidCODEPHRASE. setTerminologyId(TERMINOLOGYID terminologyId)Sets the "terminology_id" element -
Uses of TERMINOLOGYID in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement TERMINOLOGYID Modifier and Type Class Description classTERMINOLOGYIDImplAn XML TERMINOLOGY_ID(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return TERMINOLOGYID Modifier and Type Method Description TERMINOLOGYIDCCODEPHRASEImpl. addNewTerminologyId()Appends and returns a new empty "terminology_id" elementTERMINOLOGYIDCODEPHRASEImpl. addNewTerminologyId()Appends and returns a new empty "terminology_id" elementTERMINOLOGYIDCCODEPHRASEImpl. getTerminologyId()Gets the "terminology_id" elementTERMINOLOGYIDCODEPHRASEImpl. getTerminologyId()Gets the "terminology_id" elementMethods in org.openehr.schemas.v1.impl with parameters of type TERMINOLOGYID Modifier and Type Method Description voidCCODEPHRASEImpl. setTerminologyId(TERMINOLOGYID terminologyId)Sets the "terminology_id" elementvoidCODEPHRASEImpl. setTerminologyId(TERMINOLOGYID terminologyId)Sets the "terminology_id" element
-