Class PatientAppointmentResourceGroup
Represents a resource group that aggregates data and operations related to patient appointments.
public class PatientAppointmentResourceGroup
- Inheritance
-
PatientAppointmentResourceGroup
- Inherited Members
- Extension Methods
Remarks
This class serves as a container or grouping mechanism for resources associated with managing patient appointment information.
Properties
Locations
public List<PatientLocation>? Locations { get; set; }
Property Value
LocationsActions
public List<PatientLocationAction>? LocationsActions { get; set; }
Property Value
Personnel
public List<PersonResource>? Personnel { get; set; }
Property Value
PersonnelActions
public List<PersonResourceAction>? PersonnelActions { get; set; }
Property Value
Resources
public List<Code>? Resources { get; set; }
Property Value
ResourcesActions
public List<CodeAction>? ResourcesActions { get; set; }
Property Value
Services
public List<Code>? Services { get; set; }
Property Value
ServicesActions
public List<CodeAction>? ServicesActions { get; set; }