gov.va.medora.mdws.MedsLib.getRefillStatus C# (CSharp) Méthode

getRefillStatus() public méthode

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