assignPathwayObjects
Not available for public API use yet. This operation is documented for future use only.
Assigns practice objects (tasks, invoices, letters, etc.) to a clinical pathway.
assignPathwayObjects(
pathwayId: ID!
objectType: PathwayObjectType!
objectIds: [ID!]!
): AssignPathwayObjectsResponsePayload
Arguments
assignPathwayObjects.pathwayId ● ID! non-null scalar
assignPathwayObjects.objectType ● PathwayObjectType! non-null enum
assignPathwayObjects.objectIds ● [ID!]! non-null scalar
Type
AssignPathwayObjectsResponsePayload object
Not available for public API use yet. This payload is documented for future clinical pathway support only.