gov.va.medora.mdws.MedsLib.getRefillStatus C# (CSharp) Method

getRefillStatus() public method

public getRefillStatus ( string sitecode, string rxId ) : MedicationTO
sitecode string
rxId string
return gov.va.medora.mdws.dto.MedicationTO
        public MedicationTO getRefillStatus(string sitecode, string rxId)
        {
            return new MedicationTO() { fault = new FaultTO(new NotImplementedException()) };
        }