public class DischargeSummaryCath_TID3828 extends Template
| Constructor and Description |
|---|
DischargeSummaryCath_TID3828(SRTree objTree)
Instantiates a new DischargeSummaryCath_TID3828 Template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
setCoronaryArteryBypassDuringThisAdmission(int[] arrPosition,
EnumCM_YesNo enumYesNo)
Sets the value for Coronary Artery Bypass During This Admission.
|
void |
setDateOfDeath(int[] arrPosition,
java.lang.String strDateOfDeath)
Sets the value for Date of Death.
|
void |
setDeathDuringCatheterization(int[] arrPosition,
EnumCM_YesNo enumYesNo)
Sets the value for Death During Catheterization.
|
void |
setDeathDuringThisAdmission(int[] arrPosition,
EnumCM_YesNo enumYesNo)
Sets the value for Death During This Admission.
|
void |
setDischargeDateTime(int[] arrPosition,
java.lang.String strDischargeDateTime)
Sets the value for Discharge DateTime.
|
void |
setDischargeSummary(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
Sets the value for Discharge Summary
|
void |
setPrimaryCauseOfDeath(int[] arrPosition,
EnumCM_PrimaryCauseOfDeath enumPrimaryCauseOfDeath)
Sets the value for Primary Cause of Death.
|
void |
setProcedureDatetime(int[] arrPosition,
java.lang.String strProcedureDatetime)
Sets the value for Procedure Datetime.
|
void |
setProcedurePriority(int[] arrPosition,
EnumCM_ProcedureUrgency enumProcedureUrgency)
Sets the value for Procedure Priority.
|
void |
setSummary(int[] arrPosition,
java.lang.String strSummary)
Sets the value for Summary
|
public DischargeSummaryCath_TID3828(SRTree objTree)
objTree - Object of SRTree.public void setDischargeSummary(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumContinuityOfContent - Enumerated Value for ContinuityOfContent.public void setDischargeDateTime(int[] arrPosition,
java.lang.String strDischargeDateTime)
arrPosition - Identifier which shows the position of the node in the SR Tree.strDischargeDateTime - String value for DateTime of Interventionpublic void setCoronaryArteryBypassDuringThisAdmission(int[] arrPosition,
EnumCM_YesNo enumYesNo)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumYesNo - Enum value for Yes-No.public void setProcedureDatetime(int[] arrPosition,
java.lang.String strProcedureDatetime)
arrPosition - Identifier which shows the position of the node in the SR Tree.strProcedureDatetime - String value for DateTime of Interventionpublic void setDeathDuringThisAdmission(int[] arrPosition,
EnumCM_YesNo enumYesNo)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumYesNo - Enum value for Yes-No.public void setDateOfDeath(int[] arrPosition,
java.lang.String strDateOfDeath)
arrPosition - Identifier which shows the position of the node in the SR Tree.strDateOfDeath - String value for DateTime of Interventionpublic void setProcedurePriority(int[] arrPosition,
EnumCM_ProcedureUrgency enumProcedureUrgency)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumProcedureUrgency - Enum value for ProcedureUrgencypublic void setPrimaryCauseOfDeath(int[] arrPosition,
EnumCM_PrimaryCauseOfDeath enumPrimaryCauseOfDeath)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumPrimaryCauseOfDeath - Enum value for PrimaryCauseOfDeathpublic void setDeathDuringCatheterization(int[] arrPosition,
EnumCM_YesNo enumYesNo)
arrPosition - Identifier which shows the position of the node in the SR Tree.enumYesNo - Enum value for Yes-No.public void setSummary(int[] arrPosition,
java.lang.String strSummary)
arrPosition - Identifier which shows the position of the node in the SR Tree.strSummary - String value for Summary.