public abstract class ServiceOrder extends Order
Modifier and Type | Class and Description |
---|---|
static class |
ServiceOrder.Laterality |
Order.Action, Order.FulfillerStatus, Order.Urgency
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Concept |
specimenSource |
creator
Constructor and Description |
---|
ServiceOrder()
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
protected ServiceOrder |
cloneForDiscontinuingHelper(ServiceOrder target)
The purpose of this method is to allow subclasses of a ServiceOrder to delegate a portion of their
cloneForDiscontinuing() method back to the superclass, in case the base class implementation
changes.
|
protected ServiceOrder |
cloneForRevisionHelper(ServiceOrder target) |
protected ServiceOrder |
copyHelper(ServiceOrder target) |
String |
getClinicalHistory()
Gets the clinical history.
|
OrderFrequency |
getFrequency()
Gets frequency of a particular order
|
ServiceOrder.Laterality |
getLaterality()
Gets the laterality.
|
Concept |
getLocation()
Gets a location of the particular order
|
Integer |
getNumberOfRepeats()
Gets numberOfRepeats of a particular order
|
Concept |
getSpecimenSource() |
void |
setClinicalHistory(String clinicalHistory)
Sets the clinical history.
|
void |
setFrequency(OrderFrequency frequency)
Sets frequency of a particular order
|
void |
setLaterality(ServiceOrder.Laterality laterality)
Sets the laterality.
|
void |
setLocation(Concept location)
Sets a location of the particular order
|
void |
setNumberOfRepeats(Integer numberOfRepeats)
Sets numberOfRepeats of a particular order
|
void |
setSpecimenSource(Concept specimenSource) |
cloneForDiscontinuing, cloneForRevision, cloneForRevisionHelper, copy, copyHelper, getAccessionNumber, getAction, getAutoExpireDate, getCareSetting, getCommentToFulfiller, getConcept, getDateActivated, getDateStopped, getEffectiveStartDate, getEffectiveStopDate, getEncounter, getFormFieldNamespace, getFormFieldPath, getFormNamespaceAndPath, getFulfillerComment, getFulfillerStatus, getId, getInstructions, getOrderer, getOrderGroup, getOrderId, getOrderNumber, getOrderReason, getOrderReasonNonCoded, getOrderType, getPatient, getPreviousOrder, getScheduledDate, getSortWeight, getUrgency, hasSameOrderableAs, isActivated, isActivated, isActive, isActive, isDiscontinued, isDiscontinuedRightNow, isExpired, isExpired, isStarted, isStarted, isType, setAccessionNumber, setAction, setAutoExpireDate, setCareSetting, setCommentToFulfiller, setConcept, setDateActivated, setEncounter, setFormField, setFormNamespaceAndPath, setFulfillerComment, setFulfillerStatus, setId, setInstructions, setOrderer, setOrderGroup, setOrderId, setOrderReason, setOrderReasonNonCoded, setOrderType, setPatient, setPreviousOrder, setScheduledDate, setSortWeight, setUrgency, toString
addAttribute, getActiveAttributes, getActiveAttributes, getAttributes, setAttribute, setAttributes
getChangedBy, getCreator, getDateChanged, getDateCreated, getDateVoided, getVoided, getVoidedBy, getVoidReason, isVoided, setChangedBy, setCreator, setDateChanged, setDateCreated, setDateVoided, setVoided, setVoidedBy, setVoidReason
equals, getUuid, hashCode, setUuid
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getUuid, setUuid
public static final long serialVersionUID
public Concept specimenSource
protected ServiceOrder copyHelper(ServiceOrder target)
public Concept getSpecimenSource()
public void setSpecimenSource(Concept specimenSource)
specimenSource
- the specimenSource to setpublic ServiceOrder.Laterality getLaterality()
public void setLaterality(ServiceOrder.Laterality laterality)
laterality
- the laterality to set.public String getClinicalHistory()
public void setClinicalHistory(String clinicalHistory)
clinicalHistory
- the clinical history to set.public OrderFrequency getFrequency()
public void setFrequency(OrderFrequency frequency)
frequency
- public Integer getNumberOfRepeats()
public void setNumberOfRepeats(Integer numberOfRepeats)
numberOfRepeats
- to setpublic Concept getLocation()
public void setLocation(Concept location)
location
- to setprotected ServiceOrder cloneForRevisionHelper(ServiceOrder target)
Order.cloneForRevisionHelper(Order)
protected ServiceOrder cloneForDiscontinuingHelper(ServiceOrder target)
target
- a particular order that will have the state of this
copied into itCopyright © 2024 OpenMRS Inc.. All rights reserved.