public class User extends BaseResource implements IResource
Definition:
Requirements:
Profile Definition: http://hl7.org/fhir/profiles/User
| Modifier and Type | Field and Description |
|---|---|
static Include |
INCLUDE_PATIENT
Constant for fluent queries to be used to add include statements.
|
static TokenClientParam |
LEVEL
Fluent Client search parameter constant for level
|
static StringClientParam |
LOGIN
Fluent Client search parameter constant for login
|
static StringClientParam |
NAME
Fluent Client search parameter constant for name
|
static ReferenceClientParam |
PATIENT
Fluent Client search parameter constant for patient
|
static TokenClientParam |
PROVIDER
Fluent Client search parameter constant for provider
|
static String |
SP_LEVEL
Search parameter constant for level
|
static String |
SP_LOGIN
Search parameter constant for login
|
static String |
SP_NAME
Search parameter constant for name
|
static String |
SP_PATIENT
Search parameter constant for patient
|
static String |
SP_PROVIDER
Search parameter constant for provider
|
RES_ID, SP_RES_ID, SP_RES_LANGUAGEINCLUDE_ALL, WILDCARD_ALL_SET| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
ContactPointDt |
addContact()
Adds and returns a new value for contact ()
|
User |
addContact(ContactPointDt theValue)
Adds a given new value for contact ()
|
ResourceReferenceDt |
addPatient()
Adds and returns a new value for patient ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<ContactPointDt> |
getContact()
Gets the value(s) for contact ().
|
ContactPointDt |
getContactFirstRep()
Gets the first repetition for contact (),
creating it if it does not already exist.
|
String |
getLevel()
Gets the value(s) for level ().
|
CodeDt |
getLevelElement()
Gets the value(s) for level ().
|
String |
getLogin()
Gets the value(s) for login ().
|
StringDt |
getLoginElement()
Gets the value(s) for login ().
|
HumanNameDt |
getName()
Gets the value(s) for name ().
|
String |
getPassword()
Gets the value(s) for password ().
|
StringDt |
getPasswordElement()
Gets the value(s) for password ().
|
List<ResourceReferenceDt> |
getPatient()
Gets the value(s) for patient ().
|
String |
getProvider()
Gets the value(s) for provider ().
|
UriDt |
getProviderElement()
Gets the value(s) for provider ().
|
String |
getResourceName() |
Integer |
getSessionLength()
Gets the value(s) for sessionLength ().
|
IntegerDt |
getSessionLengthElement()
Gets the value(s) for sessionLength ().
|
FhirVersionEnum |
getStructureFhirVersionEnum() |
boolean |
isEmpty() |
User |
setContact(List<ContactPointDt> theValue)
Sets the value(s) for contact ()
|
User |
setLevel(CodeDt theValue)
Sets the value(s) for level ()
|
User |
setLevel(String theCode)
Sets the value for level ()
|
User |
setLogin(String theString)
Sets the value for login ()
|
User |
setLogin(StringDt theValue)
Sets the value(s) for login ()
|
User |
setName(HumanNameDt theValue)
Sets the value(s) for name ()
|
User |
setPassword(String theString)
Sets the value for password ()
|
User |
setPassword(StringDt theValue)
Sets the value(s) for password ()
|
User |
setPatient(List<ResourceReferenceDt> theValue)
Sets the value(s) for patient ()
|
User |
setProvider(String theUri)
Sets the value for provider ()
|
User |
setProvider(UriDt theValue)
Sets the value(s) for provider ()
|
User |
setSessionLength(int theInteger)
Sets the value for sessionLength ()
|
User |
setSessionLength(IntegerDt theValue)
Sets the value(s) for sessionLength ()
|
getContained, getId, getIdElement, getLanguage, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toStringaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetContained, getId, getLanguage, getResourceMetadata, getText, setId, setLanguage, setResourceMetadatagetIdElement, setId, setIdpublic static final String SP_NAME
Description:
Type: string
Path: User.name
public static final StringClientParam NAME
Description:
Type: string
Path: User.name
public static final String SP_PROVIDER
Description:
Type: token
Path: User.provider
public static final TokenClientParam PROVIDER
Description:
Type: token
Path: User.provider
public static final String SP_LOGIN
Description:
Type: string
Path: User.login
public static final StringClientParam LOGIN
Description:
Type: string
Path: User.login
public static final String SP_LEVEL
Description:
Type: token
Path: User.level
public static final TokenClientParam LEVEL
Description:
Type: token
Path: User.level
public static final String SP_PATIENT
Description:
Type: reference
Path: User.patient
public static final ReferenceClientParam PATIENT
Description:
Type: reference
Path: User.patient
public static final Include INCLUDE_PATIENT
public User()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic HumanNameDt getName()
null.
Definition:
public User setName(HumanNameDt theValue)
Definition:
public UriDt getProviderElement()
null.
Definition:
public String getProvider()
null.
Definition:
public User setProvider(UriDt theValue)
Definition:
public User setProvider(String theUri)
Definition:
public StringDt getLoginElement()
null.
Definition:
public String getLogin()
null.
Definition:
public StringDt getPasswordElement()
null.
Definition:
public String getPassword()
null.
Definition:
public User setPassword(StringDt theValue)
Definition:
public User setPassword(String theString)
Definition:
public CodeDt getLevelElement()
null.
Definition:
public String getLevel()
null.
Definition:
public IntegerDt getSessionLengthElement()
null.
Definition:
public Integer getSessionLength()
null.
Definition:
public User setSessionLength(IntegerDt theValue)
Definition:
public User setSessionLength(int theInteger)
Definition:
public List<ContactPointDt> getContact()
null.
Definition:
public User setContact(List<ContactPointDt> theValue)
Definition:
public ContactPointDt addContact()
Definition:
public User addContact(ContactPointDt theValue)
Definition:
theValue - The contact to add (must not be null)public ContactPointDt getContactFirstRep()
Definition:
public List<ResourceReferenceDt> getPatient()
null.
Definition:
public User setPatient(List<ResourceReferenceDt> theValue)
Definition:
public ResourceReferenceDt addPatient()
Definition:
public String getResourceName()
getResourceName in interface IResourcepublic FhirVersionEnum getStructureFhirVersionEnum()
getStructureFhirVersionEnum in interface IResourcegetStructureFhirVersionEnum in interface IBaseResourceCopyright © 2014–2016 University Health Network. All rights reserved.