' Options: 'Date: 2024-10-06 10:33:41 'Version: 8.22 'Tip: To override a DTO option, remove "''" prefix before updating 'BaseUrl: https://data.regent-college.edu ' '''GlobalNamespace: '''MakePartial: True '''MakeVirtual: True '''MakeDataContractsExtensible: False '''AddReturnMarker: True '''AddDescriptionAsComments: True '''AddDataContractAttributes: False '''AddIndexesToDataMembers: False '''AddGeneratedCodeAttributes: False '''AddResponseStatus: False '''AddImplicitVersion: '''InitializeCollections: True '''ExportValueTypes: False 'IncludeTypes: BioSyncUpdateWithValuesRequest.* '''ExcludeTypes: '''AddNamespaces: '''AddDefaultXmlNamespace: http://schemas.servicestack.net/types Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Runtime.Serialization Imports ServiceStack Imports ServiceStack.DataAnnotations Imports regis.ClassLibrary.Requests Namespace Global Namespace regis.ClassLibrary.Requests Public Partial Class BioSyncUpdateWithValuesRequest Implements IReturn(Of ResponseStatus) Public Overridable Property uuid As String Public Overridable Property first_name As String Public Overridable Property middle_name As String Public Overridable Property last_name As String Public Overridable Property preferred_name As String Public Overridable Property birth_name As String Public Overridable Property prefix As String Public Overridable Property current_occupation As String Public Overridable Property dob As Nullable(Of Date) Public Overridable Property citizenship As String Public Overridable Property citizenship_other As String Public Overridable Property permanent_resident As String Public Overridable Property gender As String Public Overridable Property marital_status As String Public Overridable Property deceased_date As Nullable(Of Date) Public Overridable Property authorizing_uuid As String End Class End Namespace End Namespace