-
Status
{{#if status }}
{{ status }}
{{else}}
No Data Found
{{/if}}
-
Instructions
{{#if sig }}
{{ sig }}
{{else}}
No Data Found
{{/if}}
-
Quantity
{{#if quantity }}
{{ quantity }}
{{else}}
No Data Found
{{/if}}
-
Refills
{{#if refills }}
{{ refills }}
{{else}}
No Data Found
{{/if}}
-
Last Filled
{{#if lastFilledDate }}
{{ lastFilledDate }}
{{else}}
No Data Found
{{/if}}
-
Initial Ordered
{{#if startDate }}
{{ formatDate startDate 'MM/DD/YYYY' }}
{{else}}
No Data Found
{{/if}}
-
Date Expired
{{#if expiredDate }}
{{ expiredDate }}
{{else}}
No Data Found
{{/if}}
-
Source
{{#if sourceSystem }}
{{#if nonVA}} nonVA {{else}} VA {{/if}}
{{else}}
No Data Found
{{/if}}
-
Service
{{#if medicationSource }}
{{ medicationSource }}
{{else}}
No Data Found
{{/if}}
Notes
{{#if medicationDetail }}{{ medicationDetail }}{{else}}No Data Found{{/if}}
{{#each historymodel}} {{this.textValue}}
{{/each}}