Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 826 Bytes

File metadata and controls

62 lines (46 loc) · 826 Bytes

ExampleUrl

POST /fields/get

Description

Get all the patient fields for the current user.


Request Parameters

TBD


Response Parameters

TBD


Example

Request

{
   "PhysicianId":null, /*not supported anymore, but left for legacy*/
   "IncludeNative":false,
   "ClientVersion":null
}

Response

{
   "PatientFields":[
	  {
		 "Name":"Field 1",
		 "DisplayName":null,
		 "DefaultValue":null,
		 "DataType":0,
		 "IsRequired":false,
		 "DisplayOrder":0,
		 "Options":{

		 },
		 "Id":"533aeb4e3fd66728bcd5dbdd"
	  },
	  {
		 "Name":"Field 2",
		 "DisplayName":null,
		 "DefaultValue":null,
		 "DataType":0,
		 "IsRequired":false,
		 "DisplayOrder":0,
		 "Options":{

		 },
		 "Id":"533aeb4e3fd66728bcd5dbde"
	  }
   ],
   "ServiceVersion":"2.2.6.9999"
}