public class SpectaclePrescriptionReport_TID2020 extends Template
| Constructor and Description |
|---|
SpectaclePrescriptionReport_TID2020(SRTree objTree)
Instantiates SpectaclePrescriptionReport_TID2020 Template.
|
| Modifier and Type | Method and Description |
|---|---|
TemplateForSpectaclePrescriptionDetails_TID2021 |
getPersonObserverIdentifyingAttributes()
Retrieves the Object of TemplateForSpectaclePrescriptionDetails_TID2021 template
|
void |
setComment(int[] arrPosition,
java.lang.String strComment)
Sets the value for Comment
|
void |
setDistancePupillaryDistance(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for DistancePupillary Distance
|
void |
setLeftEyeRx(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent) |
void |
setNearPupillaryDistance(int[] arrPosition,
java.lang.String[] arrNumericValue)
Sets the value for DistancePupillary Distance
|
void |
setRightEyeRx(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent) |
void |
setSpectaclePrescriptionReport(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent) |
public SpectaclePrescriptionReport_TID2020(SRTree objTree)
objTree - Object of SRTree.public TemplateForSpectaclePrescriptionDetails_TID2021 getPersonObserverIdentifyingAttributes()
public void setSpectaclePrescriptionReport(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
public void setRightEyeRx(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
public void setLeftEyeRx(int[] arrPosition,
EnumContinuityOfContent enumContinuityOfContent)
public void setDistancePupillaryDistance(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setNearPupillaryDistance(int[] arrPosition,
java.lang.String[] arrNumericValue)
arrPosition - Identifier which shows the position of the node in the SR Tree.arrNumericValue - String array for Numeric Value.public void setComment(int[] arrPosition,
java.lang.String strComment)
arrPosition - Identifier which shows the position of the node in the SR Tree.strMeasurementMethod - String value for Comment.