Identifier¶
-
public class
Identifier¶ Represents a single patient identifier. A patient identifier is any unique number that can identify a patient. Examples are a Medical Record Number, a National ID, a Social Security Number, a driver’s license number, etc. A patient can have any number of identifiers.
Constructors¶
Identifier¶
-
public
Identifier(String identifier, IdentifierType identifierType)¶
Identifier¶
-
public
Identifier(String identifier, IdentifierType identifierType, Location location)¶
Methods¶
getIdentifierType¶
-
public IdentifierType
getIdentifierType()¶
setIdentifierType¶
-
public void
setIdentifierType(IdentifierType identifierType)¶