ManagingEntityConfig

@Serializable
data class ManagingEntityConfig(val nameFhirPathExpression: String? = null, val eligibilityCriteriaFhirPathExpression: String? = "", val resourceType: ResourceType? = null, val dialogTitle: String? = null, val dialogWarningMessage: String? = null, val dialogContentMessage: String? = null, val noMembersErrorMessage: String = "", val managingEntityReassignedMessage: String = "", var relationshipCode: Code? = null) : Parcelable, Serializable

Constructors

Link copied to clipboard
constructor(nameFhirPathExpression: String? = null, eligibilityCriteriaFhirPathExpression: String? = "", resourceType: ResourceType? = null, dialogTitle: String? = null, dialogWarningMessage: String? = null, dialogContentMessage: String? = null, noMembersErrorMessage: String = "", managingEntityReassignedMessage: String = "", relationshipCode: Code? = null)

Properties

Link copied to clipboard

A message displayed to the user informing them about the action they are about to perform

Link copied to clipboard
val dialogTitle: String? = null

The dialog title for selecting managing entity (can be regular or translatable string)

Link copied to clipboard

A warning message displayed on the view for selecting managing entity (can be regular or translatable string)

Link copied to clipboard

A conditional FHIRPath expression used to determine the criteria for being a managing entity

Link copied to clipboard

FHIRPath expression used to extract the name of the managingEntity Example: An expression to extract the given name from the Patient resource (

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceType: ResourceType? = null

config for indicating the type of resource used for the ManagingEntity

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)