gov.va.medora.mdws.NoteLib.getPrfNoteActions C# (CSharp) Method

getPrfNoteActions() public method

public getPrfNoteActions ( string noteDefinitionIEN ) : PatientRecordFlagArray
noteDefinitionIEN string
return gov.va.medora.mdws.dto.PatientRecordFlagArray
        public PatientRecordFlagArray getPrfNoteActions(string noteDefinitionIEN)
        {
            return getPrfNoteActions(null, noteDefinitionIEN);
        }

Same methods

NoteLib::getPrfNoteActions ( string sitecode, string noteDefinitionIEN ) : PatientRecordFlagArray