public class OrderSetMember extends BaseChangeableOpenmrsMetadata
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
OrderSetMember() |
Modifier and Type | Method and Description |
---|---|
Concept |
getConcept() |
Integer |
getId() |
OrderSet |
getOrderSet()
Gets the orderSet for the member
|
Integer |
getOrderSetMemberId()
Gets the orderSetMemberId
|
String |
getOrderTemplate()
Gets the orderTemplate
|
String |
getOrderTemplateType()
Returns the orderTemplateType
|
OrderType |
getOrderType()
Gets the orderType
|
void |
setConcept(Concept concept)
Sets the concept
|
void |
setId(Integer id) |
void |
setOrderSet(OrderSet orderSet)
Sets the orderSet for the member
|
void |
setOrderSetMemberId(Integer orderSetMemberId)
Sets the orderSetMemberId
|
void |
setOrderTemplate(String orderTemplate)
Sets the orderTemplate
|
void |
setOrderTemplateType(String orderTemplateType)
It takes in a name of a handler, which defines the schema of orderTemplate to be generated
|
void |
setOrderType(OrderType orderType)
Sets the orderType
|
getChangedBy, getCreator, getDateChanged, getDateCreated, getDateRetired, getDescription, getName, getRetired, getRetiredBy, getRetireReason, isRetired, setChangedBy, setCreator, setDateChanged, setDateCreated, setDateRetired, setDescription, setName, setRetired, setRetiredBy, setRetireReason
equals, getUuid, hashCode, setUuid, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getUuid, setUuid
public static final long serialVersionUID
public Integer getOrderSetMemberId()
public void setOrderSetMemberId(Integer orderSetMemberId)
orderSetMemberId
- the orderSetMemberId to setpublic OrderType getOrderType()
public void setOrderType(OrderType orderType)
orderType
- the orderType to setpublic String getOrderTemplate()
public void setOrderTemplate(String orderTemplate)
orderTemplate
- the orderTemplate to setpublic String getOrderTemplateType()
public void setOrderTemplateType(String orderTemplateType)
orderTemplateType
- the orderTemplateType to be setpublic Concept getConcept()
public void setConcept(Concept concept)
concept
- the concept to setpublic OrderSet getOrderSet()
public void setOrderSet(OrderSet orderSet)
orderSet
- public Integer getId()
public void setId(Integer id)
id
- - The unique Identifier for the objectCopyright © 2024 OpenMRS Inc.. All rights reserved.