GET api/Patients/SpecialityMastersMethod

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

SpecialityMastersModel
NameDescriptionTypeAdditional information
SpecMasters

Collection of SpecialityMastersView

None.

Response Formats

application/json, text/json

Sample:
{
  "SpecMasters": [
    {
      "SpecId": "sample string 1",
      "SpecName": "sample string 2"
    },
    {
      "SpecId": "sample string 1",
      "SpecName": "sample string 2"
    }
  ]
}

text/html

Sample:
{"SpecMasters":[{"SpecId":"sample string 1","SpecName":"sample string 2"},{"SpecId":"sample string 1","SpecName":"sample string 2"}]}

application/xml, text/xml

Sample:
<EMRPatientNotesSavingViewModel.SpecialityMastersModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AsterHISInfoAPIv2.Models">
  <SpecMasters>
    <EMRPatientNotesSavingViewModel.SpecialityMastersView>
      <SpecId>sample string 1</SpecId>
      <SpecName>sample string 2</SpecName>
    </EMRPatientNotesSavingViewModel.SpecialityMastersView>
    <EMRPatientNotesSavingViewModel.SpecialityMastersView>
      <SpecId>sample string 1</SpecId>
      <SpecName>sample string 2</SpecName>
    </EMRPatientNotesSavingViewModel.SpecialityMastersView>
  </SpecMasters>
</EMRPatientNotesSavingViewModel.SpecialityMastersModel>