Uses of Interface
openEHR.v1.template.PARTICIPATION
-
Packages that use PARTICIPATION Package Description openEHR.v1.template openEHR.v1.template.impl -
-
Uses of PARTICIPATION in openEHR.v1.template
Methods in openEHR.v1.template that return PARTICIPATION Modifier and Type Method Description PARTICIPATIONENTRY. addNewOtherParticipation()Appends and returns a new empty value (as xml) as the last "other_participation" elementPARTICIPATIONEVENTCONTEXT. addNewParticipation()Appends and returns a new empty value (as xml) as the last "participation" elementPARTICIPATION[]ENTRY. getOtherParticipationArray()Gets array of all "other_participation" elementsPARTICIPATIONENTRY. getOtherParticipationArray(int i)Gets ith "other_participation" elementPARTICIPATION[]EVENTCONTEXT. getParticipationArray()Gets array of all "participation" elementsPARTICIPATIONEVENTCONTEXT. getParticipationArray(int i)Gets ith "participation" elementPARTICIPATIONENTRY. insertNewOtherParticipation(int i)Inserts and returns a new empty value (as xml) as the ith "other_participation" elementPARTICIPATIONEVENTCONTEXT. insertNewParticipation(int i)Inserts and returns a new empty value (as xml) as the ith "participation" elementstatic PARTICIPATIONPARTICIPATION.Factory. newInstance()static PARTICIPATIONPARTICIPATION.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static PARTICIPATIONPARTICIPATION.Factory. parse(File file)static PARTICIPATIONPARTICIPATION.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static PARTICIPATIONPARTICIPATION.Factory. parse(InputStream is)static PARTICIPATIONPARTICIPATION.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static PARTICIPATIONPARTICIPATION.Factory. parse(Reader r)static PARTICIPATIONPARTICIPATION.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static PARTICIPATIONPARTICIPATION.Factory. parse(String xmlAsString)static PARTICIPATIONPARTICIPATION.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static PARTICIPATIONPARTICIPATION.Factory. parse(URL u)static PARTICIPATIONPARTICIPATION.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static PARTICIPATIONPARTICIPATION.Factory. parse(XMLStreamReader sr)static PARTICIPATIONPARTICIPATION.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static PARTICIPATIONPARTICIPATION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic PARTICIPATIONPARTICIPATION.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic PARTICIPATIONPARTICIPATION.Factory. parse(Node node)static PARTICIPATIONPARTICIPATION.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in openEHR.v1.template with parameters of type PARTICIPATION Modifier and Type Method Description voidENTRY. setOtherParticipationArray(int i, PARTICIPATION otherParticipation)Sets ith "other_participation" elementvoidENTRY. setOtherParticipationArray(PARTICIPATION[] otherParticipationArray)Sets array of all "other_participation" elementvoidEVENTCONTEXT. setParticipationArray(int i, PARTICIPATION participation)Sets ith "participation" elementvoidEVENTCONTEXT. setParticipationArray(PARTICIPATION[] participationArray)Sets array of all "participation" element -
Uses of PARTICIPATION in openEHR.v1.template.impl
Classes in openEHR.v1.template.impl that implement PARTICIPATION Modifier and Type Class Description classPARTICIPATIONImplAn XML PARTICIPATION(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return PARTICIPATION Modifier and Type Method Description PARTICIPATIONENTRYImpl. addNewOtherParticipation()Appends and returns a new empty value (as xml) as the last "other_participation" elementPARTICIPATIONEVENTCONTEXTImpl. addNewParticipation()Appends and returns a new empty value (as xml) as the last "participation" elementPARTICIPATION[]ENTRYImpl. getOtherParticipationArray()Gets array of all "other_participation" elementsPARTICIPATIONENTRYImpl. getOtherParticipationArray(int i)Gets ith "other_participation" elementPARTICIPATION[]EVENTCONTEXTImpl. getParticipationArray()Gets array of all "participation" elementsPARTICIPATIONEVENTCONTEXTImpl. getParticipationArray(int i)Gets ith "participation" elementPARTICIPATIONENTRYImpl. insertNewOtherParticipation(int i)Inserts and returns a new empty value (as xml) as the ith "other_participation" elementPARTICIPATIONEVENTCONTEXTImpl. insertNewParticipation(int i)Inserts and returns a new empty value (as xml) as the ith "participation" elementMethods in openEHR.v1.template.impl with parameters of type PARTICIPATION Modifier and Type Method Description voidENTRYImpl. setOtherParticipationArray(int i, PARTICIPATION otherParticipation)Sets ith "other_participation" elementvoidENTRYImpl. setOtherParticipationArray(PARTICIPATION[] otherParticipationArray)Sets array of all "other_participation" elementvoidEVENTCONTEXTImpl. setParticipationArray(int i, PARTICIPATION participation)Sets ith "participation" elementvoidEVENTCONTEXTImpl. setParticipationArray(PARTICIPATION[] participationArray)Sets array of all "participation" element
-