HS.Message.Push.CreateClinicalMessageCheck
class HS.Message.Push.CreateClinicalMessageCheck extends HS.Util.WebServices.ServiceStatus
Property Inventory
Properties
property MPIID as %String;
Property methods: MPIIDDisplayToLogical(), MPIIDGet(), MPIIDIsValid(), MPIIDLogicalToDisplay(), MPIIDLogicalToOdbc(), MPIIDNormalize(), MPIIDSet()
property RecipientIds as list of %String;
The userIDs of all clinician-users that we can identify
Property methods: RecipientIdsBuildValueArray(), RecipientIdsCollectionToDisplay(), RecipientIdsCollectionToOdbc(), RecipientIdsDisplayToCollection(), RecipientIdsDisplayToLogical(), RecipientIdsGet(), RecipientIdsGetObject(), RecipientIdsGetObjectId(), RecipientIdsGetSwizzled(), RecipientIdsIsValid(), RecipientIdsLogicalToDisplay(), RecipientIdsLogicalToOdbc(), RecipientIdsNormalize(), RecipientIdsOdbcToCollection(), RecipientIdsSet(), RecipientIdsSetObject(), RecipientIdsSetObjectId()
property SenderId as %String;
Internal user-clinician ID for the sender, if we can identify
Property methods: SenderIdDisplayToLogical(), SenderIdGet(), SenderIdIsValid(), SenderIdLogicalToDisplay(), SenderIdLogicalToOdbc(), SenderIdNormalize(), SenderIdSet()
property SenderName as %String (MAXLEN = 256);
If we can identify the sender, this will be the name from the registry.
If not, it will be the sender's email address
Property methods: SenderNameDisplayToLogical(), SenderNameGet(), SenderNameIsValid(), SenderNameLogicalToDisplay(), SenderNameLogicalToOdbc(), SenderNameNormalize(), SenderNameSet()
property ToList as %String (MAXLEN = 1024);
A string representing the names or emails of all the folks in the to list
Property methods: ToListDisplayToLogical(), ToListGet(), ToListIsValid(), ToListLogicalToDisplay(), ToListLogicalToOdbc(), ToListNormalize(), ToListSet()
property UserId as %String;
$UserName for the sender, if we can identify
Property methods: UserIdDisplayToLogical(), UserIdGet(), UserIdIsValid(), UserIdLogicalToDisplay(), UserIdLogicalToOdbc(), UserIdNormalize(), UserIdSet()
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %JSONExport()
- %JSONExportToStream()
- %JSONExportToString()
- %JSONImport()
- %JSONNew()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()