| | |
| | | sr.Kinship_ChildrenNum as kinshipChildrenNum, |
| | | sr.KinshipConfirmationSign as kinshipConfirmationSign, |
| | | sr.RelativeConfirmationSign as relativeConfirmationSign, |
| | | sr.OrganDecision as organDecision, |
| | | sr.OrganDecision_Other as organDecisionOther, |
| | | sr.SignFamilyRelations as signFamilyRelations, |
| | | sr.OrganDecision as organdecision, |
| | | sr.OrganDecision_Other as organdecisionOther, |
| | | sr.SignFamilyRelations as signfamilyrelations, |
| | | sr.SignDate as signdate, |
| | | sr.ResponsibleUserName as responsibleusername, |
| | | sr.ResponsibleUserID as responsibleuserid, |
| | |
| | | #{treatmenthospitalname} |
| | | </if> |
| | | <if test="name != null and name != ''">AND sd.Name = #{name}</if> |
| | | <if test="inpatientno != null ">AND sd.InpatientNo = #{inpatientno}</if> |
| | | <if test="inpatientno != null and inpatientno != ''">AND sd.InpatientNo = #{inpatientno}</if> |
| | | <if test="responsibleusername != null and responsibleusername != ''">AND sd.ResponsibleUserName = |
| | | #{responsibleusername} |
| | | </if> |