TSPatientType

Description

An enumeration is a set of named constants whose underlying type is any integral type. If no underlying type is explicitly declared, Integer is used.

Values

Name Value Description
ptUnknown 0  
ptPatient 1  
ptNonPatient 2  
ptOrganisation 4  
ptPayor 8  
ptBulkBiller 16  
ptSupplier 32  
ptItem 64  
ptEmployer 128  
ptCard 256  
ptCommunity 512  
ptSchool 1024  
ptGroup 2048  

Example



  
Note:

Version information

Added in v7.8.0
value ptCommunity removed in v7.8.1
value ptGroup added in v7.8.1
value ptSchool added in v7.8.1