public class Encounter extends Object
| Constructor and Description |
|---|
Encounter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDischargeDisposition()
Get the encounter's discharge disposition.
|
Date |
getEnd()
Get the encounter's end date.
|
Long |
getId()
Get the encounter's unique identifier.
|
Long |
getPatientId()
Get the unique identifier for the patient associated with this encounter.
|
Long |
getProviderId()
Get the unique identifier for the provider associated with this
encounter.
|
Date |
getStart()
Get the encounter's start date.
|
String |
getType()
Get the encounter's type.
|
void |
setDischargeDisposition(String inDischargeDisposition)
Set the encounter's discharge disposition.
|
void |
setEnd(Date inEnd)
Set the encounter's end date.
|
void |
setId(Long inId)
Set the encounter's unique identifier.
|
void |
setPatientId(Long inPatientId)
Set the unique identifier for the patient associated with this encounter.
|
void |
setProviderId(Long inProviderId)
Set the unique identifier for the provider associated with this
encounter.
|
void |
setStart(Date inStart)
Set the encounter's start date.
|
void |
setType(String inType)
Set the encounter's type.
|
public Long getId()
public void setId(Long inId)
inId - The encounter's unique identifier.public Long getPatientId()
public void setPatientId(Long inPatientId)
inPatientId - The unique identifier for the patient associated with
this encounter.public Long getProviderId()
public void setProviderId(Long inProviderId)
inProviderId - The provider's unique identifier.public Date getStart()
public void setStart(Date inStart)
inStart - The encounter's start date.public Date getEnd()
public void setEnd(Date inEnd)
inEnd - The encounter's end date.public String getType()
public void setType(String inType)
inType - The encounter's type.public String getDischargeDisposition()
public void setDischargeDisposition(String inDischargeDisposition)
inDischargeDisposition - The encounter's discharge disposition.Copyright © 2012–2018 Emory University. All rights reserved.