public class TestOrder extends Order
Modifier and Type | Class and Description |
---|---|
static class |
TestOrder.Laterality |
Order.Action, Order.Urgency
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
creator
Constructor and Description |
---|
TestOrder()
Default Constructor
|
Modifier and Type | Method and Description |
---|---|
TestOrder |
cloneForDiscontinuing()
Creates a discontinuation order for this.
|
TestOrder |
cloneForRevision()
Creates a TestOrder for revision from this order, sets the previousOrder, action field and
other test order fields.
|
protected TestOrder |
cloneForRevisionHelper(TestOrder target) |
TestOrder |
copy()
Performs a shallow copy of this Order.
|
protected TestOrder |
copyHelper(TestOrder target) |
java.lang.String |
getClinicalHistory()
Gets the clinical history.
|
OrderFrequency |
getFrequency()
Gets frequency of test order
|
TestOrder.Laterality |
getLaterality()
Gets the laterality.
|
java.lang.Integer |
getNumberOfRepeats()
Gets numberOfRepeats of test order
|
Concept |
getSpecimenSource() |
void |
setClinicalHistory(java.lang.String clinicalHistory)
Sets the clinical history.
|
void |
setFrequency(OrderFrequency frequency)
Sets frequency of test order
|
void |
setLaterality(TestOrder.Laterality laterality)
Sets the laterality.
|
void |
setNumberOfRepeats(java.lang.Integer numberOfRepeats)
Sets numberOfRepeats of test order
|
void |
setSpecimenSource(Concept specimenSource) |
cloneForRevisionHelper, copyHelper, getAccessionNumber, getAction, getAutoExpireDate, getCareSetting, getCommentToFulfiller, getConcept, getDateActivated, getDateStopped, getEffectiveStartDate, getEffectiveStopDate, getEncounter, getId, getInstructions, getOrderer, getOrderId, getOrderNumber, getOrderReason, getOrderReasonNonCoded, getOrderType, getPatient, getPreviousOrder, getScheduledDate, getUrgency, hasSameOrderableAs, isActive, isActive, isCurrent, isCurrent, isDiscontinued, isDiscontinuedRightNow, isExpired, isExpired, isFuture, isFuture, isStarted, isStarted, isType, setAccessionNumber, setAction, setAutoExpireDate, setCareSetting, setCommentToFulfiller, setConcept, setDateActivated, setEncounter, setId, setInstructions, setOrderer, setOrderId, setOrderReason, setOrderReasonNonCoded, setOrderType, setPatient, setPreviousOrder, setScheduledDate, setUrgency, toString
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 TestOrder copy()
Order
copy
in class Order
Order.copy()
public Concept getSpecimenSource()
public void setSpecimenSource(Concept specimenSource)
specimenSource
- the specimenSource to setpublic TestOrder.Laterality getLaterality()
public void setLaterality(TestOrder.Laterality laterality)
laterality
- the laterality to set.public java.lang.String getClinicalHistory()
public void setClinicalHistory(java.lang.String clinicalHistory)
clinicalHistory
- the clinical history to set.public OrderFrequency getFrequency()
public void setFrequency(OrderFrequency frequency)
frequency
- public java.lang.Integer getNumberOfRepeats()
public void setNumberOfRepeats(java.lang.Integer numberOfRepeats)
numberOfRepeats
- to setpublic TestOrder cloneForDiscontinuing()
cloneForDiscontinuing
in class Order
Order.cloneForDiscontinuing()
public TestOrder cloneForRevision()
cloneForRevision
in class Order
protected TestOrder cloneForRevisionHelper(TestOrder target)
Order.cloneForRevisionHelper(Order)
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.