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
public interface INSTRUCTION extends CAREENTRY
An XML INSTRUCTION(@http://schemas.openehr.org/v1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classINSTRUCTION.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ACTIVITYaddNewActivities()Appends and returns a new empty value (as xml) as the last "activities" elementDVDATETIMEaddNewExpiryTime()Appends and returns a new empty "expiry_time" elementDVTEXTaddNewNarrative()Appends and returns a new empty "narrative" elementDVPARSABLEaddNewWfDefinition()Appends and returns a new empty "wf_definition" elementACTIVITY[]getActivitiesArray()Gets array of all "activities" elementsACTIVITYgetActivitiesArray(int i)Gets ith "activities" elementDVDATETIMEgetExpiryTime()Gets the "expiry_time" elementDVTEXTgetNarrative()Gets the "narrative" elementDVPARSABLEgetWfDefinition()Gets the "wf_definition" elementACTIVITYinsertNewActivities(int i)Inserts and returns a new empty value (as xml) as the ith "activities" elementbooleanisSetExpiryTime()True if has "expiry_time" elementbooleanisSetWfDefinition()True 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" elementintsizeOfActivitiesArray()Returns number of "activities" elementvoidunsetExpiryTime()Unsets the "expiry_time" elementvoidunsetWfDefinition()Unsets the "wf_definition" element-
Methods inherited from interface org.openehr.schemas.v1.CAREENTRY
addNewGuidelineId, addNewProtocol, getGuidelineId, getProtocol, isSetGuidelineId, isSetProtocol, setGuidelineId, setProtocol, unsetGuidelineId, unsetProtocol
-
Methods 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, unsetWorkFlowId
-
Methods 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, xsetArchetypeNodeId
-
Methods 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, valueHashCode
-
Methods 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
-
-
-
-
Method Detail
-
getNarrative
DVTEXT getNarrative()
Gets the "narrative" element
-
setNarrative
void setNarrative(DVTEXT narrative)
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
void setExpiryTime(DVDATETIME expiryTime)
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
void setWfDefinition(DVPARSABLE wfDefinition)
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
ACTIVITY getActivitiesArray(int i)
Gets ith "activities" element
-
sizeOfActivitiesArray
int sizeOfActivitiesArray()
Returns number of "activities" element
-
setActivitiesArray
void setActivitiesArray(ACTIVITY[] activitiesArray)
Sets array of all "activities" element
-
setActivitiesArray
void setActivitiesArray(int i, ACTIVITY activities)Sets ith "activities" element
-
insertNewActivities
ACTIVITY insertNewActivities(int i)
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
-
-