Package org.openehr.schemas.v1
Interface INSTRUCTION
- All Superinterfaces:
CAREENTRY,CONTENTITEM,ENTRY,LOCATABLE,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
INSTRUCTIONImpl
An XML INSTRUCTION(@http://schemas.openehr.org/v1).
This is a complex type.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA factory class with static methods for creating instances of this type. -
Field Summary
FieldsFields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL -
Method Summary
Modifier and TypeMethodDescriptionAppends and returns a new empty value (as xml) as the last "activities" elementAppends and returns a new empty "expiry_time" elementAppends and returns a new empty "narrative" elementAppends and returns a new empty "wf_definition" elementACTIVITY[]Gets array of all "activities" elementsgetActivitiesArray(int i) Gets ith "activities" elementGets the "expiry_time" elementGets the "narrative" elementGets the "wf_definition" elementinsertNewActivities(int i) Inserts and returns a new empty value (as xml) as the ith "activities" elementbooleanTrue if has "expiry_time" elementbooleanTrue if has "wf_definition" elementvoidremoveActivities(int i) Removes the ith "activities" elementvoidsetActivitiesArray(int i, ACTIVITY activities) Sets ith "activities" elementvoidsetActivitiesArray(ACTIVITY[] activitiesArray) Sets array of all "activities" elementvoidsetExpiryTime(DVDATETIME expiryTime) Sets the "expiry_time" elementvoidsetNarrative(DVTEXT narrative) Sets the "narrative" elementvoidsetWfDefinition(DVPARSABLE wfDefinition) Sets the "wf_definition" elementintReturns number of "activities" elementvoidUnsets the "expiry_time" elementvoidUnsets the "wf_definition" elementMethods inherited from interface org.openehr.schemas.v1.CAREENTRY
addNewGuidelineId, addNewProtocol, getGuidelineId, getProtocol, isSetGuidelineId, isSetProtocol, setGuidelineId, setProtocol, unsetGuidelineId, unsetProtocolMethods inherited from interface org.openehr.schemas.v1.ENTRY
addNewEncoding, addNewLanguage, addNewOtherParticipations, addNewProvider, addNewSubject, addNewWorkFlowId, getEncoding, getLanguage, getOtherParticipationsArray, getOtherParticipationsArray, getProvider, getSubject, getWorkFlowId, insertNewOtherParticipations, isSetProvider, isSetWorkFlowId, removeOtherParticipations, setEncoding, setLanguage, setOtherParticipationsArray, setOtherParticipationsArray, setProvider, setSubject, setWorkFlowId, sizeOfOtherParticipationsArray, unsetProvider, unsetWorkFlowIdMethods inherited from interface org.openehr.schemas.v1.LOCATABLE
addNewArchetypeDetails, addNewFeederAudit, addNewLinks, addNewName, addNewUid, getArchetypeDetails, getArchetypeNodeId, getFeederAudit, getLinksArray, getLinksArray, getName, getUid, insertNewLinks, isSetArchetypeDetails, isSetFeederAudit, isSetUid, removeLinks, setArchetypeDetails, setArchetypeNodeId, setFeederAudit, setLinksArray, setLinksArray, setName, setUid, sizeOfLinksArray, unsetArchetypeDetails, unsetFeederAudit, unsetUid, xgetArchetypeNodeId, xsetArchetypeNodeIdMethods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodeMethods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
Field Details
-
type
static final org.apache.xmlbeans.SchemaType type
-
-
Method Details
-
getNarrative
DVTEXT getNarrative()Gets the "narrative" element -
setNarrative
Sets the "narrative" element -
addNewNarrative
DVTEXT addNewNarrative()Appends and returns a new empty "narrative" element -
getExpiryTime
DVDATETIME getExpiryTime()Gets the "expiry_time" element -
isSetExpiryTime
boolean isSetExpiryTime()True if has "expiry_time" element -
setExpiryTime
Sets the "expiry_time" element -
addNewExpiryTime
DVDATETIME addNewExpiryTime()Appends and returns a new empty "expiry_time" element -
unsetExpiryTime
void unsetExpiryTime()Unsets the "expiry_time" element -
getWfDefinition
DVPARSABLE getWfDefinition()Gets the "wf_definition" element -
isSetWfDefinition
boolean isSetWfDefinition()True if has "wf_definition" element -
setWfDefinition
Sets the "wf_definition" element -
addNewWfDefinition
DVPARSABLE addNewWfDefinition()Appends and returns a new empty "wf_definition" element -
unsetWfDefinition
void unsetWfDefinition()Unsets the "wf_definition" element -
getActivitiesArray
ACTIVITY[] getActivitiesArray()Gets array of all "activities" elements -
getActivitiesArray
Gets ith "activities" element -
sizeOfActivitiesArray
int sizeOfActivitiesArray()Returns number of "activities" element -
setActivitiesArray
Sets array of all "activities" element -
setActivitiesArray
Sets ith "activities" element -
insertNewActivities
Inserts and returns a new empty value (as xml) as the ith "activities" element -
addNewActivities
ACTIVITY addNewActivities()Appends and returns a new empty value (as xml) as the last "activities" element -
removeActivities
void removeActivities(int i) Removes the ith "activities" element
-