public class Test extends BaseResource implements IResource
Definition: [Template] Master Definition
Requirements:
Profile Definition: http://hl7.org/fhir/profiles/Test
RES_ID, SP_RES_ID, SP_RES_LANGUAGEINCLUDE_ALL, WILDCARD_ALL_SET| Constructor and Description |
|---|
Test() |
| Modifier and Type | Method and Description |
|---|---|
Base64BinaryDt |
addB64Corr()
Adds and returns a new value for b64Corr ()
|
Test |
addB64Corr(Base64BinaryDt theValue)
Adds a given new value for b64Corr ()
|
Test |
addB64Corr(byte[] theBytes)
Adds a new value for b64Corr ()
|
Base64BinaryDt |
addB64Err()
Adds and returns a new value for b64Err ()
|
Test |
addB64Err(Base64BinaryDt theValue)
Adds a given new value for b64Err ()
|
Test |
addB64Err(byte[] theBytes)
Adds a new value for b64Err ()
|
BooleanDt |
addBooleanCorr()
Adds and returns a new value for booleanCorr ()
|
Test |
addBooleanCorr(boolean theBoolean)
Adds a new value for booleanCorr ()
|
Test |
addBooleanCorr(BooleanDt theValue)
Adds a given new value for booleanCorr ()
|
BooleanDt |
addBooleanErr()
Adds and returns a new value for booleanErr ()
|
Test |
addBooleanErr(boolean theBoolean)
Adds a new value for booleanErr ()
|
Test |
addBooleanErr(BooleanDt theValue)
Adds a given new value for booleanErr ()
|
DecimalDt |
addDecimalCorr()
Adds and returns a new value for decimalCorr ()
|
Test |
addDecimalCorr(BigDecimal theValue)
Adds a new value for decimalCorr ()
|
Test |
addDecimalCorr(DecimalDt theValue)
Adds a given new value for decimalCorr ()
|
Test |
addDecimalCorr(double theValue)
Adds a new value for decimalCorr ()
|
Test |
addDecimalCorr(long theValue)
Adds a new value for decimalCorr ()
|
DecimalDt |
addDecimalErr()
Adds and returns a new value for decimalErr ()
|
Test |
addDecimalErr(BigDecimal theValue)
Adds a new value for decimalErr ()
|
Test |
addDecimalErr(DecimalDt theValue)
Adds a given new value for decimalErr ()
|
Test |
addDecimalErr(double theValue)
Adds a new value for decimalErr ()
|
Test |
addDecimalErr(long theValue)
Adds a new value for decimalErr ()
|
InstantDt |
addInstantCorr()
Adds and returns a new value for instantCorr ()
|
Test |
addInstantCorr(Date theDate)
Adds a new value for instantCorr ()
|
Test |
addInstantCorr(Date theDate,
TemporalPrecisionEnum thePrecision)
Adds a new value for instantCorr ()
|
Test |
addInstantCorr(InstantDt theValue)
Adds a given new value for instantCorr ()
|
InstantDt |
addInstantErr()
Adds and returns a new value for instantErr ()
|
Test |
addInstantErr(Date theDate)
Adds a new value for instantErr ()
|
Test |
addInstantErr(Date theDate,
TemporalPrecisionEnum thePrecision)
Adds a new value for instantErr ()
|
Test |
addInstantErr(InstantDt theValue)
Adds a given new value for instantErr ()
|
IntegerDt |
addIntegerCorr()
Adds and returns a new value for integerCorr ()
|
Test |
addIntegerCorr(int theInteger)
Adds a new value for integerCorr ()
|
Test |
addIntegerCorr(IntegerDt theValue)
Adds a given new value for integerCorr ()
|
IntegerDt |
addIntegerErr()
Adds and returns a new value for integerErr ()
|
Test |
addIntegerErr(int theInteger)
Adds a new value for integerErr ()
|
Test |
addIntegerErr(IntegerDt theValue)
Adds a given new value for integerErr ()
|
StringDt |
addStringCorr()
Adds and returns a new value for stringCorr ()
|
Test |
addStringCorr(String theString)
Adds a new value for stringCorr ()
|
Test |
addStringCorr(StringDt theValue)
Adds a given new value for stringCorr ()
|
StringDt |
addStringErr()
Adds and returns a new value for stringErr ()
|
Test |
addStringErr(String theString)
Adds a new value for stringErr ()
|
Test |
addStringErr(StringDt theValue)
Adds a given new value for stringErr ()
|
UriDt |
addUriCorr()
Adds and returns a new value for uriCorr ()
|
Test |
addUriCorr(String theUri)
Adds a new value for uriCorr ()
|
Test |
addUriCorr(UriDt theValue)
Adds a given new value for uriCorr ()
|
UriDt |
addUriErr()
Adds and returns a new value for uriErr ()
|
Test |
addUriErr(String theUri)
Adds a new value for uriErr ()
|
Test |
addUriErr(UriDt theValue)
Adds a given new value for uriErr ()
|
<T extends IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<Base64BinaryDt> |
getB64Corr()
Gets the value(s) for b64Corr ().
|
Base64BinaryDt |
getB64CorrFirstRep()
Gets the first repetition for b64Corr (),
creating it if it does not already exist.
|
List<Base64BinaryDt> |
getB64Err()
Gets the value(s) for b64Err ().
|
Base64BinaryDt |
getB64ErrFirstRep()
Gets the first repetition for b64Err (),
creating it if it does not already exist.
|
List<BooleanDt> |
getBooleanCorr()
Gets the value(s) for booleanCorr ().
|
BooleanDt |
getBooleanCorrFirstRep()
Gets the first repetition for booleanCorr (),
creating it if it does not already exist.
|
List<BooleanDt> |
getBooleanErr()
Gets the value(s) for booleanErr ().
|
BooleanDt |
getBooleanErrFirstRep()
Gets the first repetition for booleanErr (),
creating it if it does not already exist.
|
List<DecimalDt> |
getDecimalCorr()
Gets the value(s) for decimalCorr ().
|
DecimalDt |
getDecimalCorrFirstRep()
Gets the first repetition for decimalCorr (),
creating it if it does not already exist.
|
List<DecimalDt> |
getDecimalErr()
Gets the value(s) for decimalErr ().
|
DecimalDt |
getDecimalErrFirstRep()
Gets the first repetition for decimalErr (),
creating it if it does not already exist.
|
List<InstantDt> |
getInstantCorr()
Gets the value(s) for instantCorr ().
|
InstantDt |
getInstantCorrFirstRep()
Gets the first repetition for instantCorr (),
creating it if it does not already exist.
|
List<InstantDt> |
getInstantErr()
Gets the value(s) for instantErr ().
|
InstantDt |
getInstantErrFirstRep()
Gets the first repetition for instantErr (),
creating it if it does not already exist.
|
List<IntegerDt> |
getIntegerCorr()
Gets the value(s) for integerCorr ().
|
IntegerDt |
getIntegerCorrFirstRep()
Gets the first repetition for integerCorr (),
creating it if it does not already exist.
|
List<IntegerDt> |
getIntegerErr()
Gets the value(s) for integerErr ().
|
IntegerDt |
getIntegerErrFirstRep()
Gets the first repetition for integerErr (),
creating it if it does not already exist.
|
String |
getResourceName() |
List<StringDt> |
getStringCorr()
Gets the value(s) for stringCorr ().
|
StringDt |
getStringCorrFirstRep()
Gets the first repetition for stringCorr (),
creating it if it does not already exist.
|
List<StringDt> |
getStringErr()
Gets the value(s) for stringErr ().
|
StringDt |
getStringErrFirstRep()
Gets the first repetition for stringErr (),
creating it if it does not already exist.
|
FhirVersionEnum |
getStructureFhirVersionEnum() |
List<UriDt> |
getUriCorr()
Gets the value(s) for uriCorr ().
|
UriDt |
getUriCorrFirstRep()
Gets the first repetition for uriCorr (),
creating it if it does not already exist.
|
List<UriDt> |
getUriErr()
Gets the value(s) for uriErr ().
|
UriDt |
getUriErrFirstRep()
Gets the first repetition for uriErr (),
creating it if it does not already exist.
|
boolean |
isEmpty() |
Test |
setB64Corr(List<Base64BinaryDt> theValue)
Sets the value(s) for b64Corr ()
|
Test |
setB64Err(List<Base64BinaryDt> theValue)
Sets the value(s) for b64Err ()
|
Test |
setBooleanCorr(List<BooleanDt> theValue)
Sets the value(s) for booleanCorr ()
|
Test |
setBooleanErr(List<BooleanDt> theValue)
Sets the value(s) for booleanErr ()
|
Test |
setDecimalCorr(List<DecimalDt> theValue)
Sets the value(s) for decimalCorr ()
|
Test |
setDecimalErr(List<DecimalDt> theValue)
Sets the value(s) for decimalErr ()
|
Test |
setInstantCorr(List<InstantDt> theValue)
Sets the value(s) for instantCorr ()
|
Test |
setInstantErr(List<InstantDt> theValue)
Sets the value(s) for instantErr ()
|
Test |
setIntegerCorr(List<IntegerDt> theValue)
Sets the value(s) for integerCorr ()
|
Test |
setIntegerErr(List<IntegerDt> theValue)
Sets the value(s) for integerErr ()
|
Test |
setStringCorr(List<StringDt> theValue)
Sets the value(s) for stringCorr ()
|
Test |
setStringErr(List<StringDt> theValue)
Sets the value(s) for stringErr ()
|
Test |
setUriCorr(List<UriDt> theValue)
Sets the value(s) for uriCorr ()
|
Test |
setUriErr(List<UriDt> theValue)
Sets the value(s) for uriErr ()
|
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 Test()
public <T extends IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ICompositeElementpublic List<StringDt> getStringErr()
null.
Definition:
public Test setStringErr(List<StringDt> theValue)
Definition:
public StringDt addStringErr()
Definition:
public Test addStringErr(StringDt theValue)
Definition:
theValue - The stringErr to add (must not be null)public StringDt getStringErrFirstRep()
Definition:
public Test addStringErr(String theString)
Definition:
public List<StringDt> getStringCorr()
null.
Definition:
public Test setStringCorr(List<StringDt> theValue)
Definition:
public StringDt addStringCorr()
Definition:
public Test addStringCorr(StringDt theValue)
Definition:
theValue - The stringCorr to add (must not be null)public StringDt getStringCorrFirstRep()
Definition:
public Test addStringCorr(String theString)
Definition:
public List<BooleanDt> getBooleanErr()
null.
Definition:
public Test setBooleanErr(List<BooleanDt> theValue)
Definition:
public BooleanDt addBooleanErr()
Definition:
public Test addBooleanErr(BooleanDt theValue)
Definition:
theValue - The booleanErr to add (must not be null)public BooleanDt getBooleanErrFirstRep()
Definition:
public Test addBooleanErr(boolean theBoolean)
Definition:
public List<BooleanDt> getBooleanCorr()
null.
Definition:
public Test setBooleanCorr(List<BooleanDt> theValue)
Definition:
public BooleanDt addBooleanCorr()
Definition:
public Test addBooleanCorr(BooleanDt theValue)
Definition:
theValue - The booleanCorr to add (must not be null)public BooleanDt getBooleanCorrFirstRep()
Definition:
public Test addBooleanCorr(boolean theBoolean)
Definition:
public List<IntegerDt> getIntegerErr()
null.
Definition:
public Test setIntegerErr(List<IntegerDt> theValue)
Definition:
public IntegerDt addIntegerErr()
Definition:
public Test addIntegerErr(IntegerDt theValue)
Definition:
theValue - The integerErr to add (must not be null)public IntegerDt getIntegerErrFirstRep()
Definition:
public Test addIntegerErr(int theInteger)
Definition:
public List<IntegerDt> getIntegerCorr()
null.
Definition:
public Test setIntegerCorr(List<IntegerDt> theValue)
Definition:
public IntegerDt addIntegerCorr()
Definition:
public Test addIntegerCorr(IntegerDt theValue)
Definition:
theValue - The integerCorr to add (must not be null)public IntegerDt getIntegerCorrFirstRep()
Definition:
public Test addIntegerCorr(int theInteger)
Definition:
public List<DecimalDt> getDecimalErr()
null.
Definition:
public Test setDecimalErr(List<DecimalDt> theValue)
Definition:
public DecimalDt addDecimalErr()
Definition:
public Test addDecimalErr(DecimalDt theValue)
Definition:
theValue - The decimalErr to add (must not be null)public DecimalDt getDecimalErrFirstRep()
Definition:
public Test addDecimalErr(long theValue)
Definition:
public Test addDecimalErr(double theValue)
Definition:
public Test addDecimalErr(BigDecimal theValue)
Definition:
public List<DecimalDt> getDecimalCorr()
null.
Definition:
public Test setDecimalCorr(List<DecimalDt> theValue)
Definition:
public DecimalDt addDecimalCorr()
Definition:
public Test addDecimalCorr(DecimalDt theValue)
Definition:
theValue - The decimalCorr to add (must not be null)public DecimalDt getDecimalCorrFirstRep()
Definition:
public Test addDecimalCorr(long theValue)
Definition:
public Test addDecimalCorr(double theValue)
Definition:
public Test addDecimalCorr(BigDecimal theValue)
Definition:
public List<Base64BinaryDt> getB64Err()
null.
Definition:
public Test setB64Err(List<Base64BinaryDt> theValue)
Definition:
public Base64BinaryDt addB64Err()
Definition:
public Test addB64Err(Base64BinaryDt theValue)
Definition:
theValue - The b64Err to add (must not be null)public Base64BinaryDt getB64ErrFirstRep()
Definition:
public Test addB64Err(byte[] theBytes)
Definition:
public List<Base64BinaryDt> getB64Corr()
null.
Definition:
public Test setB64Corr(List<Base64BinaryDt> theValue)
Definition:
public Base64BinaryDt addB64Corr()
Definition:
public Test addB64Corr(Base64BinaryDt theValue)
Definition:
theValue - The b64Corr to add (must not be null)public Base64BinaryDt getB64CorrFirstRep()
Definition:
public Test addB64Corr(byte[] theBytes)
Definition:
public List<InstantDt> getInstantErr()
null.
Definition:
public Test setInstantErr(List<InstantDt> theValue)
Definition:
public InstantDt addInstantErr()
Definition:
public Test addInstantErr(InstantDt theValue)
Definition:
theValue - The instantErr to add (must not be null)public InstantDt getInstantErrFirstRep()
Definition:
public Test addInstantErr(Date theDate)
Definition:
public Test addInstantErr(Date theDate, TemporalPrecisionEnum thePrecision)
Definition:
public List<InstantDt> getInstantCorr()
null.
Definition:
public Test setInstantCorr(List<InstantDt> theValue)
Definition:
public InstantDt addInstantCorr()
Definition:
public Test addInstantCorr(InstantDt theValue)
Definition:
theValue - The instantCorr to add (must not be null)public InstantDt getInstantCorrFirstRep()
Definition:
public Test addInstantCorr(Date theDate)
Definition:
public Test addInstantCorr(Date theDate, TemporalPrecisionEnum thePrecision)
Definition:
public List<UriDt> getUriErr()
null.
Definition:
public Test addUriErr(UriDt theValue)
Definition:
theValue - The uriErr to add (must not be null)public UriDt getUriErrFirstRep()
Definition:
public Test addUriErr(String theUri)
Definition:
public List<UriDt> getUriCorr()
null.
Definition:
public Test setUriCorr(List<UriDt> theValue)
Definition:
public UriDt addUriCorr()
Definition:
public Test addUriCorr(UriDt theValue)
Definition:
theValue - The uriCorr to add (must not be null)public UriDt getUriCorrFirstRep()
Definition:
public Test addUriCorr(String theUri)
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.