Click or drag to resize
Virtual Care IntakeApiGetIntakeItems Method

[This is preliminary documentation and is subject to change.]

Gets the codesets for hospital intake form. The returned values can be used for populating the intake APIs when creating a new appointment. AppointmentsApi

Namespace: SnapMD.VirtualCare.Sdk
Assembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntax
public List<CodeSetResponse> GetIntakeItems(
	int hospitalId
)

Parameters

hospitalId
Type: SystemInt32
The hospital identifier.

Return Value

Type: ListCodeSetResponse

[Missing <returns> documentation for "M:SnapMD.VirtualCare.Sdk.IntakeApi.GetIntakeItems(System.Int32)"]

See Also