Uses of Interface
openEHR.v1.template.PARTICIPATION
Packages that use PARTICIPATION
-
Uses of PARTICIPATION in openEHR.v1.template
Methods in openEHR.v1.template that return PARTICIPATIONModifier and TypeMethodDescriptionENTRY.addNewOtherParticipation()Appends and returns a new empty value (as xml) as the last "other_participation" elementEVENTCONTEXT.addNewParticipation()Appends and returns a new empty value (as xml) as the last "participation" elementENTRY.getOtherParticipationArray()Gets array of all "other_participation" elementsENTRY.getOtherParticipationArray(int i) Gets ith "other_participation" elementEVENTCONTEXT.getParticipationArray()Gets array of all "participation" elementsEVENTCONTEXT.getParticipationArray(int i) Gets ith "participation" elementENTRY.insertNewOtherParticipation(int i) Inserts and returns a new empty value (as xml) as the ith "other_participation" elementEVENTCONTEXT.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 PARTICIPATIONstatic PARTICIPATIONstatic PARTICIPATIONPARTICIPATION.Factory.parse(InputStream is) static PARTICIPATIONPARTICIPATION.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options) static PARTICIPATIONstatic PARTICIPATIONstatic PARTICIPATIONstatic PARTICIPATIONstatic PARTICIPATIONstatic PARTICIPATIONstatic 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.static PARTICIPATIONPARTICIPATION.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) Deprecated.XMLInputStreamstatic PARTICIPATIONstatic PARTICIPATIONMethods in openEHR.v1.template with parameters of type PARTICIPATIONModifier and TypeMethodDescriptionvoidENTRY.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 PARTICIPATIONModifier and TypeClassDescriptionclassAn XML PARTICIPATION(@openEHR/v1/Template).Methods in openEHR.v1.template.impl that return PARTICIPATIONModifier and TypeMethodDescriptionENTRYImpl.addNewOtherParticipation()Appends and returns a new empty value (as xml) as the last "other_participation" elementEVENTCONTEXTImpl.addNewParticipation()Appends and returns a new empty value (as xml) as the last "participation" elementENTRYImpl.getOtherParticipationArray()Gets array of all "other_participation" elementsENTRYImpl.getOtherParticipationArray(int i) Gets ith "other_participation" elementEVENTCONTEXTImpl.getParticipationArray()Gets array of all "participation" elementsEVENTCONTEXTImpl.getParticipationArray(int i) Gets ith "participation" elementENTRYImpl.insertNewOtherParticipation(int i) Inserts and returns a new empty value (as xml) as the ith "other_participation" elementEVENTCONTEXTImpl.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 PARTICIPATIONModifier and TypeMethodDescriptionvoidENTRYImpl.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
XMLInputStream