gov.va.medora.mdws.MedsLib.getRefillStatus C# (CSharp) 메소드

getRefillStatus() 공개 메소드

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