org.hl7.rim

Interface LicensedEntity

public interface LicensedEntity extends RimObject, Role

Interface for RIM class LicensedEntity.

A Role of an Entity (player) that is accredited with licenses or qualifications (diplomas) certifying that this Entity may properly perform specific functions.

Examples: 1.) A paramedical training diploma

2.) The certification of equipment

3.) A license to a Person or Organization to provide health services.

Constraints: The scoper is the Organization that issues the credential.

Method Summary
TSgetRecertificationTime()
Gets attribute recertificationTime of type TS and cardinality 0..1.
voidsetRecertificationTime(TS value)
Sets attribute recertificationTime of type TS and cardinality 0..1.

Method Detail

getRecertificationTime

public TS getRecertificationTime()
Gets attribute recertificationTime of type TS and cardinality 0..1.

The date recertification is required.

Returns: the attribute value

setRecertificationTime

public void setRecertificationTime(TS value)
Sets attribute recertificationTime of type TS and cardinality 0..1.

The date recertification is required.

Parameters: value the new attribute value