public class OrderSet extends DomainResource
| Modifier and Type | Field and Description |
|---|---|
protected List<ActionDefinition> |
action
The definition of the actions that make up the order set.
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
DESCRIPTION
Fluent Client search parameter constant for description
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
IDENTIFIER
Fluent Client search parameter constant for identifier
|
protected List<Reference> |
library
A reference to a Library resource containing any formal logic used by the orderset.
|
protected List<Library> |
libraryTarget
The actual objects that are the target of the reference (A reference to a Library resource containing any formal logic used by the orderset.)
|
protected ModuleMetadata |
moduleMetadata
A reference to a ModuleMetadata resource containing metadata for the orderset.
|
static String |
SP_DESCRIPTION
Search parameter: description
|
static String |
SP_IDENTIFIER
Search parameter: identifier
|
static String |
SP_STATUS
Search parameter: status
|
static String |
SP_TITLE
Search parameter: title
|
static String |
SP_TOPIC
Search parameter: topic
|
static String |
SP_VERSION
Search parameter: version
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
STATUS
Fluent Client search parameter constant for status
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
TITLE
Fluent Client search parameter constant for title
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
TOPIC
Fluent Client search parameter constant for topic
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
VERSION
Fluent Client search parameter constant for version
|
contained, extension, modifierExtension, textid, implicitRules, language, meta| Constructor and Description |
|---|
OrderSet()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ActionDefinition |
addAction() |
OrderSet |
addAction(ActionDefinition t) |
Base |
addChild(String name) |
Reference |
addLibrary() |
OrderSet |
addLibrary(Reference t) |
Library |
addLibraryTarget() |
OrderSet |
copy() |
boolean |
equalsDeep(Base other) |
boolean |
equalsShallow(Base other) |
String |
fhirType() |
List<ActionDefinition> |
getAction() |
List<Reference> |
getLibrary() |
List<Library> |
getLibraryTarget() |
ModuleMetadata |
getModuleMetadata() |
Base[] |
getProperty(int hash,
String name,
boolean checkValid) |
ResourceType |
getResourceType() |
boolean |
hasAction() |
boolean |
hasLibrary() |
boolean |
hasModuleMetadata() |
boolean |
isEmpty() |
protected void |
listChildren(List<Property> childrenList) |
Base |
makeProperty(int hash,
String name) |
OrderSet |
setModuleMetadata(ModuleMetadata value) |
void |
setProperty(int hash,
String name,
Base value) |
void |
setProperty(String name,
Base value) |
protected OrderSet |
typedCopy() |
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setTextcopyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMetagetStructureFhirVersionEnum, setIdcastToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINNclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetId, getIdElement, getLanguageElement, getUserData, setId, setUserDataprotected ModuleMetadata moduleMetadata
protected List<Reference> library
protected List<Library> libraryTarget
protected List<ActionDefinition> action
public static final String SP_TOPIC
Description: Topics associated with the module
Type: token
Path: OrderSet.moduleMetadata.topic
public static final ca.uhn.fhir.rest.gclient.TokenClientParam TOPIC
Description: Topics associated with the module
Type: token
Path: OrderSet.moduleMetadata.topic
public static final String SP_TITLE
Description: Text search against the title
Type: string
Path: OrderSet.moduleMetadata.title
public static final ca.uhn.fhir.rest.gclient.StringClientParam TITLE
Description: Text search against the title
Type: string
Path: OrderSet.moduleMetadata.title
public static final String SP_STATUS
Description: Status of the module
Type: token
Path: OrderSet.moduleMetadata.status
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Description: Status of the module
Type: token
Path: OrderSet.moduleMetadata.status
public static final String SP_DESCRIPTION
Description: Text search against the description
Type: string
Path: OrderSet.moduleMetadata.description
public static final ca.uhn.fhir.rest.gclient.StringClientParam DESCRIPTION
Description: Text search against the description
Type: string
Path: OrderSet.moduleMetadata.description
public static final String SP_IDENTIFIER
Description: Logical identifier for the module (e.g. CMS-143)
Type: token
Path: OrderSet.moduleMetadata.identifier
public static final ca.uhn.fhir.rest.gclient.TokenClientParam IDENTIFIER
Description: Logical identifier for the module (e.g. CMS-143)
Type: token
Path: OrderSet.moduleMetadata.identifier
public static final String SP_VERSION
Description: Version of the module (e.g. 1.0.0)
Type: string
Path: OrderSet.moduleMetadata.version
public static final ca.uhn.fhir.rest.gclient.StringClientParam VERSION
Description: Version of the module (e.g. 1.0.0)
Type: string
Path: OrderSet.moduleMetadata.version
public OrderSet()
public ModuleMetadata getModuleMetadata()
moduleMetadata (A reference to a ModuleMetadata resource containing metadata for the orderset.)public boolean hasModuleMetadata()
public OrderSet setModuleMetadata(ModuleMetadata value)
value - moduleMetadata (A reference to a ModuleMetadata resource containing metadata for the orderset.)public List<Reference> getLibrary()
library (A reference to a Library resource containing any formal logic used by the orderset.)public boolean hasLibrary()
public Reference addLibrary()
library (A reference to a Library resource containing any formal logic used by the orderset.)public OrderSet addLibrary(Reference t)
public List<Library> getLibraryTarget()
library (The actual objects that are the target of the reference. The reference library doesn't populate this, but you can use this to hold the resources if you resolvethemt. A reference to a Library resource containing any formal logic used by the orderset.)public Library addLibraryTarget()
library (Add an actual object that is the target of the reference. The reference library doesn't use these, but you can use this to hold the resources if you resolvethemt. A reference to a Library resource containing any formal logic used by the orderset.)public List<ActionDefinition> getAction()
action (The definition of the actions that make up the order set. Order set groups and sections are represented as actions which contain sub-actions.)public boolean hasAction()
public ActionDefinition addAction()
action (The definition of the actions that make up the order set. Order set groups and sections are represented as actions which contain sub-actions.)public OrderSet addAction(ActionDefinition t)
protected void listChildren(List<Property> childrenList)
listChildren in class DomainResourcepublic Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
getProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
setProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
makeProperty in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
addChild in class DomainResourceorg.hl7.fhir.exceptions.FHIRExceptionpublic String fhirType()
fhirType in class DomainResourcepublic OrderSet copy()
copy in class DomainResourcepublic boolean equalsDeep(Base other)
equalsDeep in class DomainResourcepublic boolean equalsShallow(Base other)
equalsShallow in class DomainResourcepublic boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBaseisEmpty in class DomainResourcepublic ResourceType getResourceType()
getResourceType in class ResourceCopyright © 2014–2018 University Health Network. All rights reserved.