C# 클래스 Spark.Search.Mongo.UnitsOfMeasureHelper

파일 보기 프로젝트 열기: raysearchlabs/spark 1 사용 예제들

공개 메소드들

메소드 설명
Canonical ( this input ) : Hl7.Fhir.Model.Quantity
Canonical ( this input ) : Quantity
GetValueAsBson ( this quantity ) : BsonDouble
IsUcum ( this quantity ) : bool
NonUcumIndexed ( this quantity ) : BsonDocument
SearchableString ( Quantity quantity ) : string
ToBson ( this quantity ) : BsonDocument
ToFhirModelQuantity ( this input ) : Hl7.Fhir.Model.Quantity
ToModelQuantity ( this expression ) : Hl7.Fhir.Model.Quantity
ToUnitsOfMeasureQuantity ( this input ) : Quantity
ValueAsSearchableString ( this quantity ) : string

메소드 상세

Canonical() 공개 정적인 메소드

public static Canonical ( this input ) : Hl7.Fhir.Model.Quantity
input this
리턴 Hl7.Fhir.Model.Quantity

Canonical() 공개 정적인 메소드

public static Canonical ( this input ) : Quantity
input this
리턴 Quantity

GetValueAsBson() 공개 정적인 메소드

public static GetValueAsBson ( this quantity ) : BsonDouble
quantity this
리턴 BsonDouble

IsUcum() 공개 정적인 메소드

public static IsUcum ( this quantity ) : bool
quantity this
리턴 bool

NonUcumIndexed() 공개 정적인 메소드

public static NonUcumIndexed ( this quantity ) : BsonDocument
quantity this
리턴 BsonDocument

SearchableString() 공개 정적인 메소드

public static SearchableString ( Quantity quantity ) : string
quantity Quantity
리턴 string

ToBson() 공개 정적인 메소드

public static ToBson ( this quantity ) : BsonDocument
quantity this
리턴 BsonDocument

ToFhirModelQuantity() 공개 정적인 메소드

public static ToFhirModelQuantity ( this input ) : Hl7.Fhir.Model.Quantity
input this
리턴 Hl7.Fhir.Model.Quantity

ToModelQuantity() 공개 정적인 메소드

public static ToModelQuantity ( this expression ) : Hl7.Fhir.Model.Quantity
expression this
리턴 Hl7.Fhir.Model.Quantity

ToUnitsOfMeasureQuantity() 공개 정적인 메소드

public static ToUnitsOfMeasureQuantity ( this input ) : Quantity
input this
리턴 Quantity

ValueAsSearchableString() 공개 정적인 메소드

public static ValueAsSearchableString ( this quantity ) : string
quantity this
리턴 string