Uses of Interface
org.openehr.schemas.v1.REFERENCERANGE
-
Packages that use REFERENCERANGE Package Description org.openehr.schemas.v1 org.openehr.schemas.v1.impl -
-
Uses of REFERENCERANGE in org.openehr.schemas.v1
Methods in org.openehr.schemas.v1 that return REFERENCERANGE Modifier and Type Method Description REFERENCERANGEDVORDERED. addNewOtherReferenceRanges()Appends and returns a new empty value (as xml) as the last "other_reference_ranges" elementREFERENCERANGE[]DVORDERED. getOtherReferenceRangesArray()Gets array of all "other_reference_ranges" elementsREFERENCERANGEDVORDERED. getOtherReferenceRangesArray(int i)Gets ith "other_reference_ranges" elementREFERENCERANGEDVORDERED. insertNewOtherReferenceRanges(int i)Inserts and returns a new empty value (as xml) as the ith "other_reference_ranges" elementstatic REFERENCERANGEREFERENCERANGE.Factory. newInstance()static REFERENCERANGEREFERENCERANGE.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static REFERENCERANGEREFERENCERANGE.Factory. parse(File file)static REFERENCERANGEREFERENCERANGE.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static REFERENCERANGEREFERENCERANGE.Factory. parse(InputStream is)static REFERENCERANGEREFERENCERANGE.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static REFERENCERANGEREFERENCERANGE.Factory. parse(Reader r)static REFERENCERANGEREFERENCERANGE.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static REFERENCERANGEREFERENCERANGE.Factory. parse(String xmlAsString)static REFERENCERANGEREFERENCERANGE.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static REFERENCERANGEREFERENCERANGE.Factory. parse(URL u)static REFERENCERANGEREFERENCERANGE.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static REFERENCERANGEREFERENCERANGE.Factory. parse(XMLStreamReader sr)static REFERENCERANGEREFERENCERANGE.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static REFERENCERANGEREFERENCERANGE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic REFERENCERANGEREFERENCERANGE.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic REFERENCERANGEREFERENCERANGE.Factory. parse(Node node)static REFERENCERANGEREFERENCERANGE.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in org.openehr.schemas.v1 with parameters of type REFERENCERANGE Modifier and Type Method Description voidDVORDERED. setOtherReferenceRangesArray(int i, REFERENCERANGE otherReferenceRanges)Sets ith "other_reference_ranges" elementvoidDVORDERED. setOtherReferenceRangesArray(REFERENCERANGE[] otherReferenceRangesArray)Sets array of all "other_reference_ranges" element -
Uses of REFERENCERANGE in org.openehr.schemas.v1.impl
Classes in org.openehr.schemas.v1.impl that implement REFERENCERANGE Modifier and Type Class Description classREFERENCERANGEImplAn XML REFERENCE_RANGE(@http://schemas.openehr.org/v1).Methods in org.openehr.schemas.v1.impl that return REFERENCERANGE Modifier and Type Method Description REFERENCERANGEDVORDEREDImpl. addNewOtherReferenceRanges()Appends and returns a new empty value (as xml) as the last "other_reference_ranges" elementREFERENCERANGE[]DVORDEREDImpl. getOtherReferenceRangesArray()Gets array of all "other_reference_ranges" elementsREFERENCERANGEDVORDEREDImpl. getOtherReferenceRangesArray(int i)Gets ith "other_reference_ranges" elementREFERENCERANGEDVORDEREDImpl. insertNewOtherReferenceRanges(int i)Inserts and returns a new empty value (as xml) as the ith "other_reference_ranges" elementMethods in org.openehr.schemas.v1.impl with parameters of type REFERENCERANGE Modifier and Type Method Description voidDVORDEREDImpl. setOtherReferenceRangesArray(int i, REFERENCERANGE otherReferenceRanges)Sets ith "other_reference_ranges" elementvoidDVORDEREDImpl. setOtherReferenceRangesArray(REFERENCERANGE[] otherReferenceRangesArray)Sets array of all "other_reference_ranges" element
-